get_block
ActiveTool of Blockscout
"Block [N] details" / "what was in block [hash]" / "miner / proposer of block [X]" — block detail by number or hash. Returns timestamp, gas used, transaction count, miner / validator, parent / next blocks. Use for chain forensics, block-time analysis.
Parameters schema
{
"type": "object",
"examples": [
{
"chain": "ethereum",
"block_number_or_hash": "18000000"
},
{
"chain": "polygon",
"block_number_or_hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}
],
"required": [
"chain",
"block_number_or_hash"
],
"properties": {
"chain": {
"type": "string"
},
"block_number_or_hash": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Blockscout
https://github.com/pipeworx-io/mcp-blockscout
1/7 registries