CoinCryptoRank MCP
Provides real-time market data, funding rates, arbitrage opportunities, portfolio analytics, and trading on Binance futures through the user's own connected API keys, including order placement, SL/TP, and open order management.
Lists Coinbase CDP skills and their availability for connected keys, enabling Coinbase-related exchange and agent workflows.
Aggregates OKX Agent Trade Kit skills and exposes their availability for connected keys, enabling OKX exchange skills and related agent workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CoinCryptoRank MCPWhat are the top funding rate arbitrage opportunities right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CoinCryptoRank MCP
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.
Pricing (free tier included)
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.
Related MCP server: Armor Crypto MCP
Features
Full capabilities, all 35 tools with examples, exchange integrations and skills: see docs/CAPABILITIES.md.
Market data — real-time tickers, orderbooks, spot/perpetual/funding arbitrage opportunities, funding rate history (360 days), funding spread regime-shift detection, delivery/basis (cash-and-carry) analytics, news.
Portfolio — your connected exchange balances, positions, daily P&L, transactions, funding predictions.
Trading —
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.Hedge engine — open/close hedged funding-arbitrage positions, monitor threat level, analyze basis regimes.
Exchange skills —
get_exchange_skillslists 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.AI agents — list/trigger your CoinCryptoRank agents, read their decisions.
All data is first-party: our own aggregator pipeline, blockchain RPCs and official exchange APIs. No competitor aggregators (CoinMarketCap, CoinGecko, DefiLlama) are used.
Getting a key
Create an account at coincryptorank.com (free plan is enough to start — 200 calls/day).
Open Profile → Integrations → MCP (or directly https://coincryptorank.com/profile/integrations/) and create an API key. The key starts with
ccr_and is shown only once — store it safely.Keys are revocable at any time; each key is scoped to your account — market data is shared, portfolio/trading tools only ever touch your own connected exchanges.
Installation
Claude Code
claude mcp add --transport http coincryptorank https://coincryptorank.com/api/v1/mcp --header "Authorization: Bearer ccr_YOUR_KEY"Cursor / Claude Desktop / any MCP client
{
"mcpServers": {
"coincryptorank": {
"type": "http",
"url": "https://coincryptorank.com/api/v1/mcp",
"headers": { "Authorization": "Bearer ccr_YOUR_KEY" }
}
}
}The server speaks the MCP protocol over HTTP (JSON-RPC 2.0,
initialize / tools/list / tools/call). No SDK or local runtime is needed.
Tools (35)
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.
Security
Bearer-key authentication for all calls; only the SHA-256 hash of your key is stored. No anonymous access.
Per-account isolation: portfolio, positions, orders and hedge positions are scoped to the key owner (IDOR-protected).
Trading requires your own connected exchange API keys and never touches other users' data.
Daily limits per plan (200–20,000) + per-minute rate limits (30–120).
Support
Documentation & plans: https://coincryptorank.com
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection.
Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution
Open API Marketplace for AI Agents. Crypto data tools with USDC payments on Base.
Build, backtest, and deploy quantitative trading strategies from your AI agent.
Related MCP Servers
- AlicenseBqualityCmaintenanceTransforms AI assistants into autonomous crypto trading agents with real-time market analysis, portfolio management, and trade execution across 17+ blockchains.322352MIT
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to perform cryptocurrency trading analysis and execution with 38+ tools including real-time market data, technical indicators, risk management, and support for both paper trading and live execution on Hyperliquid.7MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered cryptocurrency trading and analytics across multiple exchanges and blockchains, with integrated Telegram bot and live trading capabilities.3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qqdd27/coincryptorank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server