block
Pack: blockchair · Endpoint: https://gateway.pipeworx.io/blockchair/mcp
Block details by hash or height.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
chain | string | yes | |
hash_or_height | string | yes | Block hash (hex) or numeric height as string. |
Example call
curl -X POST https://gateway.pipeworx.io/blockchair/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"block","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Block details including hash, height, transactions, and metadata"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"blockchair": {
"url": "https://gateway.pipeworx.io/blockchair/mcp"
}
}
}
See Getting Started for client-specific install steps.