Skip to main content
Glama

Blockscout MCP Server

Official

get_block_info

Retrieve detailed blockchain block information such as timestamp, gas used, burnt fees, and transaction count by providing chain ID and block number or hash. Facilitates blockchain data analysis for AI agents and tools.

Instructions

Get block information like timestamp, gas used, burnt fees, transaction count etc.

Input Schema

NameRequiredDescriptionDefault
chain_idYesThe ID of the blockchain
number_or_hashYesBlock number or hash

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" }, "number_or_hash": { "description": "Block number or hash", "title": "Number Or Hash", "type": "string" } }, "required": [ "chain_id", "number_or_hash" ], "title": "get_block_infoArguments", "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/blockscout/mcp-server'

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