Etherscan
Freeby MCP Community
Model Context Protocol (MCP) server for Etherscan API integration. Provides tools for querying Ethereum blockchain data including balances, transactions, contra
v1.0.6Added Apr 12, 2026
mcpmodel-context-protocoletherscanethereumblockchain
Etherscan MCP Server
Model Context Protocol (MCP) server for Etherscan API integration. Provides tools for querying Ethereum blockchain data including balances, transactions, contra
Installation
Reviews
Installation
Quick install
npx -y @aurracloud/etherscan-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"etherscan": {
"command": "npx",
"args": ["-y", "@aurracloud/etherscan-mcp"]
}
}
}