Conversation
|
Automated review 🤖 Summary of Changes This is an initial commit introducing a complete, production-ready read-only MCP server for the Etherscan V2 API and compatible EVM explorers. The PR adds 30+ files spanning source code, tests, CI/CD, scripts, and configuration. The server exposes 26 tools covering accounts, contracts, transactions, logs, blocks, proxy (JSON-RPC), and stats, with configurable base URL, chain ID, and API key injected as hidden per-request secrets. Architecture & Organization
Key Changes & Positives
Potential Issues & Recommendations
Language/Framework Checks
Security & Privacy
Build/CI & Ops
Tests
Approval Recommendation Approve with caveats
|
MCP Etherscan
A read-only MCP server for the Etherscan API. The base URL and chain ID are configurable, so the same server can target Etherscan V2 or a compatible explorer such as Blockscout, Routescan, or a self-hosted deployment.