Binance MCP Server
JSON →Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
Install
npx -y binance-mcp-server Tools · 10
- 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.
Environment variables
BINANCE_API_KEYBINANCE_API_SECRETYOUR_API_KEYYOUR_API_SECRET
Links
★ 31 GitHub stars