← Registry

Analytics

shumi.ai

Provides cryptocurrency data and analytics including risk, sentiment, and historical metrics.

1 endpoint31 known toolsFirst detected June 5, 2026Last detected August 13, 2026

ENDPOINT 1

https://mcp.shumi.ai/mcp

No auth detected

MCP server metadata

Name
shumi
Version
0.1.3
Capabilities
tools.listChangedresources.listChanged
Server instructions

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_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.

Inferred read-only
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.

Inferred read-only
resolve_coin

Fuzzily resolve a symbol, name, or contract to canonical coin candidates.

Inferred read-only
get_coin_sentiment

On-chain/social sentiment aggregates for a single coin.

Inferred read-only
get_coin_historical

Historical metadata for a coin (holder cohorts, sentiment and funding history).

Inferred read-only
get_market_health

Overall market health: the UP/HODL/DOWN trend distribution and extreme movers.

Inferred read-only
get_global_market

Global market aggregates: BTC dominance, total market cap, total volume.

Inferred read-only
get_market_crossing

The most recent regime crossing — when one trend cohort (UP/HODL/DOWN) overtook another market-wide.

Inferred read-only
get_prices

Bulk live prices, optionally with 4h/24h/7d baseline overlays.

Inferred read-only
scan_trends

Trend scanner.

Inferred read-only
scan_coins

Filter the tracked universe by trend direction, category, market-cap band, and exchange.

Inferred read-only
get_market_sentiment

Aggregate market sentiment.

Inferred read-only
list_narratives

List the currently active market narratives (e.

Inferred read-only
get_narrative

Sentiment and momentum for a single named narrative.

Inferred read-only
list_categories

List all tracked crypto categories (DeFi, Layer 2, memes, …).

Inferred read-only
get_category

Detail for one category.

Inferred read-only
get_funding_momentum

Perpetual funding-rate positioning context, market-wide or for one symbol.

Inferred read-only
get_funding_alerts

Discrete funding-rate alert events (asset, trigger zone, funding at trigger, fired-at time).

Inferred read-only
get_regime

Market regime signals.

Inferred read-only
get_signal

Synthesized verdict for a coin, combining trend, funding, sentiment and regime.

Inferred read-only
get_signal_quality

Signal validation envelope for an asset: Sharpe ratio, win rate, sample size, reliability tier.

Inferred read-only
get_pair_suggestions

Pair-trading and delta-neutral funding-arbitrage intelligence.

Inferred read-only
list_rwa_assets

List 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-only
get_rwa_asset

Price, daily/weekly trend and perp funding for one real-world asset (stock, ETF, commodity, index, FX).

Inferred read-only
get_holders

Tracked token-holder cohorts.

Inferred read-only
get_wallets

Tracked wallets.

Inferred read-only
get_futures_signals

Perpetual-futures signal engine.

Inferred read-only
get_basket

Daily snapshots of the tracked basket — composition and performance over time.

Inferred read-only
get_transcripts

Highlights mined from tracked video/podcast transcripts.

Inferred read-only
ask_shumi

Ask Shumi any crypto-market question in natural language.

Inferred read-only
search_web

Search the web for crypto information, or get a direct answer.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.