crypto-orderbook-mcpServer

kukapay
GitHub
CryptocurrencyFinanceTrading

Loading subscription status...

💡 Description

An MCP server that analyzes the depth and imbalance of the order book at major cryptocurrency exchanges, providing real-time market structure insights for AI agents and trading systems.

📝 JSON Entries

{
  "mcpServers": [
    {
      "crypto-orderbook-mcp": {
        "args": [
          "--directory",
          "/absolute/path/to/crypto-orderbook-mcp",
          "run",
          "main.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

calculate_orderbookcompare_orderbook

Features

  • Order Book Metrics
  • Cross-Exchange Comparison

💬 Example Queries

  • Calculate the order book metrics for BTC/USDT on Binance with a depth range of 1%.
  • Compare the order book metrics for BTC/USDT across Binance, Kraken, and OKX with a depth range of 1%.