You're viewing a demo portfolio

Join the waitlist
PRSM

get_block

Active

Tool of Blockscout

declared in 0.1.0

"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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Blockscout

https://github.com/pipeworx-io/mcp-blockscout

1/7 registries
View full server →