Binance MCP (ferandreassi)
MCP server for Binance exchange data and trading operations via the Model Context Protocol.
Binance MCP by ferandreassi is an MCP server designed to provide structured access to Binance exchange data and trading operations. It exposes Binance API functionality as MCP tools, enabling AI agents to query market data, retrieve account information, and manage trading operations through typed, structured interfaces rather than direct API calls.
The server supports common Binance workflows including market data retrieval, account balance checks, and order management. By wrapping these operations in the Model Context Protocol, it reduces the parsing complexity typically associated with raw REST API integration and provides a more reliable interface for agent-driven workflows. Users can build research-to-execution pipelines where the agent handles data analysis and order preparation.
Configuration requires Binance API credentials set as environment variables in the MCP server configuration. As with all trading MCP servers, it is recommended to start with read-only data operations, validate the server behavior against expected results, and add explicit execution gates before enabling any order placement functionality. Applying position sizing limits and daily loss caps adds an additional layer of protection for live trading scenarios.