
Cryptohopper Market Data
Cryptohopper Market Data is a MCP server that streams multi-exchange crypto candles, tickers, and order books into your agent.
About
Cryptohopper Market Data is a hosted Model Context Protocol server that exposes real-time cryptocurrency market data—candles, tickers, and order books—across more than thirteen exchanges through a single remote endpoint. Developers who ship with Claude Code, Cursor, Codex, or OAuth-capable chat clients install it when they want agents to reason over live market structure instead of manually pulling charts or wiring thirteen REST integrations. The server is aimed at the research-heavy Idea phase: comparing venues, back-of-napkin liquidity checks, and scoping bots or analytics before you lock exchange credentials into production. Non-OAuth clients typically need a Cryptohopper MCP API key in the Authorization header; OAuth clients can discover auth automatically. It is a finance-oriented data bridge, not a strategy engine, portfolio manager, or backtester—your agent still owns logic and risk controls.
- Streamable HTTP remote at mcp-data.cryptohopper.com for MCP clients
- Candles, tickers, and order books aggregated across 13+ exchanges
- OAuth-friendly for ChatGPT and Claude.ai; Bearer MCP API key path for Claude Code and Cursor
- Cryptohopper-hosted market data—integration MCP, not a local skill file
- Pairs with agent workflows that need multi-exchange quotes without bespoke exchange SDKs
Cryptohopper Market Data by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http mcp-data https://mcp-data.cryptohopper.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Wire live exchange candles, tickers, and order books into Claude Code or Cursor while you prototype crypto bots, dashboards, or validation scripts.
Who is it for?
Best when you're prototyping trading tools, market scanners, or validation notes and already use Cryptohopper or want a single MCP data pipe.
Skip if: Skip if you need guaranteed execution, colocation, or fully offline historical archives without a Cryptohopper account path.
What you get
Your agent can query normalized real-time market data from 13+ venues through one MCP remote after you register the server and auth.
- Agent-callable candles, tickers, and order books across 13+ exchanges
- Single remote URL instead of per-exchange REST wiring in early prototypes
- OAuth or Bearer auth path depending on client
By the numbers
- 13+ exchanges mentioned in server description
- Remote type: streamable-http
- Server schema version 2025-12-11
Recommended MCP Servers
How it compares
Multi-exchange market data MCP, not an on-chain analytics or gift-card commerce server.
FAQ
Who is Cryptohopper Market Data for?
Developers and small teams using AI coding agents to research crypto markets and prototype bots or dashboards before full build.
When should I use Cryptohopper Market Data?
Use it during Idea and early Validate when you need live candles, tickers, or order books from many exchanges inside Claude Code, Cursor, or MCP chat clients.
How do I add Cryptohopper Market Data to my agent?
Add the streamable-http remote https://mcp-data.cryptohopper.com/mcp in your MCP config; set Bearer mcp_your_api_key_here for Claude Code or Cursor, or use OAuth where supported.