Etherscan MCP Server
@huahuayu
About Etherscan MCP Server
etherscan v2 api mcp server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"etherscan-mcp-server": {
"command": "etherscan-mcp-server",
"env": {
"ETHERSCAN_API_KEY": "$your_etherscan_api_key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Etherscan MCP Server?
Etherscan MCP Server is a Go implementation of an Etherscan API client for the Model Context Protocol (MCP). It enables LLM applications to access blockchain data from over 50 supported chains via a single Etherscan API key.
How to use Etherscan MCP Server?
Set the ETHERSCAN_API_KEY environment variable, build with make build, and run the server in default stdin/stdout mode or SSE mode with --sse. Provide the server configuration in your MCP client’s JSON settings.
Key features of Etherscan MCP Server
- Access Etherscan API V2 for multi-chain support
- Single API key for 50+ supported chains
- Supports account balances, block info, and contract data
- Provides gas oracle, token, and transaction data
- Operates in stdin/stdout or SSE transport modes
- Includes 19 structured blockchain data tools
Use cases of Etherscan MCP Server
- Query ETH balances and token holdings for any address
- Retrieve contract source code and ABI for verified contracts
- Monitor pending transactions and gas prices on Ethereum
- Track token transfers and NFT holdings across chains
- Compare gas usage and activity between different L2s
FAQ from Etherscan MCP Server
What API key is needed?
You must obtain an Etherscan API key from etherscan.io/myapikey and set it as the ETHERSCAN_API_KEY environment variable.
What chains does the server support?
It supports over 50 chains via Etherscan API V2. See the supported chains list for details.
How does the server communicate with clients?
Two modes are available: default stdin/stdout for direct MCP integration, and SSE mode with --sse that listens on HTTP (default port 4000).
Can I use it with Cursor or similar tools?
Yes. Configure it under mcpServers in your editor’s MCP settings JSON, setting the command or URL and passing ETHERSCAN_API_KEY as an environment variable.
Are there any runtime dependencies besides the API key?
The only required dependency is an Etherscan API key. The server is built from Go source, but no Go runtime is needed after building the binary.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments