MCP Servers / cloud-service / Binance MCP Server

Binance MCP Server

JSON →
none83cloud-service

Interact with the Binance API to view portfolios, convert tokens, and execute trades with minimal market impact.

Install
How to run this server

No install command recorded.

server path: binance-mcp-server-3
Tools
What this server exposes
get_account_info
Retrieve account information including balances and permissions.
get_exchange_info
Get exchange trading rules and symbol information.
get_ticker_price
Get current price for a symbol.
get_klines
Get kline/candlestick data for a symbol.
get_order_book
Get order book depth for a symbol.
get_recent_trades
Get recent trades for a symbol.
get_historical_trades
Get historical trades for a symbol.
get_24hr_ticker
Get 24-hour ticker statistics for a symbol.
get_avg_price
Get average price for a symbol.
get_open_orders
Get all open orders for a symbol.
get_all_orders
Get all orders for a symbol.
get_order
Get order status by order ID.
create_order
Create a new order.
cancel_order
Cancel an existing order.
cancel_all_orders
Cancel all open orders for a symbol.
get_my_trades
Get account trade history for a symbol.
get_commission_rates
Get commission rates for a symbol.
Configuration
Environment & auth
authnone
envBINANCE_API_KEY
envBINANCE_API_SECRET
Resources
Binance MCP Server — MCP Server · libregistry