node2flow/binance-mcp
Provides integration with Binance cryptocurrency exchange, offering tools for market data (order book, trades, klines, tickers), trading (place/cancel orders, query orders), and account management (balances, trade history).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@node2flow/binance-mcpwhat's the current price of BTCUSDT?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 --httpMCP 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=xxxRelated MCP server: Binance MCP Server
Tools (23)
Market Data (11) — Public, No API Key Required
Tool | Description |
| Test API connectivity |
| Get server time (ms timestamp) |
| Trading rules, symbols, filters |
| Order book depth (bids/asks) |
| Recent trades (up to 1000) |
| Compressed/aggregated trades |
| Candlestick/OHLCV data |
| Current 5-min average price |
| 24hr price change statistics |
| Latest price (single or all) |
| Best bid/ask price & quantity |
Trading (7) — Requires API Key
Tool | Description | Risk |
| Test order (dry run, no funds used) | Safe |
| Place real order | Real money |
| Query order status | Read-only |
| List open orders | Read-only |
| All order history | Read-only |
| Cancel single order | Destructive |
| Cancel ALL open orders | Destructive |
Account (2) — Requires API Key
Tool | Description |
| Balances, commissions, permissions |
| Trade execution history |
User Data Stream (3) — Requires API Key
Tool | Description |
| Create WebSocket listen key |
| Extend listen key (every 60min) |
| 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 tradesStart 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/apiCreate 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
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceEnables AI agents to perform cryptocurrency trading operations on Binance exchange through 30 comprehensive tools supporting spot trading, futures contracts, options, account management, market data analysis, and risk control features. Provides enterprise-grade security with local encrypted API key storage and supports multiple account types with sandbox environment testing.Last updated9MIT
- Alicense-qualityFmaintenanceEnables AI agents to interact with Binance cryptocurrency exchange for trading operations, real-time market data access, portfolio management, and account monitoring through secure API integration.Last updated47MIT
- Alicense-qualityCmaintenanceProvides over 156 tools to interact with the Binance.com global exchange API for spot trading, wallet management, and staking operations. It enables users to execute orders, retrieve market data, and manage crypto assets through natural language interfaces like Claude and ChatGPT.Last updated7833MIT
- Flicense-qualityDmaintenanceEnables automated cryptocurrency trading on Binance and provides integration for monitoring Base network operations. It allows users to execute trades, fetch market data, and calculate technical indicators like RSI and MACD through the Model Context Protocol.Last updated
Related MCP Connectors
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/node2flow-th/binance-mcp-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server