A Model Context Protocol (MCP) server that provides access to Binance Spot API for trading and market data.
Binance API requires authentication for private endpoints (account info, orders, trades):
- Public endpoints: No authentication required (market data, orderbook, tickers)
- Private endpoints: API key and secret required (HMAC SHA256 authentication)
Auth Model: For private operations, API credentials must be provided with every tool call. The server is stateless and does not store credentials between requests.
MCP Type: Third-party integration (auth required for trading operations only)
-
Get your Binance API credentials from Binance API Management
-
For testing, use Binance Testnet:
export BINANCE_USE_TESTNET=true