Overview
Features
Market Data APIs
Provides access to current price, order book depth, K-lines, and 24h ticker data via get_price, get_orderbook, get_klines, and get_24hr_ticker.
Account Data Access
Fetch account information and balances with get_account_info, plus open orders and order history via get_open_orders and get_order_history.
Trading APIs (Mainnet & Testnet)
Place, cancel, and batch-cancel orders via place_order, cancel_order, and cancel_all_orders on both networks.
Multi-Network Support
Supports Binance mainnet and testnet via BINANCE_TESTNET env variable and MCP config.
Secure API Key Management
Uses environment variables BINANCE_API_KEY and BINANCE_API_SECRET for authentication; recommends testnet for safe testing.
Claude Code MCP Integration
One-click setup and integration with Claude Code to connect to the MCP server and start using Binance APIs.
Who Is This For?
- AI tools:Integrate Binance API into Claude Code via MCP for data access and trading.
- Developers:Build trading bots and dashboards using Binance data through the MCP server.
- Crypto traders:Execute automated orders on Binance using Claude Code via MCP.




