MCP Servers / cloud-service / Binance MCP Server

Binance MCP Server

JSON →
none31cloud-service

Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.

Install
How to run this server
[ { "cmd": "npx -y binance-mcp-server", "imports": [] } ]
server path: binance-mcp-server
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 ticker for a symbol.
get_klines
Get candlestick/kline data for a symbol.
get_order_book
Get order book depth for a symbol.
place_order
Place a new order on Binance.
cancel_order
Cancel an existing order.
get_open_orders
Get all open orders for a symbol.
get_order_status
Check status of a specific order.
get_trade_history
Get recent trade history for a symbol.
Configuration
Environment & auth
authnone
envBINANCE_API_KEY
envBINANCE_API_SECRET
envYOUR_API_KEY
envYOUR_API_SECRET
Resources
Binance MCP Server — MCP Server · libregistry