Skip to main content
Glama

Binance Cryptocurrency MCP

by snjyor

바이낸스 암호화폐 MCP

바이낸스 암호화폐 시장 데이터에 접근하기 위한 모델 컨텍스트 프로토콜 서비스입니다.

개요

이 MCP 서비스를 사용하면 AI 에이전트(예: Claude, Cursor, Windsurf 등)가 Binance API 호출을 실행하고 가격, 캔들스틱 차트, 주문장 등을 포함한 암호화폐 시장의 실시간 데이터를 얻을 수 있습니다.

목적 바이낸스 웹사이트를 확인하거나 다른 도구를 사용하지 않고도 AI에 최신 암호화폐 가격, 거래량, 가격 추세 및 기타 정보를 직접 문의할 수 있습니다.

사용 가능한 정보

이 MCP 서비스를 통해 다음과 같은 정보를 얻을 수 있습니다.

  • 현재 가격 정보 - 지정된 암호화폐의 실시간 가격을 확인하세요
  • 주문장 데이터 - 매수 및 매도 주문 깊이 보기
  • 캔들스틱 차트 데이터 - 다양한 기간의 캔들스틱 데이터 얻기
  • 24시간 가격 변동 - 24시간 내 가격 변동 보기
  • 거래 내역 - 최근 거래 내역 보기
  • 가격 통계 - 다양한 시간대에 대한 가격 통계를 얻으세요

사용 가능한 도구

도구설명
get_price지정된 암호화폐의 현재 가격을 알아보세요
get_order_book주문서 데이터 가져오기
get_recent_trades최근 거래 목록 가져오기
get_historical_trades과거 거래 데이터 가져오기
get_aggregate_trades집계 거래 목록 가져오기
get_klinesK-라인/캔들스틱 데이터 가져오기
get_ui_klinesUI 최적화된 K-라인 데이터 가져오기
get_avg_price현재 평균 가격을 알아보세요
get_24hr_ticker24시간 가격 변동 통계를 받아보세요
get_trading_day_ticker거래일 시장 정보를 얻으세요
get_book_ticker주문서 티커 받기
get_rolling_window_ticker롤링 윈도우 가격 변동 통계를 받아보세요

커서에서 사용

글로벌 설치

npx를 사용하여 MCP 서비스를 실행합니다.

지엑스피1

커서 IDE에서:

  1. Cursor Settings > MCP 로 이동하세요
  2. + Add New MCP Service 클릭하세요
  3. 양식을 작성하세요:
    • 이름: binance
    • 유형: command
    • 명령어: npx -y @snjyor/binance-mcp@latest

프로젝트 설치

프로젝트에 .cursor/mcp.json 파일을 추가합니다.

{ "mcpServers": { "binance": { "command": "npx", "args": [ "-y", "@snjyor/binance-mcp@latest" ] } } }

용법

구성 후, Binance 시장 데이터 도구는 Cursor AI 에이전트에서 자동으로 사용할 수 있습니다.

  1. 해당 도구는 MCP 설정의 Available Tools 에 나열됩니다.
  2. 관련성이 있는 경우 에이전트가 자동으로 이를 사용합니다.
  3. 에이전트에게 이러한 도구를 사용하도록 명시적으로 요청할 수 있습니다.

다른 MCP 호환 환경에서 사용

{ "mcpServers": { "binance": { "command": "npx", "args": [ "-y", "@snjyor/binance-mcp@latest" ] } } }

사용 예

다음은 몇 가지 사용 예입니다.

비트코인 가격 조회

Please tell me the current price of Bitcoin

이더리움의 24시간 가격 변동 보기

How has Ethereum's price changed in the past 24 hours?

BNB의 K-라인 데이터를 받아보세요

Show me the daily K-line data for BNB over the last 5 days

개발

# Install dependencies npm install # Build npm run build # Local testing npm run start

디버깅 서버

서버를 디버깅하려면 MCP Inspector를 사용할 수 있습니다.

먼저 서버를 빌드하세요

npm run build

터미널에서 다음 명령을 실행하세요.

# Start MCP Inspector and server npx @modelcontextprotocol/inspector node dist/index.js

특허

아파치 2.0

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.

바이낸스 암호화폐 시장 데이터에 실시간으로 접근할 수 있는 MCP 서비스로, AI 에이전트가 자연어 쿼리를 통해 현재 가격, 주문장, 캔들스틱 차트, 거래 통계를 가져올 수 있습니다.

  1. 개요
    1. 사용 가능한 도구
      1. 커서에서 사용
        1. 다른 MCP 호환 환경에서 사용
          1. 사용 예
            1. 개발
              1. 디버깅 서버
                1. 특허

                  Related MCP Servers

                  • A
                    security
                    F
                    license
                    A
                    quality
                    A Model Control Protocol (MCP) server that provides cryptocurrency trading interfaces for Binance exchange, enabling functions like real-time price fetching, account balance queries, order placement/cancellation, and automated arbitrage strategies.
                    Last updated -
                    9
                    Python
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server for tracking and managing cryptocurrency portfolio allocations, enabling AI agents to query and optimize portfolio strategies in real time.
                    Last updated -
                    Python
                    MIT License
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
                    Last updated -
                    3
                    Python
                    MIT License
                  • -
                    security
                    -
                    license
                    -
                    quality
                    Provides an MCP server that allows large language models to access real-time and historical Bitcoin market data from Binance, including current prices, order book data, recent trades, and price history through a standardized interface.
                    Last updated -
                    1
                    JavaScript
                    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/snjyor/binance-mcp'

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