바이낸스 암호화폐 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_klines | K-라인/캔들스틱 데이터 가져오기 |
get_ui_klines | UI 최적화된 K-라인 데이터 가져오기 |
get_avg_price | 현재 평균 가격을 알아보세요 |
get_24hr_ticker | 24시간 가격 변동 통계를 받아보세요 |
get_trading_day_ticker | 거래일 시장 정보를 얻으세요 |
get_book_ticker | 주문서 티커 받기 |
get_rolling_window_ticker | 롤링 윈도우 가격 변동 통계를 받아보세요 |
커서에서 사용
글로벌 설치
npx를 사용하여 MCP 서비스를 실행합니다.
지엑스피1
커서 IDE에서:
Cursor Settings
>MCP
로 이동하세요+ Add New MCP Service
클릭하세요- 양식을 작성하세요:
- 이름:
binance
- 유형:
command
- 명령어:
npx -y @snjyor/binance-mcp@latest
- 이름:
프로젝트 설치
프로젝트에 .cursor/mcp.json
파일을 추가합니다.
용법
구성 후, Binance 시장 데이터 도구는 Cursor AI 에이전트에서 자동으로 사용할 수 있습니다.
- 해당 도구는 MCP 설정의
Available Tools
에 나열됩니다. - 관련성이 있는 경우 에이전트가 자동으로 이를 사용합니다.
- 에이전트에게 이러한 도구를 사용하도록 명시적으로 요청할 수 있습니다.
다른 MCP 호환 환경에서 사용
사용 예
다음은 몇 가지 사용 예입니다.
비트코인 가격 조회
이더리움의 24시간 가격 변동 보기
BNB의 K-라인 데이터를 받아보세요
개발
디버깅 서버
서버를 디버깅하려면 MCP Inspector를 사용할 수 있습니다.
먼저 서버를 빌드하세요
터미널에서 다음 명령을 실행하세요.
특허
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.
Tools
바이낸스 암호화폐 시장 데이터에 실시간으로 접근할 수 있는 MCP 서비스로, AI 에이전트가 자연어 쿼리를 통해 현재 가격, 주문장, 캔들스틱 차트, 거래 통계를 가져올 수 있습니다.
Related MCP Servers
- AsecurityFlicenseAqualityA 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 -9Python
- -securityAlicense-qualityAn MCP server for tracking and managing cryptocurrency portfolio allocations, enabling AI agents to query and optimize portfolio strategies in real time.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.Last updated -3PythonMIT License
- -security-license-qualityProvides 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 -1JavaScriptMIT License