MCP ブロックチェーンクエリサーバー
[!警告] このリポジトリのコードの大部分はGrok 3 Betaを使用して生成されました
Blockchain DataおよびQuery API を介して BTC データをクエリするためのツールを提供するモデル コンテキスト プロトコルサーバー。
デモ
https://github.com/user-attachments/assets/b270979b-b22f-467c-bcb4-54bd48504073
特徴
- stdioとSSEトランスポートの両方をサポート
- 利用可能なツール:
- ハッシュでブロックを取得する
- ハッシュでトランザクションを取得する
- ハッシュでアドレスを取得する
- ブロック数を取得する
- 難易度を取得する
- アドレス残高を取得する
- ハッシュレートを取得する
- 平均取引サイズを取得する
- ビットコインの合計数を取得する
- ブロックを見つける確率を取得する
- 24時間市場価格を取得
- ブロック間隔を取得する
- ブロック報酬を獲得
- 次のリターゲットを取得
- 最新のハッシュを取得
- 未確認数を取得する
- 24時間の取引数を取得する
インストール
ランニング
stdio モードで実行 (デフォルト):
SSE モードで実行:
CLI 引数:
--port
: SSEトランスポートのポート番号(デフォルト: 8000)--transport
: トランスポートタイプ (stdio または sse、デフォルト: stdio)
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.
さまざまな BTC 情報取得機能をサポートする、ブロックチェーン データおよびクエリ API を介して Bitcoin ブロックチェーン データをクエリするためのツールを提供するモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -9512TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.Last updated -333Python
Satstream MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol server that enables querying Bitcoin blockchain data, including address information, transaction details, mempool statistics, and ordinals/runes data through the Satstream API.Last updated -37TypeScriptMIT LicenseBlockscout MCP Serverofficial
AsecurityAlicenseAqualityA server that exposes blockchain data (balances, tokens, NFTs, contract metadata) via the Model Context Protocol, enabling AI agents and tools to access and analyze blockchain information contextually.Last updated -1617PythonMIT License