Binance MCP Server
未认领A Model Context Protocol (MCP) server for integrating AI assistants with Binance cryptocurrency exchange APIs, enabling automated trading, market data access, and account management.
安装
$
claude mcp add binance --env BINANCE_API_KEY=YOUR_API_KEY --env BINANCE_API_SECRET=YOUR_API_SECRET --env BINANCE_TESTNET=false -- npx -y binance-mcp-server工具(10 个)
cancel_all_orders
Cancel all open orders (supports both mainnet and testnet)
cancel_order
Cancel specific order (supports both mainnet and testnet)
get_24hr_ticker
Get 24-hour price statistics
get_account_info
Get account information and balances
get_klines
Get K-line/candlestick data
get_open_orders
Get current open orders
get_order_history
Get historical orders
get_orderbook
Get order book depth data
get_price
Get current price for trading pair
place_order
Place a new order (supports both mainnet and testnet)