Analytics
shumi.ai
Provides cryptocurrency data and analytics including risk, sentiment, and historical metrics.
ENDPOINT 1
https://mcp.shumi.ai/mcp
MCP server metadata
- Name
- shumi
- Version
- 0.1.3
Shumi exposes crypto trade-intelligence (prices, trends, funding rates, sentiment, narratives, regime, signals, pair/delta-neutral ideas) over the same data surface as the shumi CLI. Prefer the specific typed tools (get_coin_risk, get_market_health, scan_trends, …) for deterministic data; use ask_shumi for free-form or multi-part questions. All tools are read-only.
Known tools 31
get_coin_riskBundled 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.
Inferred read-onlylookup_coinLook up a single coin and its core metrics (price, trend, metadata) by symbol, name, CoinGecko/internal id, or on-chain contract address.
Inferred read-onlyresolve_coinFuzzily resolve a symbol, name, or contract to canonical coin candidates.
Inferred read-onlyget_coin_historicalHistorical metadata for a coin (holder cohorts, sentiment and funding history).
Inferred read-onlyget_market_healthOverall market health: the UP/HODL/DOWN trend distribution and extreme movers.
Inferred read-onlyget_global_marketGlobal market aggregates: BTC dominance, total market cap, total volume.
Inferred read-onlyget_market_crossingThe most recent regime crossing — when one trend cohort (UP/HODL/DOWN) overtook another market-wide.
Inferred read-onlyscan_coinsFilter the tracked universe by trend direction, category, market-cap band, and exchange.
Inferred read-onlyget_funding_momentumPerpetual funding-rate positioning context, market-wide or for one symbol.
Inferred read-onlyget_funding_alertsDiscrete funding-rate alert events (asset, trigger zone, funding at trigger, fired-at time).
Inferred read-onlyget_signalSynthesized verdict for a coin, combining trend, funding, sentiment and regime.
Inferred read-onlyget_signal_qualitySignal validation envelope for an asset: Sharpe ratio, win rate, sample size, reliability tier.
Inferred read-onlyget_pair_suggestionsPair-trading and delta-neutral funding-arbitrage intelligence.
Inferred read-onlylist_rwa_assetsList the tradable real-world assets — stocks and ETFs (AAPL, NVDA, SPY), metals and commodities (GOLD, SILVER, BRENT), stock indices (SP500, JP225) and FX.
Inferred read-onlyget_rwa_assetPrice, daily/weekly trend and perp funding for one real-world asset (stock, ETF, commodity, index, FX).
Inferred read-onlyget_basketDaily snapshots of the tracked basket — composition and performance over time.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.