Skip to main content
Glama

Binance MCP Server

by qeinfinity

바이낸스 MCP 서버

WebSocket을 지원하는 Binance 시장 데이터를 위한 MCP(Model Context Protocol) 서버 구현입니다.

특징

  • WebSocket을 통한 실시간 시장 데이터 스트리밍
  • 현물 및 선물 시장 모두 지원
  • 지수 백오프를 통한 자동 재연결
  • 유형 안전 메시지 처리
  • 포괄적인 오류 처리

설치

지엑스피1

용법

서버 시작

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.

WebSockets를 통해 실시간 바이낸스 시장 데이터(현물 및 선물)를 스트리밍하는 서버 구현으로, 애플리케이션이 모델 컨텍스트 프로토콜을 통해 암호화폐 시장 정보를 수신하고 처리할 수 있도록 합니다.

  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