Skip to main content
Glama

Binance Bitcoin MCP Tool

by MilesCool

바이낸스 비트코인 MCP 도구

이 프로젝트는 바이낸스에서 비트코인 가격 데이터를 가져오는 모델 컨텍스트 프로토콜(MCP) 도구를 제공합니다. 이를 통해 대규모 언어 모델이 표준화된 인터페이스를 통해 실시간 및 과거 비트코인 시장 데이터에 접근할 수 있습니다.

특징

  • 현재 비트코인 티커 데이터(가격, 24시간 변화, 거래량 등)를 받으세요.
  • 주문서에서 최고 입찰가와 매도가를 확인하세요
  • 최근 거래 가져오기
  • 사용자 정의 가능한 간격으로 과거 가격 데이터를 얻으세요
  • 짧은 시간 동안 실시간 비트코인 가격 업데이트를 스트리밍하세요

설치

지엑스피1

용법

MCP 호환 LLM 클라이언트와 함께 이 도구를 사용하려면:

# Start the MCP server pnpm start

그런 다음 MCP 호환 LLM 클라이언트를 연결하여 Binance 데이터와 상호 작용합니다.

사용 가능한 도구

  1. get_bitcoin_ticker - 현재 비트코인 티커 데이터를 가져옵니다.
    • 매개변수:
      • symbol (선택 사항, 기본값: "BTCUSDT") - 거래 쌍 기호
  2. get_bitcoin_order_book - 현재 최고 입찰가와 매도가를 받아보세요
    • 매개변수:
      • symbol (선택 사항, 기본값: "BTCUSDT") - 거래 쌍 기호
  3. get_bitcoin_recent_trades - 최근 거래 내역 가져오기
    • 매개변수:
      • symbol (선택 사항, 기본값: "BTCUSDT") - 거래 쌍 기호
      • limit (선택 사항, 기본값: 10) - 가져올 거래 수
  4. 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) - 가져올 캔들 수
  5. get_realtime_bitcoin_price - 실시간 가격 업데이트 받기
    • 매개변수:
      • symbol (선택 사항, 기본값: "btcusdt") - 소문자로 표시된 거래 쌍 기호
      • duration (선택 사항, 기본값: 5, 최대: 30) - 실시간 데이터를 수집하는 데 걸리는 기간(초)

LLM을 위한 예시 프롬프트

MCP 호환 LLM에 연결되면 다음과 같은 프롬프트를 사용할 수 있습니다.

  1. "현재 비트코인 가격과 24시간 변화는 얼마인가요?"
  2. "비트코인 매수가와 매도가의 현재 차이를 보여주세요."
  3. "최근 10건의 비트코인 거래를 분석하고 패턴을 파악하세요."
  4. "지난 24시간 동안의 비트코인 가격 변동을 확인하고 추세를 설명하세요."
  5. "실시간 비트코인 거래를 5초 동안 지켜보시고 매수 또는 매도 압력이 더 있는지 알려주세요."

개발

프로젝트를 변경하려면:

  1. src 디렉토리의 소스 코드를 수정하세요
  2. pnpm build 실행하여 TypeScript 코드를 컴파일합니다.
  3. pnpm start 로 변경 사항을 테스트하세요

부인 성명

본 도구는 교육 및 정보 제공 목적으로만 제공되며, 금융 자문이 아닙니다.

-
security - not tested
-
license - not tested
-
quality - not tested

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 서버를 제공합니다.

  1. 특징
    1. 설치
      1. 용법
        1. 사용 가능한 도구
        2. LLM을 위한 예시 프롬프트
      2. 개발
        1. 부인 성명

          Related MCP Servers

          • 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.
            Last updated -
            3
            85
            28
            TypeScript
            MIT License
            • 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
            24
            TypeScript
            MIT License
            • Apple
          • 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
          • A
            security
            A
            license
            A
            quality
            MCP 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 -
            12
            49
            8
            JavaScript
            Apache 2.0

          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/MilesCool/binance-mcp'

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