바이낸스 비트코인 MCP 도구
이 프로젝트는 바이낸스에서 비트코인 가격 데이터를 가져오는 모델 컨텍스트 프로토콜(MCP) 도구를 제공합니다. 이를 통해 대규모 언어 모델이 표준화된 인터페이스를 통해 실시간 및 과거 비트코인 시장 데이터에 접근할 수 있습니다.
특징
- 현재 비트코인 티커 데이터(가격, 24시간 변화, 거래량 등)를 받으세요.
- 주문서에서 최고 입찰가와 매도가를 확인하세요
- 최근 거래 가져오기
- 사용자 정의 가능한 간격으로 과거 가격 데이터를 얻으세요
- 짧은 시간 동안 실시간 비트코인 가격 업데이트를 스트리밍하세요
설치
지엑스피1
용법
MCP 호환 LLM 클라이언트와 함께 이 도구를 사용하려면:
그런 다음 MCP 호환 LLM 클라이언트를 연결하여 Binance 데이터와 상호 작용합니다.
사용 가능한 도구
- get_bitcoin_ticker - 현재 비트코인 티커 데이터를 가져옵니다.
- 매개변수:
symbol
(선택 사항, 기본값: "BTCUSDT") - 거래 쌍 기호
- 매개변수:
- get_bitcoin_order_book - 현재 최고 입찰가와 매도가를 받아보세요
- 매개변수:
symbol
(선택 사항, 기본값: "BTCUSDT") - 거래 쌍 기호
- 매개변수:
- get_bitcoin_recent_trades - 최근 거래 내역 가져오기
- 매개변수:
symbol
(선택 사항, 기본값: "BTCUSDT") - 거래 쌍 기호limit
(선택 사항, 기본값: 10) - 가져올 거래 수
- 매개변수:
- get_bitcoin_price_history - 과거 클라인/캔들스틱 데이터 가져오기
- 매개변수:
symbol
(선택 사항, 기본값: "BTCUSDT") - 거래 쌍 기호interval
(선택 사항, 기본값: "1시간") - 클라인 간격(1분, 3분, 5분, 15분, 30분, 1시간, 2시간, 4시간, 6시간, 8시간, 12시간, 1일, 3일, 1주, 1개월)limit
(선택 사항, 기본값: 24) - 가져올 캔들 수
- 매개변수:
- get_realtime_bitcoin_price - 실시간 가격 업데이트 받기
- 매개변수:
symbol
(선택 사항, 기본값: "btcusdt") - 소문자로 표시된 거래 쌍 기호duration
(선택 사항, 기본값: 5, 최대: 30) - 실시간 데이터를 수집하는 데 걸리는 기간(초)
- 매개변수:
LLM을 위한 예시 프롬프트
MCP 호환 LLM에 연결되면 다음과 같은 프롬프트를 사용할 수 있습니다.
- "현재 비트코인 가격과 24시간 변화는 얼마인가요?"
- "비트코인 매수가와 매도가의 현재 차이를 보여주세요."
- "최근 10건의 비트코인 거래를 분석하고 패턴을 파악하세요."
- "지난 24시간 동안의 비트코인 가격 변동을 확인하고 추세를 설명하세요."
- "실시간 비트코인 거래를 5초 동안 지켜보시고 매수 또는 매도 압력이 더 있는지 알려주세요."
개발
프로젝트를 변경하려면:
src
디렉토리의 소스 코드를 수정하세요pnpm build
실행하여 TypeScript 코드를 컴파일합니다.pnpm start
로 변경 사항을 테스트하세요
부인 성명
본 도구는 교육 및 정보 제공 목적으로만 제공되며, 금융 자문이 아닙니다.
This server cannot be installed
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 서버를 제공합니다.
Related MCP Servers
- AsecurityAlicenseAqualityA 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.Last updated -38528TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 v3Last updated -324TypeScriptMIT License
- 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
- AsecurityAlicenseAqualityMCP service that provides real-time access to Binance cryptocurrency market data, allowing AI agents to fetch current prices, order books, candlestick charts, and trading statistics through natural language queries.Last updated -12498JavaScriptApache 2.0