shumi-mcp

shumi-ai/shumi-mcp
★ 2 stars JavaScript Search Updated today
Shumi crypto trade-intelligence MCP server — markets, funding rates, narratives, regime, and delta-neutral research for any MCP client.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shumi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shumi-ai/shumi-mcp"
      ]
    }
  }
}