Skip to main content
Glama

Blockscout MCP Server

Official

get_latest_block

Retrieve the latest indexed block number and timestamp to identify the most recent state of the blockchain, ensuring accurate reference for transactions and API calls.

Instructions

Get the latest indexed block number and timestamp, which represents the most recent state of the blockchain. No transactions or token transfers can exist beyond this point, making it useful as a reference timestamp for other API calls.

Input Schema

NameRequiredDescriptionDefault
chain_idYesThe ID of the blockchain

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" } }, "required": [ "chain_id" ], "title": "get_latest_blockArguments", "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