mcp-server
M
mcp-server
/get_block_info

Get Block Information

Get block information like timestamp, gas used, burnt fees, transaction count etc. Can optionally include the list of transaction hashes contained in t

liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blockscout-mcp-server /get_block_info for me.

Input

FieldTypeDescription
chain_id*stringThe ID of the blockchain
number_or_hash*stringBlock number or hash
include_transactionsstringIf true, includes a list of transaction hashes from the block. default false
session_idstringOpaque session identifier.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-blockscout-mcp-server","endpoint":"/get_block_info","input":{"chain_id":"...","number_or_hash":"...","include_transactions":false}}'
cli
npx cracked-ai run -p mcp-com-blockscout-mcp-server -e /get_block_info -i '{"chain_id":"...","number_or_hash":"...","include_transactions":false}'
mcp
run_tool({ provider: "mcp-com-blockscout-mcp-server", endpoint: "/get_block_info", input: {"chain_id":"...","number_or_hash":"...","include_transactions":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.