Binance MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides real-time market data streaming from Binance, supporting both spot and futures markets. Offers access to trade data, price statistics, order book information, candlestick data, mark prices, funding rates, and open interest information through various endpoints and WebSocket streams.
Binance MCP Server
A Model Context Protocol (MCP) server implementation for Binance market data with WebSocket support.
Features
- Real-time market data streaming via WebSocket
- Support for both spot and futures markets
- Automatic reconnection with exponential backoff
- Type-safe message handling
- Comprehensive error handling
Installation
Usage
Starting the Server
WebSocket Stream Types
The following stream types are supported:
trade
: Real-time trade dataticker
: 24-hour rolling window price change statisticsbookTicker
: Best bid/ask price and quantitykline
: Candlestick datamarkPrice
: Mark price and funding rate (futures only)fundingRate
: Funding rate data (futures only)
Example Usage in Claude Desktop
Development
Running Tests
Building
License
Private
You must be authenticated.
A server implementation that streams real-time Binance market data (spot and futures) via WebSockets, enabling applications to receive and process cryptocurrency market information through the Model Context Protocol.