Etherscan MCP Tool
This server provides blockchain data retrieval and filtering capabilities:
Get Chain ID: Retrieve the chain ID for a given blockchain name
Get Filtered RPC List: Obtain RPC endpoints for a specific chain ID, with filtering options
Get Total Supply: Retrieve a token's total supply by address and chain ID
Get Token Balance: Check the balance of a specific token for a given address
Get Token Holders: View holders of a particular token
Get Token Holders Count: Obtain the total number of holders for a specific token
Provides tools for blockchain data retrieval, including getting token supply information, chain IDs, and RPC endpoints across different blockchain networks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Etherscan MCP Toolwhat's the total supply of USDC on Ethereum?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Etherscan MCP Tool
This tool provides functionality to interact with blockchain data, specifically to retrieve the total supply of a token on a given chain, retrieve the chain ID for a given chain name, and retrieve a filtered list of RPC endpoints for a given chain ID.
Usage
The tool exposes the following functionalities:
Get Total Supply: Retrieves the total supply of a token given its address and chain ID.
Get Chain ID: Retrieves the chain ID for a given chain name.
Get Filtered RPC List: Retrieves a filtered list of RPC endpoints for a given chain ID.
Get Total Supply
To get the total supply of a token, you need to provide the chain ID and the token address.
Parameters:
chain_id: The ID of the blockchain network.token_address: The address of the token.
Example:
To find the total supply of token 0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726a on chain 56, you would use the following:
{
"chain_id": 56,
"token_address": "0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726a"
}The tool would then return the total supply of the token, such as:
46141292590Get Chain ID
To get the chain ID, you need to provide the chain name.
Parameters:
chain_name: The name of the blockchain network.
Example:
To find the chain ID for BNB Smart Chain Mainnet, you would use the following:
{
"chain_name": "BNB Smart Chain Mainnet"
}The tool would then return the chain ID, such as:
56Get Filtered RPC List
To get a filtered list of RPC endpoints, you need to provide the chain ID. You can also filter by isOpenSource and tracking.
Parameters:
chain_id: The ID of the blockchain network.isOpenSource(optional): Filter by isOpenSource.tracking(optional): Filter by tracking (none, yes, limited, unspecified).
Example:
To find the RPC list for chain ID 1, you would use the following:
{
"chain_id": "1"
}The tool would then return the RPC list for chain ID 1.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.Last updated4GPL 3.0
- Alicense-qualityDmaintenanceA powerful toolkit that enables seamless interaction with EVM-compatible networks through natural language processing and AI assistance, allowing users to manage wallets, launch tokens, and interact with blockchain networks.Last updated42MIT
- Flicense-qualityDmaintenanceProvides tools for querying onchain data across 12+ blockchain networks, including token balances, transaction analysis, and smart contract security auditing. It enables users to interact with multiple EVM-compatible chains and perform deep contract evaluations through natural language interfaces.Last updated1
- AlicenseAqualityDmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.Last updated27215Apache 2.0
Related MCP Connectors
Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa…
Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/septemhill/etherscan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server