Binance MCP (snjyor)
MCP server for Binance cryptocurrency trading and market data through the Model Context Protocol.
Binance MCP by snjyor provides an MCP server interface for cryptocurrency trading and market data on the Binance exchange. It translates Binance API capabilities into structured MCP tools that AI agents and MCP-compatible clients can invoke for market analysis, account management, and trade execution workflows.
The server enables agents to fetch real-time and historical market data, check account balances, and manage orders on Binance. These tools are exposed as typed operations, which can improve reliability compared to parsing raw API responses in free-form text. This structure is particularly useful for multi-step workflows where an agent needs to gather market context before proposing a trade.
To get started, configure the server with your Binance API key and secret in the MCP client configuration. The repository documentation provides setup instructions and details on available tools. Users should apply standard risk management practices including human confirmation for order execution, position size limits, and read-only testing before enabling live trading operations. Review the specific tool endpoints and parameters to understand the scope of supported operations.