Shumi Ai MCP Server

Shumi crypto trade-intelligence as an MCP server - the same market intelligence the shumi CLI provides, for any MCP client (Claude Desktop, Claude Code, Cursor, agents).

People who work with Shumi and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2 · #53 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Shumi Ai MCP Server

before you install - you'll need

SHUMI_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add shumi-ai-shumi-mcp --transport http https://mcp.shumi.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shumi-ai-shumi-mcp": {
      "url": "https://mcp.shumi.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.shumi.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.shumi.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @shumi-ai/mcp - published under the repo owner's npm scope (@shumi-ai)

registry vendor namespace ai.shumi - domain-verified with the official MCP registry

03 · Who maintains Shumi Ai MCP Server

mcp is maintained by shumi-ai. It's the only MCP server we track from this author; the repo dates to Jun 2026.

04 · Facts

category
finance - ranked #53 of 318 actively-maintained finance servers as of 2026-09-18.
registry
ai.shumi/mcp (active, first published 2026-08-12 · 7 versions)
packages
npm:@shumi-ai/mcp

05 · Shumi Ai MCP Server FAQ

What is Shumi Ai MCP Server?

Shumi crypto trade-intelligence as an MCP server - the same market intelligence the shumi CLI provides, for any MCP client (Claude Desktop, Claude Code, Cursor, agents).

Is Shumi Ai MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17. We re-verify nightly.

How do I install Shumi Ai MCP Server?

Run `npx -y @shumi-ai/mcp`. The README documents one environment variable (SHUMI_TOKEN) to set first. You can also paste the ready-made client config above.

Does Shumi Ai MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

06 · Alternatives to Shumi Ai MCP Server