mcpbeat Sign in

Shumi MCP Server

answering

Shumi is answering right now. Last checked moments ago. 192 installs a week from npm. It exposes 31 tools. Last commit 21 Aug 2026.

Crypto market intelligence: prices, funding rates, narratives, regime, and delta-neutral research.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 463 · avg 43 · -62% w/w
a month agotoday
Uptime history 20 days of history · worst day 99%
20 days agonow
100.0%
Uptime 24h
92 of 92 checks
31
Tools
read from the server
229 ms
Response time
average over 24h
192
Installs / week
npm and PyPI

What the code does

We have not read this server's code yet · tools taken from the live server

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository shumi-ai/shumi-mcp
пакет @shumi-ai/mcp ссылается на mayrsascha/shumi-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.shumi.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.shumi.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.shumi.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.shumi.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.shumi.ai/mcp"
    }
  }
}

Available tools 31

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

coin
get_coin_historical
Market cap, volume, open interest, funding rate and price for a coin AS OF a chosen point in the past. Returns a single snapshot, not a series: call it once per point you want to compare (e.g. amount=7 interval=d for a week ago, then again with no offset for now). Use this to answer "how has funding/open interest changed since…".
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. Funding applies to perpetual positions only; spot positions neither pay nor receive it. Relay the carry fields exactly rather than inferring direction from crowding. The best single tool for "should I be worried about X".
get_coin_sentiment
On-chain/social sentiment aggregates for a single coin.
market
get_market_crossing
The most recent regime crossing — when one trend cohort (UP/HODL/DOWN) overtook another market-wide. Answers "has the market flipped?". Returns an empty `crossings` array plus a message when no crossing has fired.
get_market_health
Overall market health: the UP/HODL/DOWN trend distribution and extreme movers. Set context for the full bundle.
get_market_sentiment
Aggregate market sentiment. view=market/latest/summary (overall), narratives, categories, slopes/entity-slopes (what is trending), health (pipeline status).
funding
get_funding_alerts
Discrete funding-rate alert events (asset, trigger zone, funding at trigger, fired-at time).
get_funding_momentum
Perpetual funding-rate positioning context, market-wide or for one symbol. APR is already in percent units (1.7 = 1.7%). Positive funding means longs pay and shorts receive; negative funding means shorts pay and longs receive. Funding is context only, not a standalone directional, timing, or entry signal.
rwa
get_rwa_asset
Price, daily/weekly trend and perp funding for one real-world asset (stock, ETF, commodity, index, FX). Look up by ticker (AAPL, GOLD) or by namespaced id (xyz:AAPL). Funding belongs to the PERPETUAL CONTRACT, not the underlying — `funding.apr` is the annualized rate in percent, `funding.rate` is the raw per-hour fraction. Do not use the crypto coin tools for these.
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. These trade as perps on Hyperliquid builder DEXes and are NOT crypto tokens; the crypto tools will not find them. Use this to answer "which stocks/commodities can I look at?".
scan
scan_coins
Filter the tracked universe by trend direction, category, market-cap band, and exchange.
scan_trends
Trend scanner. state=fresh (newly started), stale (longest running), aligned (multi-timeframe agreement), extreme (biggest moves), historical.
signal
get_signal
Synthesized verdict for a coin, combining trend, funding, sentiment and regime.
get_signal_quality
Signal validation envelope for an asset: Sharpe ratio, win rate, sample size, reliability tier.
ask
ask_shumi
Ask Shumi any crypto-market question in natural language. Shumi classifies the query, fetches the relevant data, and returns a synthesized answer. Use this when no specific typed tool fits, or for multi-part / comparative questions.
basket
get_basket
Daily snapshots of the tracked basket — composition and performance over time.
categories
list_categories
List all tracked crypto categories (DeFi, Layer 2, memes, …).
category
get_category
Detail for one category. view=info (trend breakdown), coins (member coins), sentiment.
futures
get_futures_signals
Perpetual-futures signal engine. view=state (currently open signals), log (recent fires), history (one asset's past signals — needs asset).
global
get_global_market
Global market aggregates: BTC dominance, total market cap, total volume.
holders
get_holders
Tracked token-holder cohorts. view=watchlist (which token contracts are tracked), movements (recent holder-count changes for one contract). Answers "is the holder base growing or bleeding?".
lookup
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.
narrative
get_narrative
Sentiment and momentum for a single named narrative.
narratives
list_narratives
List the currently active market narratives (e.g. "AI coins", "DeFi summer").
pair
get_pair_suggestions
Pair-trading and delta-neutral funding-arbitrage intelligence. mode=suggestions (pair ideas), delta-neutral (funding arb), history (backtest), signal (state for a specific pair — needs token_a & token_b).
prices
get_prices
Bulk live prices, optionally with 4h/24h/7d baseline overlays. Omit symbols for the full tracked set.
regime
get_regime
Market regime signals. view=active (current positions), signals (all), confidence (scores). Provide symbol to get that symbol's regime history instead.
resolve
resolve_coin
Fuzzily resolve a symbol, name, or contract to canonical coin candidates. Use this first when the user input is ambiguous, before calling other tools.
transcripts
get_transcripts
Highlights mined from tracked video/podcast transcripts. view=highlights (extracted claims with the coins, sectors and macro tags they mention), sources (which channels are tracked). Answers "what are people actually saying about X?".
wallets
get_wallets
Tracked wallets. view=watchlist (which wallets are tracked), movements (recent balance changes for one wallet address). Answers "what did this wallet do recently?".
web
search_web
Search the web for crypto information, or get a direct answer. Backed by Shumi's web-search tool.

Endpoints

URLTransportStateLatencyChecked
https://mcp.shumi.ai/mcp streamable-http answering 283 ms 0 min ago

Alternatives to Shumi

same job, measured the same way
Fia Signals MCP
by odds7

Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.

8 tools answering
Santiment
by santiment

Crypto market intelligence: social sentiment, on-chain, trending narratives & analyst insights.

8 tools answering
Qoory Crypto Intelligence
by qoory-ai

One Data Plane for crypto research, with 42 live tools for markets, entities, news, and signals.

answering
f1ow
by f1ow

Crypto market data & research MCP: price, derivatives, on-chain, sentiment, news, catalysts.

30 tools answering
Cryptodata MCP
by kota1026

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

42 installs/wk local only
Signaldaemon
by bevanding

Narrative & signal intelligence for AI agents: crypto/AI/macro convergence & divergence.

3 tools answering
AIXBT
by aixbt

Crypto market intelligence for Projects, Topics, Intel, Reports, and Clusters.

12 tools answering
Stocklake — AI Stock Intelligence
by stocklake

AI stock intelligence: prices, fundamentals, technicals, news, macro regime, and sector signals.

17 tools answering

Shumi — questions

Answers built from our own checks of this server.

What can Shumi do?
It exposes 31 tools, read directly from the server on our last check. Among them: ask_shumi, get_basket, get_category, get_coin_historical, get_coin_risk, get_coin_sentiment and 25 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Shumi mostly used for?
Its tools cluster around coin, market and scan. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Shumi working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 229 ms. The bar chart above shows every period we have measured.
Is Shumi still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Shumi?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Shumi need an API key?
No. Shumi completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 31 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Shumi?
It answers our handshake in 229 ms on average, which is faster than 67% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Shumi?
The npm package @shumi-ai/mcp was installed 192 times in the last week. Week over week that is -62%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Shumi open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.