Best for
- Developers and researchers needing quick EVM address labels
- AI assistants that interact with the Ethereum ecosystem
- Users who want access to public dataset
The Eth Labels MCP server provides a simple and useful interface for EVM address label lookup. It relies on a public dataset, is easy to install, and supports multiple clients. Suitable for users needing quick label lookups, but note that data may not be real-time.
The Eth Labels MCP server allows AI assistants to look up public labels for Ethereum and other EVM chain addresses and tokens. The dataset includes over 115,000 accounts and 54,000 tokens, totaling more than 170,000 entries, sourced from Etherscan. It provides three tools: address lookup, label search, and dataset statistics. It is available via the npm package eth-labels-mcp, no repository clone needed.
claude mcp add eth-labels-mcp -- npx -y eth-labels-mcp. For other clients, add a similar JSON configuration to the appropriate config file (using npx -y eth-labels-mcp).{
"mcpServers": {
"eth-labels": {
"command": "npx",
"args": [
"-y",
"eth-labels-mcp"
]
}
}
}