Etherscan MCP

get_total_supply

Retrieve the total supply of a token on the Ethereum blockchain by specifying its chain ID and token address using Etherscan MCP server.

Instructions

Get the total supply of a token given its address

Input Schema

NameRequiredDescriptionDefault
chain_idYesThe chain ID
token_addressYesThe address of the token

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "description": "The chain ID", "type": "integer" }, "token_address": { "description": "The address of the token", "type": "string" } }, "required": [ "chain_id", "token_address" ], "type": "object" }

You must be authenticated.

Other Tools from Etherscan MCP

Related Tools

ID: rfif4j5vmc