Binance MCP Server
UnclaimedA Model Context Protocol (MCP) server for integrating AI assistants with Binance cryptocurrency exchange APIs, enabling automated trading, market data access, and account management.
Install
$
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-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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)