Skip to main content
Glama
kukapay

crypto-orderbook-mcp

by kukapay

暗号注文帳MCP

主要な暗号通貨取引所全体の注文簿の深さと不均衡を分析し、AI エージェントと取引システムにリアルタイムの市場構造の洞察を提供する MCP サーバー。

ライセンスパイソン状態

特徴

  • 注文簿メトリクス: 特定の取引所の特定の取引ペアのビッド/アスクの深さと不均衡を計算します。

  • 取引所間の比較: 統合された Markdown テーブルで、複数の取引所の注文書の深さと不均衡を比較します。

  • サポートされている取引所:Binance、Kraken、Coinbase、Bitfinex、Okx、Bybit

Related MCP server: crypto-liquidations-mcp

インストール

前提条件

  • Python 3.10以上

  • uv (Python パッケージとプロジェクト マネージャー)

設定

  1. リポジトリのクローンを作成する

    git clone https://github.com/kukapay/crypto-orderbook-mcp.git
    cd crypto-orderbook-mcp
  2. 依存関係をインストールする

    uvを使用して必要なパッケージをインストールします。

    uv sync
  3. MCP クライアント (Claude Desktop) を構成する

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

使用法

サーバーは主に 2 つのツールを提供します。

  1. calculate_orderbook : 指定された取引所の取引ペアのビッド深度、アスク深度、および不均衡を計算します。

  2. compare_orderbook : 複数の取引所の入札深度、売り注文深度、不均衡を比較し、Markdown テーブルを返します。

例: 注文書メトリクスの計算

プロンプト: 「1% の深度範囲で Binance の BTC/USDT の注文簿メトリックを計算します。」

期待される出力(JSON オブジェクト):

{
  "exchange": "binance",
  "symbol": "BTC/USDT",
  "bid_depth": 123.45,
  "ask_depth": 234.56,
  "imbalance": 0.1234,
  "mid_price": 50000.0,
  "timestamp": 1698765432000
}

例: 取引所間の注文簿を比較する

プロンプト: 「Binance、Kraken、OKX の BTC/USDT の注文簿メトリックを 1% の深度範囲で比較します。」

予想される出力(マークダウンテーブル):

| exchange | bid_depth | ask_depth | imbalance |
|----------|-----------|-----------|-----------|
| binance  |    123.45 |    234.56 |    0.1234 |
| kraken   |     89.12 |    178.34 |    0.0987 |
| okx      |    145.67 |    256.78 |    0.1345 |

ライセンス

このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores

  • Crypto Feeds MCP.

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/crypto-orderbook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server