MCP.so
登录

Crypto Orderbook MCP

@kukapay

关于 Crypto Orderbook MCP

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

基本信息

分类

金融与商务

许可证

MIT

运行时

python

传输方式

stdio

发布者

kukapay

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

金融与商务 分类下的更多 MCP 服务器