Crypto Market Data MCP Server
A read-only Model Context Protocol server that gives any AI agent (Claude, Cursor, Cline, Windsurf…) live cryptocurrency market data across 100+ exchanges via CCXT. No API keys required — everything uses public endpoints.
Supported exchanges: bybit, binance, okx, hyperliquid, gate, kucoin (add more
CCXT ids in SUPPORTED_EXCHANGES).
Connect via MCPize
Use this MCP server instantly with no local installation:
npx -y mcpize connect @eliasfire617/crypto-market-data --client claudeOr connect at: https://mcpize.com/mcp/crypto-market-data
Tools (13)
Discovery
| Tool | What it does |
|---|---|
list_exchanges |
Which exchanges are supported |
get_capabilities |
Matrix of which exchange supports which data (no network) |
search_symbols |
Find the exact symbol format for a coin |
Market data
| Tool | What it does |
|---|---|
get_price |
Last price + 24h stats |
get_order_book |
Top-of-book bids/asks |
get_ohlcv |
Recent OHLCV candles |
get_recent_trades |
Latest public trades |
Derivatives
| Tool | What it does |
|---|---|
get_funding_rate |
Current perpetual funding rate |
get_funding_rate_history |
Historical funding rates |
compare_funding |
Funding rate across many exchanges + arb spread |
get_open_interest |
Current open interest |
get_long_short_ratio |
Global long/short account ratio (Binance) |
get_liquidations |
Recent public liquidations (limited support) |






