Crypto Orderbook MCP
@kukapay
Crypto Orderbook MCP について
An MCP server that analyzes order book depth and imbalance across major crypto exchanges.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「金融とコマース」の他のコンテンツ
₿itcoin & Lightning Network MCP Server
AbdelStarkBitcoin & Lightning Network MCP Server.
Financial Modeling Prep MCP Server
cdtaitFinancial Modeling Prep MCP Server
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Crypto Fear & Greed Index MCP Server
kukapayProviding real-time and historical Crypto Fear & Greed Index data
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
コメント