
MCP Binance Server
by forgequant
Institutional-grade Binance exchange integration for AI, featuring real-time order book depth, market analytics, and trading.
What it does
This MCP server connects AI assistants to the Binance cryptocurrency exchange. It provides a comprehensive suite of tools for market data retrieval, deep order book analysis, institutional-grade market microstructure analytics, and secure trade execution.
Tools
get_ticker: Get 24-hour price stats for any trading pair.get_order_book: Retrieve L1/L2 order book depth with bids and asks.get_orderbook_metrics: Analyze spread, mid-price, and liquidity depth.get_order_flow: Detect buying/selling pressure and institutional activity.get_volume_profile: Identify high-volume price nodes (POC/VAH/VAL).place_order: Execute BUY/SELL LIMIT/MARKET orders (Testnet recommended).get_account_info: Retrieve balances and account permissions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"binance": {
"command": "cargo",
"args": ["run", "--release", "--features", "orderbook", "--manifest-path", "/path/to/mcp-provider-binance/Cargo.toml"],
"env": {
"BINANCE_API_KEY": "your_key",
"BINANCE_SECRET_KEY": "your_secret",
"BINANCE_BASE_URL": "https://testnet.binance.vision"
}
}
}
}
Supported hosts
- claude
Quick install
cargo build --release --features orderbookInformation
- Pricing
- free
- Published






