MCP Blockchain Query Server
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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Blockchain Query Serverget the latest block hash"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Blockchain Query Server

Majority of the code in this repository was generated usingGrok 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
Related MCP server: Satstream MCP Server
Features
Supports both stdio and SSE transports
Available tools:
Get block by hash
Get transaction by hash
Get address by hash
Get block count
Get difficulty
Get address balance
Get hash rate
Get average transaction size
Get total bitcoins
Get probability of finding a block
Get 24-hour market price
Get block interval
Get block reward
Get next retarget
Get latest hash
Get unconfirmed count
Get 24-hour transaction count
Installation
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtRunning
Run in stdio mode (default):
$ python main.pyRun in SSE mode:
$ python main.py --transport sse --port 8000CLI Arguments:
--port: Port number for SSE transport (default: 8000)--transport: Transport type (stdio or sse, default: stdio)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates interaction with the Bitcoin network via the Model Context Protocol, enabling key generation, address validation, transaction decoding, and blockchain data retrieval.73976MIT

Satstream MCP Serverofficial
AlicenseBqualityDmaintenanceA 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.37MIT
Blockscout MCP Serverofficial
FlicenseAqualityBmaintenanceA 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.1843- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables interaction with Bitcoin Stamps data via the Stampchain API, providing tools for querying stamp information, collections, and blockchain data without requiring authentication.13MIT
Related MCP Connectors
MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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