Bitcoin Block Information
x402/bitcoin-block-informationGet detailed information for any Bitcoin block by height or hash. Returns block hash, height, timestamp, transaction count, total fees paid to miner, miner pool identification when known, block size and weight, difficulty, merkle root, version, nonce, and the list of transaction IDs up to 100. Useful for AI agents analyzing Bitcoin network state. [x402: $0.05/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bitcoin_block_information": {
"url": "https://proxy.suverse.io/v1/data/bitcoin-block-info",
"transport": "http"
}
}
}