Skip to main content
Glama

Mempool MCP Server

get-block

Retrieve detailed information about a Bitcoin block using its hash. Access essential block data through the Mempool MCP Server for comprehensive blockchain insights.

Instructions

Returns details about a block from hash

Input Schema

NameRequiredDescriptionDefault
hashYesThe hash info to get block

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hash": { "description": "The hash info to get block", "maxLength": 64, "minLength": 64, "type": "string" } }, "required": [ "hash" ], "type": "object" }

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/alexandresanlim/mempool-mcp-server'

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