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サーバー
WebSocket をサポートする Binance 市場データ用の Model Context Protocol (MCP) サーバー実装。
特徴
- WebSocket経由のリアルタイム市場データストリーミング
- スポット市場と先物市場の両方をサポート
- 指数バックオフによる自動再接続
- 型安全なメッセージ処理
- 包括的なエラー処理
インストール
Copy
使用法
サーバーの起動
Copy
WebSocket ストリームの種類
次のストリーム タイプがサポートされています。
trade
:リアルタイムの取引データticker
: 24時間ローリングウィンドウ価格変動統計bookTicker
: 最良の売り/買い価格と数量kline
: ローソク足データmarkPrice
: マーク価格と資金調達率(先物のみ)fundingRate
: 資金調達率データ(先物のみ)
Claude Desktopでの使用例
Copy
発達
テストの実行
Copy
建物
Copy
ライセンス
プライベート
You must be authenticated.
Tools
WebSocket 経由でリアルタイムの Binance 市場データ (スポットおよび先物) をストリーミングするサーバー実装。これにより、アプリケーションはモデル コンテキスト プロトコルを通じて暗号通貨市場情報を受信および処理できるようになります。