trackmcp
Back to directory
pavel-bc

mcp-blockchain-query

View on GitHub

🤖 MCP server for querying BTC data via Blockchain.com APIs

1 stars PythonAI & Machine Learning Updated Jul 31, 2025

Documentation

MCP Blockchain Query Server

Logo

> [!WARNING]

> Majority of the code in this repository was generated using Grok 3 Beta

Model Context Protocol server providing tools for querying BTC data via Blockchain Data and Query APIs.

Demo

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

Features

  • Supports both stdio and SSE transports
  • Available tools:

    Installation

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

    Running

    Run in stdio mode (default):

    $ python main.py

    Run in SSE mode:

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

    CLI Arguments:

    • `--port`: Port number for SSE transport (default: 8000)
    • `--transport`: Transport type (stdio or sse, default: stdio)

    Frequently asked questions

    What is mcp-blockchain-query?

    mcp-blockchain-query is 🤖 MCP server for querying BTC data via Blockchain.com APIs

    How do I install mcp-blockchain-query?

    Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

    Is mcp-blockchain-query open source?

    Yes — it is hosted on GitHub at https://github.com/pavel-bc/mcp-blockchain-query and has 1 stars.

    Related MCP tools

    Run your own MCP server? See who uses it and what to fix.

    Measure it with TrackMCP