MCP.so
Sign In

Crypto Orderbook MCP

@kukapay

About Crypto Orderbook MCP

An MCP server that analyzes order book depth and imbalance across major crypto exchanges.

Basic information

Category

Finance & Commerce

License

MIT

Runtime

python

Transports

stdio

Publisher

kukapay

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "crypto-orderbook-mcp": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Crypto Orderbook MCP?

Crypto Orderbook MCP is an MCP server that analyzes order book depth and imbalance across major crypto exchanges, empowering AI agents and trading systems with real-time market structure insights. It supports Binance, Kraken, Coinbase, Bitfinex, Okx, and Bybit.

How to use Crypto Orderbook MCP?

Install Python 3.10+, clone the repository, and run uv sync to install dependencies. Configure the MCP client (e.g., Claude Desktop) with the command uv --directory <absolute_path> run main.py. Use the calculate_orderbook tool to get metrics for a single exchange or compare_orderbook to compare across multiple exchanges.

Key features of Crypto Orderbook MCP

  • Calculate bid depth, ask depth, and imbalance for a trading pair.
  • Compare order book metrics across multiple exchanges in a Markdown table.
  • Supports six major exchanges: Binance, Kraken, Coinbase, Bitfinex, Okx, Bybit.
  • Real-time data via public exchange APIs.
  • Simple integration with AI agents via MCP protocol.

Use cases of Crypto Orderbook MCP

  • Analyzing order book imbalance to detect supply/demand pressure.
  • Comparing liquidity depth across exchanges for arbitrage opportunities.
  • Providing market structure context to AI trading agents.
  • Monitoring order book dynamics for a trading pair on a single exchange.

FAQ from Crypto Orderbook MCP

What exchanges does Crypto Orderbook MCP support?

It supports Binance, Kraken, Coinbase, Bitfinex, Okx, and Bybit.

What data does the server fetch?

It fetches bid depth, ask depth, imbalance, mid price, and timestamp for a given trading pair and depth range.

How do I use the tools?

Send a prompt to your MCP client with the trading pair, exchange(s), and depth range. For example: "Calculate the order book metrics for BTC/USDT on Binance with a 1% depth range."

Does Crypto Orderbook MCP require API keys?

No, it uses public exchange data and does not require any API keys or authentication.

What is the depth range parameter?

The depth range (e.g., 1%) defines the price range around the mid price used to calculate bid and ask depth.

Comments

More Finance & Commerce MCP servers