What is the Cryptohopper Market Data MCP server?
Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.
How to install Cryptohopper Market Data
Copy-paste configuration for popular MCP clients.
AuthorizationsecretBearer token. Required ONLY for clients that don't speak OAuth (e.g. Claude Code, Cursor) — create an MCP API key in your Cryptohopper account. ChatGPT and Claude.ai discover OAuth automatically; leave this blank for those.
{
"mcpServers": {
"mcp-data": {
"url": "https://mcp-data.cryptohopper.com/mcp"
}
}
}{
"mcpServers": {
"mcp-data": {
"serverUrl": "https://mcp-data.cryptohopper.com/mcp"
}
}
}{
"servers": {
"mcp-data": {
"type": "http",
"url": "https://mcp-data.cryptohopper.com/mcp"
}
}
}{
"mcpServers": {
"mcp-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-data.cryptohopper.com/mcp"
]
}
}
}claude mcp add --transport http mcp-data https://mcp-data.cryptohopper.com/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.