Skip to main content
Glama

Binance MCP Server

by qeinfinity

Binance MCPサーバー

WebSocket をサポートする Binance 市場データ用の Model Context Protocol (MCP) サーバー実装。

特徴

  • WebSocket経由のリアルタイム市場データストリーミング
  • スポット市場と先物市場の両方をサポート
  • 指数バックオフによる自動再接続
  • 型安全なメッセージ処理
  • 包括的なエラー処理

インストール

npm install

使用法

サーバーの起動

npm start

WebSocket ストリームの種類

次のストリーム タイプがサポートされています。

  • trade :リアルタイムの取引データ
  • ticker : 24時間ローリングウィンドウ価格変動統計
  • bookTicker : 最良の売り/買い価格と数量
  • kline : ローソク足データ
  • markPrice : マーク価格と資金調達率(先物のみ)
  • fundingRate : 資金調達率データ(先物のみ)

Claude Desktopでの使用例

// Subscribe to trade and ticker streams for BTC/USDT await server.subscribe('BTCUSDT', 'spot', ['trade', 'ticker']); // Handle incoming data server.onStreamData('BTCUSDT', 'trade', (data) => { console.log('New trade:', data); });

発達

テストの実行

npm test

建物

npm run build

ライセンス

プライベート

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

WebSocket 経由でリアルタイムの Binance 市場データ (スポットおよび先物) をストリーミングするサーバー実装。これにより、アプリケーションはモデル コンテキスト プロトコルを通じて暗号通貨市場情報を受信および処理できるようになります。

  1. 特徴
    1. インストール
      1. 使用法
        1. サーバーの起動
        2. WebSocket ストリームの種類
        3. Claude Desktopでの使用例
      2. 発達
        1. テストの実行
        2. 建物
      3. ライセンス

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          This server provides a robust interface for Binance spot trading operations, including secure management of API credentials, execution and management of spot orders, and monitoring of account balances and open orders.
          Last updated -
          3
          14
          TypeScript
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that exposes Binance cryptocurrency exchange data to LLMs, allowing agents to access real-time prices, order books, and historical market data without requiring API keys.
          Last updated -
          11
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A server that provides tools for retrieving real-time price information for various assets including precious metals and cryptocurrencies, allowing language models to access and display current asset price data.
          Last updated -
          1
          261
          2
          JavaScript
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A server that provides real-time cryptocurrency data through the Model Context Protocol, allowing access to detailed exchange information and current cryptocurrency rates from the CoinCap API.
          Last updated -
          2
          1
          TypeScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/qeinfinity/binance-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server