Skip to main content
Glama

MCP Blockchain Query Server

by pavel-bc

MCP ブロックチェーンクエリサーバー

ロゴ

[!警告] このリポジトリのコードの大部分はGrok 3 Betaを使用して生成されました

Blockchain DataおよびQuery API を介して BTC データをクエリするためのツールを提供するモデル コンテキスト プロトコルサーバー。

デモ

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

特徴

  • stdioとSSEトランスポートの両方をサポート
  • 利用可能なツール
    • ハッシュでブロックを取得する
    • ハッシュでトランザクションを取得する
    • ハッシュでアドレスを取得する
    • ブロック数を取得する
    • 難易度を取得する
    • アドレス残高を取得する
    • ハッシュレートを取得する
    • 平均取引サイズを取得する
    • ビットコインの合計数を取得する
    • ブロックを見つける確率を取得する
    • 24時間市場価格を取得
    • ブロック間隔を取得する
    • ブロック報酬を獲得
    • 次のリターゲットを取得
    • 最新のハッシュを取得
    • 未確認数を取得する
    • 24時間の取引数を取得する

インストール

python -m venv venv source venv/bin/activate pip install -r requirements.txt

ランニング

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

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.

さまざまな BTC 情報取得機能をサポートする、ブロックチェーン データおよびクエリ API を介して Bitcoin ブロックチェーン データをクエリするためのツールを提供するモデル コンテキスト プロトコル サーバー。

  1. デモ
    1. 特徴
      1. インストール
        1. ランニング

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Facilitates interaction with the Bitcoin network via the Model Context Protocol, enabling key generation, address validation, transaction decoding, and blockchain data retrieval.
            Last updated -
            5
            103
            18
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
            Last updated -
            9
            14
            9
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A cryptocurrency price query service based on Model Context Protocol that provides tools for retrieving virtual currency prices, market trends, detailed information, and K-line data.
            Last updated -
            2
            Python
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that allows AI assistants like Claude to directly query cryptocurrency and blockchain project data from RootData, including project information, organization details, and search results.
            Last updated -
            Python
            • Apple

          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/pavel-bc/mcp-blockchain-query'

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