crypto-orderbook-mcp
暗号注文帳MCP
主要な暗号通貨取引所全体の注文簿の深さと不均衡を分析し、AI エージェントと取引システムにリアルタイムの市場構造の洞察を提供する MCP サーバー。
特徴
注文簿メトリクス: 特定の取引所の特定の取引ペアのビッド/アスクの深さと不均衡を計算します。
取引所間の比較: 統合された Markdown テーブルで、複数の取引所の注文書の深さと不均衡を比較します。
サポートされている取引所:Binance、Kraken、Coinbase、Bitfinex、Okx、Bybit
Related MCP server: crypto-liquidations-mcp
インストール
前提条件
Python 3.10以上
uv (Python パッケージとプロジェクト マネージャー)
設定
リポジトリのクローンを作成する
git clone https://github.com/kukapay/crypto-orderbook-mcp.git cd crypto-orderbook-mcp依存関係をインストールする
uvを使用して必要なパッケージをインストールします。uv syncMCP クライアント (Claude Desktop) を構成する
"mcpServers": { "crypto-orderbook-mcp": { "command": "uv", "args": [ "--directory", "/absolute/path/to/crypto-orderbook-mcp", "run", "main.py" ] } }
使用法
サーバーは主に 2 つのツールを提供します。
calculate_orderbook: 指定された取引所の取引ペアのビッド深度、アスク深度、および不均衡を計算します。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ファイルをご覧ください。
Maintenance
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
- AlicenseAqualityDmaintenanceAn MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.217MIT
- AlicenseAqualityDmaintenanceAn MCP server that streams real-time cryptocurrency liquidation events from Binance.19MIT
- AlicenseBqualityFmaintenanceAn MCP server that provides cryptocurrency project data to AI agents11MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation.9MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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