Shumi AI
Shumi AI is a read-only crypto trade-intelligence MCP server providing market data, signals, sentiment analysis, and trading ideas. It offers tools for:
Coin research & lookup:
lookup_coin,resolve_coin,get_coin_risk,get_coin_sentiment,get_coin_historicalto look up and analyze individual coins by symbol, name, ID, or contract.Market overview:
get_market_health(trend distribution and extreme movers),get_global_market(BTC dominance, total cap/volume),get_prices(bulk live prices with baselines),get_market_crossing(market crossing signals).Trend & scanning:
scan_trends(trend states: fresh/stale/aligned/extreme/historical),scan_coins(filter by trend, category, market cap, exchange).Sentiment & narratives:
get_market_sentiment(aggregate sentiment),list_narratives/get_narrative,list_categories/get_category.Funding rates:
get_funding_momentum(funding positioning context),get_funding_alerts(discrete alert events).Signals & regime:
get_regime(market regime signals/history),get_signal(synthesized verdict per coin),get_signal_quality(validation metrics),get_futures_signals.Pair & delta-neutral ideas:
get_pair_suggestions(pair/delta-neutral ideas and backtests),get_basket.Real-world assets:
list_rwa_assets,get_rwa_asset(stocks, ETFs, commodities, indices, FX).Holder & wallet tracking:
get_holders,get_wallets.Transcripts:
get_transcripts.Natural language & web:
ask_shumi(free-form questions),search_web(web search with direct answer).Configuration/deployment: Requires
SHUMI_TOKEN; supportsSHUMI_API_URL,SHUMI_WALLET, and local/remote HTTP transport.Resources:
shumi://capabilitiesandshumi://billing/tierto inspect data surface and entitlement.
@shumi-ai/mcp
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).
It's a thin wrapper over Shumi's data API: prices, trends, funding rates, sentiment, narratives, market regime, synthesized signals, pair / delta-neutral ideas, real-world assets, holder and wallet tracking, and transcript highlights. All tools are read-only.
Quick start
You need a Shumi API key (shumi_sk_…). Create one at https://shumi.ai.
Claude Desktop / Claude Code
Add to your MCP config (claude_desktop_config.json, or claude mcp add for Claude Code):
{
"mcpServers": {
"shumi": {
"command": "npx",
"args": ["-y", "@shumi-ai/mcp"],
"env": {
"SHUMI_TOKEN": "shumi_sk_your_key_here"
}
}
}
}Restart the client. The shumi tools (e.g. get_coin_risk, get_market_health, ask_shumi)
appear automatically.
Cursor
~/.cursor/mcp.json uses the same command / args / env shape as above.
Plugin directories
This repo also ships plugin.json and mcp.json at its root, so it installs as an
Agent Plugin from Cursor's directory and any other client on that
standard.
Set SHUMI_TOKEN in your environment before starting the client when you install this way. The
Agent Plugins schema takes literal environment values only — it has no placeholder for a secret —
so the manifest deliberately omits env rather than shipping a ${SHUMI_TOKEN} string that would
be passed through verbatim and fail as an invalid key.
Related MCP server: crypto-quant-signal-mcp
Tools
Typed (deterministic): get_coin_risk, lookup_coin, resolve_coin, get_coin_sentiment,
get_coin_historical, get_market_health, get_market_crossing, get_global_market,
get_prices, scan_trends, scan_coins, get_market_sentiment, list_narratives,
get_narrative, list_categories, get_category, get_funding_momentum, get_funding_alerts,
get_regime, get_signal, get_signal_quality, get_pair_suggestions, list_rwa_assets,
get_rwa_asset, get_holders, get_wallets, get_futures_signals, get_basket,
get_transcripts.
Real-world assets (list_rwa_assets, get_rwa_asset) cover stocks, ETFs, commodities,
indices and FX trading as perps on Hyperliquid builder DEXes. They are not crypto tokens — the
coin tools will not find them.
Free-form: ask_shumi (natural-language questions — Shumi classifies, fetches, and synthesizes)
and search_web.
List-returning tools accept top (keep first N items) and fields (comma-separated keys to keep)
to save tokens.
Resources: shumi://capabilities (the data surface) and shumi://billing/tier (your current
entitlement).
Configuration
Env var | Default | Purpose |
| — | API key ( |
| production coinrotator-ai endpoint | Override the API base URL. |
| — | Wallet address to include in NLP query context. |
Gating (free / access / pro tiers and pay-per-call) is enforced server-side, exactly as for the CLI — out-of-quota responses come back as a structured error with an actionable hint.
Remote (Streamable HTTP)
For a hosted, multi-user deployment, run the Streamable HTTP transport (MCP 2025-11-25):
PORT=8787 SHUMI_MCP_ALLOWED_ORIGINS=https://yourapp.com npm run start:httpEach request authenticates with its own Authorization: Bearer shumi_sk_* header; that token is
forwarded to the upstream API per request. Endpoint: POST/GET/DELETE /mcp, health: GET /health.
Develop
npm install
npm test # unit tests (no network)
npm run inspect # open the MCP Inspector against the stdio server
SHUMI_TOKEN=… npm start # run the stdio serverDeliberately not exposed
Two CLI routes have no MCP tool, both on purpose:
walkforward— the route exists, but two of its three actions have nothing behind them while Engine B is paused: positions is empty and outcomes holds a single row from 2026-05-28. Shipping it would hand a caller an empty array with no reason attached. It goes in when the engine resumes.watch— server-sent events, which do not fit MCP tool semantics.
Everything else in the CLI's typed surface has a tool.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides cryptocurrency trading signals, market analysis, and portfolio management capabilities across 15+ exchanges with AI-enhanced technical analysis, arbitrage detection, and risk assessment tools.2
- AlicenseAqualityBmaintenanceAI-native quantitative trading signal engine for crypto and TradFi perpetuals. Multi-factor composite BUY/SELL/HOLD signals, cross-venue funding rate arbitrage scanning, and market regime detection powered by Hyperliquid data.75355MIT

Rozkoduj MCPofficial
AlicenseAqualityAmaintenanceProvides AI assistants with market screening, analysis, and scoring across stocks, crypto, and forex, enabling natural language queries for trading insights.4MIT- Alicense-qualityDmaintenanceEnables AI-powered cryptocurrency trading and analytics across multiple exchanges and blockchains, with integrated Telegram bot and live trading capabilities.3MIT
Related MCP Connectors
Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.
Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.
Live crypto trading signals, sentiment, Polymarket analytics. Free demo + x402 micropayments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mayrsascha/shumi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server