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.

コメント

「金融とコマース」の他のコンテンツ