binance-mcp-server

josh-jaiy/binance-mcp-server

3.2

If you are the rightful owner of binance-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Binance MCP Server is a Model Context Protocol server that integrates Binance exchange API functionality with Claude Code, providing a seamless interface for trading and market data retrieval.

Tools

Functions exposed to the LLM to take actions

get_price

Obtain the current price for a trading pair.

get_orderbook

Obtain the order book depth data.

get_klines

Obtain K-line/candlestick data.

get_24hr_ticker

Obtain 24-hour price statistics.

get_account_info

Obtain spot account information and balances.

get_open_orders

Obtain current open spot orders.

get_order_history

Obtain historical spot orders.

place_order

Place a new spot order.

cancel_order

Cancel a specific spot order.

cancel_all_orders

Cancel all open spot orders.

get_futures_account_info

Obtain futures account balance, margin, and PnL.

get_futures_positions

Obtain open futures positions with entry price, PnL, leverage.

get_futures_open_orders

Obtain pending futures orders.

get_futures_order_history

Obtain historical futures orders.

place_futures_order

Place a futures market/limit order (TESTNET ONLY).

cancel_futures_order

Cancel a specific futures order (TESTNET ONLY).

cancel_all_futures_orders

Cancel all futures orders for a symbol (TESTNET ONLY).

set_futures_leverage

Adjust leverage 1-125x (TESTNET ONLY).

set_futures_margin_type

Set ISOLATED or CROSSED margin (TESTNET ONLY).

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources