EVM MCP Server

by mcpdotdirect
Verified

get_latest_block

Retrieve the most recent block from Ethereum or compatible networks using the EVM MCP Server, specifying the network or using Ethereum mainnet by default.

Instructions

Get the latest block from the EVM

Input Schema

NameRequiredDescriptionDefault
networkNoNetwork name or chain ID. Defaults to Ethereum mainnet.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "network": { "description": "Network name or chain ID. Defaults to Ethereum mainnet.", "type": "string" } }, "type": "object" }
ID: z9r55dx1np