exchange-data-mcp

nullpointer-hq/exchange-data-mcp
★ 1 stars Python AI/LLM Updated today
Mcp server/public library that unifies kucoin, coinbase and binance market data for AI agents, while reducing the impact of burst tool uses and giving cleaner data than raw payloads. Public with no account and no api key whatsoever.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "exchange-data-mcp": {
      "command": "uvx",
      "args": [
        "exchange-data-mcp"
      ]
    }
  }
}

Or install with pip: pip install exchange-data-mcp

README Excerpt

Read-only market data MCP server for crypto exchanges with public endpoints only and no API keys and no accounts. Binance, KuCoin and Coinbase normalized into one shape and serialized for LLM context. Works as an MCP server for agent clients or as a plain Python library with zero dependencies. Agents that work with markets need order books, trades and candles, and the existing options hand the model raw exchange JSON. Raw payloads often carry additional useless stuff the model doesn't read, whil

Topics

ai-agentbinancecoinbasecryptokucoinmarket-datamcp-serverpython