Skip to main content
Glama
kukapay

crypto-orderbook-mcp

by kukapay

加密订单簿 MCP

MCP 服务器可分析主要加密货币交易所的订单簿深度和不平衡情况,为 AI 代理和交易系统提供实时市场结构洞察。

执照Python地位

特征

  • 订单簿指标:计算给定交易所中指定交易对的买入/卖出深度和不平衡。

  • 跨交易所比较:在统一的 Markdown 表中比较多个交易所的订单簿深度和不平衡情况。

  • 支持的交易所:Binance、Kraken、Coinbase、Bitfinex、Okx、Bybit

Related MCP server: crypto-liquidations-mcp

安装

先决条件

  • Python 3.10 或更高版本

  • uv (Python 包和项目管理器)

设置

  1. 克隆存储库

    git clone https://github.com/kukapay/crypto-orderbook-mcp.git
    cd crypto-orderbook-mcp
  2. 安装依赖项

    使用uv安装所需的包:

    uv sync
  3. 配置 MCP 客户端(Claude Desktop)

    "mcpServers": { 
      "crypto-orderbook-mcp": { 
        "command": "uv", 
        "args": [ "--directory", "/absolute/path/to/crypto-orderbook-mcp", "run", "main.py" ]
      } 
    }

用法

该服务器提供两个主要工具:

  1. calculate_orderbook :计算指定交易所的交易对的买入深度、卖出深度和不平衡程度。

  2. compare_orderbook :比较多个交易所的买入深度、卖出深度和不平衡性,返回 Markdown 表。

示例:计算订单簿指标

提示:“计算币安上 BTC/USDT 的订单簿指标,深度范围为 1%。”

预期输出(JSON 对象):

{
  "exchange": "binance",
  "symbol": "BTC/USDT",
  "bid_depth": 123.45,
  "ask_depth": 234.56,
  "imbalance": 0.1234,
  "mid_price": 50000.0,
  "timestamp": 1698765432000
}

示例:比较不同交易所的订单簿

提示:“将币安、Kraken 和 OKX 的 BTC/USDT 订单簿指标与 1% 的深度范围进行比较。”

预期输出(Markdown 表):

| 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文件。

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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