{
  "markdown": "# CoinCryptoRank MCP\n\nModel Context Protocol server for real-time crypto market data, funding rates,\ncross-exchange arbitrage, portfolio analytics, exchange skills and trading —\npowered by [CoinCryptoRank](https://coincryptorank.com), a first-party market\ndata aggregator covering 60+ exchanges.\n\nPublished in the [official MCP Registry](https://registry.modelcontextprotocol.io)\nas `io.github.qqdd27/coincryptorank-mcp`.\n\n## Pricing (free tier included)\n\n| Plan | MCP calls / day | Per-minute rate |\n|---|---|---|\n| **Free** | **200** | 30 |\n| Basic | 500 | 30 |\n| Premium | 1,000 | 120 |\n| Pro | 5,000 | 120 |\n| Elite | 20,000 | 120 |\n\nAn **API key is always required** (even on the free plan — this protects the\nendpoint from bots). Create a free account and a key in under a minute; the\nfree allowance is generous enough to build and run real agent workflows.\n\n## Features\n\n> **Full capabilities, all 35 tools with examples, exchange integrations and\n> skills:** see [docs/CAPABILITIES.md](docs/CAPABILITIES.md).\n\n- **Market data** — real-time tickers, orderbooks, spot/perpetual/funding\n  arbitrage opportunities, funding rate history (360 days), funding spread\n  regime-shift detection, delivery/basis (cash-and-carry) analytics, news.\n- **Portfolio** — your connected exchange balances, positions, daily P&L,\n  transactions, funding predictions.\n- **Trading** — `place_order`, `close_position`, `set_sl_tp`, `get_open_orders`\n  (Binance futures, BingX spot, Bybit linear) — executes only through **your\n  own** connected exchange API keys and real trading agents.\n- **Hedge engine** — open/close hedged funding-arbitrage positions, monitor\n  threat level, analyze basis regimes.\n- **Exchange skills** — `get_exchange_skills` lists the official exchange MCP\n  servers and AI skill libraries we aggregate (Binance Skills Hub, BingX AI\n  Skills, OKX Agent Trade Kit, Bybit MCP, Coinbase CDP) with availability for\n  your connected keys.\n- **AI agents** — list/trigger your CoinCryptoRank agents, read their decisions.\n\nAll data is **first-party**: our own aggregator pipeline, blockchain RPCs and\nofficial exchange APIs. No competitor aggregators (CoinMarketCap, CoinGecko,\nDefiLlama) are used.\n\n## Getting a key\n\n1. Create an account at [coincryptorank.com](https://coincryptorank.com)\n   (free plan is enough to start — 200 calls/day).\n2. Open **Profile → Integrations → MCP** (or directly\n   https://coincryptorank.com/profile/integrations/) and create an API key.\n   The key starts with `ccr_` and is shown **only once** — store it safely.\n3. Keys are revocable at any time; each key is scoped to **your** account —\n   market data is shared, portfolio/trading tools only ever touch your own\n   connected exchanges.\n\n## Installation\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http coincryptorank https://coincryptorank.com/api/v1/mcp --header \"Authorization: Bearer ccr_YOUR_KEY\"\n```\n\n### Cursor / Claude Desktop / any MCP client\n\n```json\n{\n  \"mcpServers\": {\n    \"coincryptorank\": {\n      \"type\": \"http\",\n      \"url\": \"https://coincryptorank.com/api/v1/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer ccr_YOUR_KEY\" }\n    }\n  }\n}\n```\n\nThe server speaks the MCP protocol over HTTP (JSON-RPC 2.0,\n`initialize` / `tools/list` / `tools/call`). No SDK or local runtime is needed.\n\n## Tools (35)\n\n**Market data** — `get_tickers`, `get_orderbook`, `get_news`,\n`get_funding_arbitrage`, `get_spot_arbitrage`, `get_perp_arbitrage`,\n`get_funding_rates`, `get_funding_schedule`, `get_klines`,\n`get_basis_history`, `get_basis_regime`, `get_basis_signal`,\n`analyze_pair_liquidity`, `backtest_basis_strategy`\n\n**Portfolio (your accounts)** — `get_portfolio`, `get_positions`\n\n**Hedge engine** — `open_hedged_position`, `close_hedged_position`,\n`hedge_status`, `adjust_hedge`, `set_hedge_protection`, `get_threat_level`,\n`list_hedge_positions`, `get_agent_events`\n\n**Trading (your keys)** — `place_order`, `close_position`, `set_sl_tp`,\n`get_open_orders`\n\n**AI agents** — `list_agents`, `agent_status`, `agent_chat`, `agent_trigger`,\n`agent_decisions`\n\n**Exchange skills** — `get_exchange_skills`, `square_post`\n\nRun `tools/list` against the endpoint for full input schemas of every tool.\n\n## Security\n\n- Bearer-key authentication for **all** calls; only the SHA-256 hash of your\n  key is stored. No anonymous access.\n- Per-account isolation: portfolio, positions, orders and hedge positions are\n  scoped to the key owner (IDOR-protected).\n- Trading requires your own connected exchange API keys and never touches\n  other users' data.\n- Daily limits per plan (200–20,000) + per-minute rate limits (30–120).\n\n## Support\n\n- Documentation & plans: https://coincryptorank.com\n- Issues: https://github.com/qqdd27/coincryptorank-mcp/issues\n\n## License\n\nMIT\n",
  "bytes": 4753,
  "sha": "e2df6ab8f422dec408162567ae0b690914e507ddee1cb12cb87d8cdb2da766e0",
  "repo_slug": "qqdd27/coincryptorank-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_qqdd27_coincryptorank_mcp_6d46d5cf/readme"
}