Skip to main content
Finance & FintechPython

kukapay/crypto-orderbook-mcp

Analyzing order book depth and imbalance across major crypto exchanges.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kukapay/crypto-orderbook-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "crypto-orderbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kukapay/crypto-orderbook-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
Python
Author
kukapay