The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the CoinCryptoRank MCP listing page.
Model Context Protocol server for real-time crypto market data, funding rates, cross-exchange arbitrage, portfolio analytics, exchange skills and trading — powered by CoinCryptoRank, a first-party market data aggregator covering 60+ exchanges.
Published in the official MCP Registry
as io.github.qqdd27/coincryptorank-mcp.
| Plan | MCP calls / day | Per-minute rate |
|---|---|---|
| Free | 200 | 30 |
| Basic | 500 | 30 |
| Premium | 1,000 | 120 |
| Pro | 5,000 | 120 |
| Elite | 20,000 | 120 |
An API key is always required (even on the free plan — this protects the endpoint from bots). Create a free account and a key in under a minute; the free allowance is generous enough to build and run real agent workflows.
Full capabilities, all 35 tools with examples, exchange integrations and skills: see docs/CAPABILITIES.md.
place_order, close_position, set_sl_tp, get_open_orders
(Binance futures, BingX spot, Bybit linear) — executes only through your
own connected exchange API keys and real trading agents.get_exchange_skills lists the official exchange MCP
servers and AI skill libraries we aggregate (Binance Skills Hub, BingX AI
Skills, OKX Agent Trade Kit, Bybit MCP, Coinbase CDP) with availability for
your connected keys.All data is first-party: our own aggregator pipeline, blockchain RPCs and official exchange APIs. No competitor aggregators (CoinMarketCap, CoinGecko, DefiLlama) are used.
ccr_ and is shown only once — store it safely.The server speaks the MCP protocol over HTTP (JSON-RPC 2.0,
initialize / tools/list / tools/call). No SDK or local runtime is needed.
Market data — get_tickers, get_orderbook, get_news,
get_funding_arbitrage, get_spot_arbitrage, get_perp_arbitrage,
get_funding_rates, get_funding_schedule, get_klines,
get_basis_history, get_basis_regime, get_basis_signal,
analyze_pair_liquidity, backtest_basis_strategy
Portfolio (your accounts) — get_portfolio, get_positions
Hedge engine — open_hedged_position, close_hedged_position,
hedge_status, adjust_hedge, set_hedge_protection, get_threat_level,
list_hedge_positions, get_agent_events
Trading (your keys) — place_order, close_position, set_sl_tp,
get_open_orders
AI agents — list_agents, agent_status, agent_chat, agent_trigger,
agent_decisions
Exchange skills — get_exchange_skills, square_post
Run tools/list against the endpoint for full input schemas of every tool.
MIT