Skip to main content
Glama

Etherscan MCP

by xiaok

get_token_holders

Retrieve token holder information by specifying a token address and chain ID using Etherscan MCP. Ideal for analyzing Ethereum blockchain token ownership and distribution.

Instructions

Get the token holders for a given token 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

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/xiaok/etherscan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server