node2flow/binance-mcp
Provides 23 tools for interacting with Binance exchange, including market data, trading, order management, and account queries via the Model Context Protocol. Supports both public market data (no API key required) and authenticated operations like placing and canceling orders.
README
@node2flow/binance-mcp
MCP server for Binance Global — the world's largest cryptocurrency exchange. 23 tools for market data, trading, orders, and account management via the Model Context Protocol.
Quick Start
Claude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"binance": {
"command": "npx",
"args": ["-y", "@node2flow/binance-mcp"],
"env": {
"BINANCE_API_KEY": "your-api-key",
"BINANCE_SECRET_KEY": "your-secret-key"
}
}
}
}
Note: API keys are optional. 11 market data tools work without authentication.
HTTP Mode
BINANCE_API_KEY=xxx BINANCE_SECRET_KEY=xxx npx @node2flow/binance-mcp --http
MCP endpoint: http://localhost:3000/mcp
Cloudflare Worker
Available at: https://binance-mcp-community.node2flow.net/mcp
POST https://binance-mcp-community.node2flow.net/mcp?BINANCE_API_KEY=xxx&BINANCE_SECRET_KEY=xxx
Tools (23)
Market Data (11) — Public, No API Key Required
| Tool | Description |
|---|---|
bn_ping |
Test API connectivity |
bn_server_time |
Get server time (ms timestamp) |
bn_exchange_info |
Trading rules, symbols, filters |
bn_order_book |
Order book depth (bids/asks) |
bn_recent_trades |
Recent trades (up to 1000) |
bn_aggregate_trades |
Compressed/aggregated trades |
bn_klines |
Candlestick/OHLCV data |
bn_avg_price |
Current 5-min average price |
bn_ticker_24hr |
24hr price change statistics |
bn_ticker_price |
Latest price (single or all) |
bn_book_ticker |
Best bid/ask price & quantity |
Trading (7) — Requires API Key
| Tool | Description | Risk |
|---|---|---|
bn_test_order |
Test order (dry run, no funds used) | Safe |
bn_new_order |
Place real order | Real money |
bn_query_order |
Query order status | Read-only |
bn_open_orders |
List open orders | Read-only |
bn_all_orders |
All order history | Read-only |
bn_cancel_order |
Cancel single order | Destructive |
bn_cancel_all_orders |
Cancel ALL open orders | Destructive |
Account (2) — Requires API Key
| Tool | Description |
|---|---|
bn_account_info |
Balances, commissions, permissions |
bn_my_trades |
Trade execution history |
User Data Stream (3) — Requires API Key
| Tool | Description |
|---|---|
bn_create_listen_key |
Create WebSocket listen key |
bn_keepalive_listen_key |
Extend listen key (every 60min) |
bn_close_listen_key |
Close/invalidate listen key |
Test Orders (Safe Trading)
Binance provides a test order endpoint that validates all parameters without executing:
bn_test_order → validates symbol, quantity, price, filters
bn_new_order → actually places the order (REAL MONEY)
Always use bn_test_order first to verify your order parameters are valid before placing a real order with bn_new_order.
API Key Setup
- Go to Binance API Management
- Create a new API key
- Enable permissions:
- Enable Reading — Required for account/order queries
- Enable Spot Trading — Required for placing/canceling orders
- Recommended: Set IP whitelist for security
Security Best Practices
- Never share your API key or secret key
- Use IP whitelist on Binance to restrict API access
- Disable withdrawal permission unless absolutely needed
- Use test orders (
bn_test_order) before real trades - Start with small amounts when testing real orders
- Monitor open orders regularly with
bn_open_orders
Rate Limits
Binance enforces the following rate limits:
| Type | Limit |
|---|---|
| Request weight | 6,000 per minute |
| Orders | 50 per second |
| Orders | 160,000 per day |
Rate limit headers are included in API responses:
X-MBX-USED-WEIGHT-1M— Current weight usedX-MBX-ORDER-COUNT-10S— Orders in 10 secondsX-MBX-ORDER-COUNT-1D— Orders in 1 day
Symbol Format
Symbols are uppercase with no separator:
BTCUSDT— Bitcoin / TetherETHUSDT— Ethereum / TetherBNBBTC— BNB / BitcoinSOLUSDT— Solana / Tether
Use bn_exchange_info to get the full list of available symbols.
Testnet
Binance provides a testnet for development:
- API:
https://testnet.binance.vision/api - Create testnet keys at: https://testnet.binance.vision/
Note: This MCP server connects to the production API by default.
License
MIT License - see LICENSE
Copyright (c) 2026 Node2Flow
Links
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。