Shumi crypto trade-intelligence MCP server — markets, funding rates, narratives, regime, and delta-neutral research for any MCP client.
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"
]
}
}
}
Run in terminal:
claude mcp add shumi-mcp npx -y shumi-ai/shumi-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"shumi-mcp": {
"command": "npx",
"args": [
"-y",
"shumi-ai/shumi-mcp"
]
}
}
}