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

ライセンス

プライベート

You must be authenticated.

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

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
          Last updated -
          9
          14
          9
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.
          Last updated -
          3
          10
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
          Last updated -
          3
          227
          TypeScript
          MIT License
          • Apple
        • -
          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 -
          4
          Python
          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