Binance MCP Server
UnclaimedUnofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents.
Install
pip install 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 (15)
create_order
Create buy/sell orders (market, limit, etc.)
get_account_snapshot
Point-in-time account state snapshot
get_available_assets
List all tradable cryptocurrencies
get_balance
Retrieve account balances for all assets
get_deposit_address
Get deposit address for a specific coin
get_deposit_history
Deposit history for a specific coin
get_fee_info
Trading fee rates (maker/taker commissions)
get_liquidation_history
Past liquidation events for futures
get_order_book
Current order book (bids/asks)
get_orders
List order history for a specific symbol
get_pnl
Calculate profit and loss for futures trading
get_position_info
Open futures positions details
get_ticker
24-hour ticker price change statistics
get_ticker_price
Current price for a trading symbol
get_withdraw_history
Withdrawal history for a specific coin