Integrations
Analyzes order book depth and imbalance for cryptocurrency trading pairs on Binance, providing real-time market structure insights.
Retrieves and analyzes order book metrics for cryptocurrency trading pairs on Coinbase, enabling cross-exchange comparison of market depth.
Formats order book comparison data across multiple exchanges as Markdown tables for clear visualization and analysis.
加密订单簿 MCP
MCP 服务器可分析主要加密货币交易所的订单簿深度和不平衡情况,为 AI 代理和交易系统提供实时市场结构洞察。
特征
- 订单簿指标:计算给定交易所中指定交易对的买入/卖出深度和不平衡。
- 跨交易所比较:在统一的 Markdown 表中比较多个交易所的订单簿深度和不平衡情况。
- 支持的交易所:Binance、Kraken、Coinbase、Bitfinex、Okx、Bybit
安装
先决条件
- Python 3.10 或更高版本
- uv (Python 包和项目管理器)
设置
- 克隆存储库Copy
- 安装依赖项使用
uv
安装所需的包:Copy - 配置 MCP 客户端(Claude Desktop)Copy
用法
该服务器提供两个主要工具:
calculate_orderbook
:计算指定交易所的交易对的买入深度、卖出深度和不平衡程度。compare_orderbook
:比较多个交易所的买入深度、卖出深度和不平衡性,返回 Markdown 表。
示例:计算订单簿指标
提示:“计算币安上 BTC/USDT 的订单簿指标,深度范围为 1%。”
预期输出(JSON 对象):
示例:比较不同交易所的订单簿
提示:“将币安、Kraken 和 OKX 的 BTC/USDT 订单簿指标与 1% 的深度范围进行比较。”
预期输出(Markdown 表):
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
加密订单簿-mcp
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server implementation that integrates with Hyperliquid exchange, providing access to crypto market data including mid prices, historical candles, and L2 order books.Last updated -3145TypeScriptMIT License
- PythonMIT License
- PythonMIT License
- PythonMIT License