Blockscout MCP
get_latest_block
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.
Remote blockscout/mcp-server
Other tools also called get_latest_block?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"chain_id": {
"type": "string",
"title": "Chain Id",
"description": "The ID of the blockchain"
}
}
}