Binance MCP (Todmy)

MCP server for Binance exchange — spot trading, account data, and market info via the Model Context Protocol.

Verified

Binance MCP by Todmy is an MCP server that connects AI agents to the Binance cryptocurrency exchange. It provides structured tool access for spot trading operations, account data retrieval, and market information queries. By exposing these capabilities through the Model Context Protocol, it allows MCP-compatible clients to interact with Binance using typed inputs and outputs rather than raw API calls.

The server covers core exchange functionality including placing and managing spot orders, checking account balances and positions, and fetching real-time price and order book data. This makes it suitable for building agent-assisted trading workflows where the AI handles data gathering and order preparation while the user retains final execution control. As with any trading integration, users should enforce confirmation gates and risk limits before allowing live order placement.

Setup involves configuring the MCP server with Binance API credentials and connecting it to an MCP-compatible client. The server communicates with Binance’s REST API endpoints and translates responses into structured MCP tool outputs. Users should start with read-only operations to verify connectivity and data accuracy before enabling any trading functionality.