An MCP server that analyzes order book depth and imbalance across major crypto exchanges.
Overview
What is Crypto Orderbook MCP?
Crypto Orderbook MCP is a server that analyzes order book depth and imbalance across major cryptocurrency exchanges, providing real-time insights for AI agents and trading systems.
How to use Crypto Orderbook MCP?
To use the server, clone the repository, install the dependencies using the uv package manager, and configure the MCP client to run the server.
Key features of Crypto Orderbook MCP?
- Order Book Metrics: Calculate bid/ask depth and imbalance for specific trading pairs on various exchanges.
- Cross-Exchange Comparison: Compare order book metrics across multiple exchanges in a unified Markdown table.
- Supported Exchanges: Works with Binance, Kraken, Coinbase, Bitfinex, Okx, and Bybit.
Use cases of Crypto Orderbook MCP?
- Analyzing market depth for trading strategies.
- Comparing liquidity across different exchanges.
- Assisting AI trading systems with real-time market data.
FAQ from Crypto Orderbook MCP?
- What exchanges are supported?
The server supports Binance, Kraken, Coinbase, Bitfinex, Okx, and Bybit.
- Is there a specific Python version required?
Yes, Python 3.10 or higher is required to run the server.
- How do I install the project?
Clone the repository and use
uvto install the required dependencies.