LIVE ENDPOINT
https://mcp.shumi.ai/mcp
Connect to this endpoint to inspect the live schema for get_holders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.shumi]
url = "https://mcp.shumi.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shumi": {
"type": "http",
"url": "https://mcp.shumi.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shumi
Remote MCP URL: https://mcp.shumi.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"shumi": {
"url": "https://mcp.shumi.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shumi": {
"type": "http",
"url": "https://mcp.shumi.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shumi",
"transport": "streamable-http",
"url": "https://mcp.shumi.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_coin_risk— Bundled risk context for one or more coins: price, funding APR, deterministic funding_paying_side, funding_receiving_side, carry_if_long and carry_if_short fields, daily/weekly trend, sentiment stance, and BTC correlation.lookup_coin— Look up a single coin and its core metrics (price, trend, metadata) by symbol, name, CoinGecko/internal id, or on-chain contract address.resolve_coin— Fuzzily resolve a symbol, name, or contract to canonical coin candidates.get_coin_sentiment— On-chain/social sentiment aggregates for a single coin.get_coin_historical— Historical metadata for a coin (holder cohorts, sentiment and funding history).get_market_health— Overall market health: the UP/HODL/DOWN trend distribution and extreme movers.get_global_market— Global market aggregates: BTC dominance, total market cap, total volume.get_market_crossing— The most recent regime crossing — when one trend cohort (UP/HODL/DOWN) overtook another market-wide.