cex-watch-mcp

Zanecex101/cex-watch-mcp
★ 7 stars Python DevOps Updated 5d ago
Open MCP server for monitoring centralized crypto exchanges. No backend SaaS, no API token, all data from public REST endpoints you can audit. Covers Binance, OKX, Bybit, Coinbase, Kraken.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cex-watch-mcp": {
      "command": "uvx",
      "args": [
        "cex-watch-mcp"
      ]
    }
  }
}

Or install with pip: pip install cex-watch-mcp

README Excerpt

> **An open MCP server for monitoring centralized crypto exchanges.** > No backend SaaS. No API token. Every data source is a public REST endpoint you can audit. CEX monitoring tools today are either: - **Closed-source SaaS** (you pay a token, you trust a backend you can't see), or - **Per-exchange one-offs** (one script per exchange, never reused)

Tools (4)

compare_feesget_exchange_statusget_latest_listingslist_exchanges