MCP Blockchain Query Server

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.

Integrations

  • Provides tools for querying Bitcoin blockchain data including blocks, transactions, addresses, network statistics and market information.

  • Allows querying Bitcoin blockchain data via Blockchain.com's Data and Query APIs, providing functionality to retrieve block information, transaction details, address data, and various Bitcoin network statistics.

MCP 블록체인 쿼리 서버

[!WARNING] 이 저장소의 대부분의 코드는 Grok 3 Beta를 사용하여 생성되었습니다.

블록체인 데이터쿼리 API를 통해 BTC 데이터를 쿼리하기 위한 도구를 제공하는 모델 컨텍스트 프로토콜 서버입니다.

데모

https://github.com/user-attachments/assets/b270979b-b22f-467c-bcb4-54bd48504073

특징

  • stdio와 SSE 전송을 모두 지원합니다
  • 사용 가능한 도구 :
    • 해시로 블록 가져오기
    • 해시로 거래 가져오기
    • 해시로 주소 가져오기
    • 블록 수 가져오기
    • 어려움을 겪다
    • 주소 잔액 가져오기
    • 해시율 얻기
    • 평균 거래 규모 가져오기
    • 총 비트코인을 받으세요
    • 블록을 찾을 확률을 구하세요
    • 24시간 시장 가격을 알아보세요
    • 블록 간격 가져오기
    • 블록 보상 받기
    • 다음 리타겟팅을 받으세요
    • 최신 해시 가져오기
    • 확인되지 않은 카운트를 얻으세요
    • 24시간 거래 내역을 확인하세요

설치

지엑스피1

달리기

stdio 모드에서 실행(기본값):

$ python main.py

SSE 모드에서 실행:

$ python main.py --transport sse --port 8000

CLI 인수:

  • --port : SSE 전송을 위한 포트 번호(기본값: 8000)
  • --transport : 전송 유형(stdio 또는 sse, 기본값: stdio)
-
security - not tested
F
license - not found
-
quality - not tested

블록체인 데이터 및 쿼리 API를 통해 비트코인 블록체인 데이터를 쿼리하기 위한 도구를 제공하는 모델 컨텍스트 프로토콜 서버로, 다양한 BTC 정보 검색 기능을 지원합니다.

  1. Demo
    1. Features
      1. Installation
        1. Running
          ID: 71ow3uvx5n