Etherscan MCP

get_chain_id

Retrieve the chain ID for a specific blockchain by providing its chain name, using Etherscan MCP server to query Ethereum blockchain data.

Instructions

Get the chain ID for a given chain name

Input Schema

NameRequiredDescriptionDefault
chain_nameYesThe name of the chain to get the chain ID for

Input Schema (JSON Schema)

{ "properties": { "chain_name": { "description": "The name of the chain to get the chain ID for", "type": "string" } }, "required": [ "chain_name" ], "type": "object" }

You must be authenticated.

Other Tools from Etherscan MCP

Related Tools

ID: rfif4j5vmc