crypto-orderbook-mcp
If you are the rightful owner of crypto-orderbook-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Crypto Orderbook MCP is a server that analyzes order book depth and imbalance across major crypto exchanges, providing real-time market structure insights for AI agents and trading systems.
Crypto Orderbook MCP is a Model Context Protocol server designed to analyze the order book depth and imbalance across major cryptocurrency exchanges. It empowers AI agents and trading systems with real-time insights into market structures. The server supports exchanges like Binance, Kraken, Coinbase, Bitfinex, Okx, and Bybit, allowing users to calculate and compare order book metrics such as bid/ask depth and imbalance. The server is built to work with Python 3.10 or higher and utilizes the 'uv' package manager for dependency management. It provides tools for calculating order book metrics for specific trading pairs on given exchanges and for comparing these metrics across multiple exchanges in a unified Markdown table format.
Features
- Order Book Metrics: Calculate bid/ask depth and imbalance for a specified trading pair on a given exchange.
- Cross-Exchange Comparison: Compare order book depth and imbalance across multiple exchanges in a unified Markdown table.
- Supported Exchanges: Binance, Kraken, Coinbase, Bitfinex, Okx, Bybit
Tools
calculate_orderbook
Computes bid depth, ask depth, and imbalance for a trading pair on a specified exchange.
compare_orderbook
Compares bid depth, ask depth, and imbalance across multiple exchanges, returning a Markdown table.