Mcp Etherscan Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Etherscan Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that provides Ethereum blockchain data tools via Etherscan's API. Features include checking ETH balances, viewing transaction history, tracking ERC20 transfers, fetching contract ABIs, monitoring gas prices, and resolving ENS names.
git clone [your-repo-url]
cd mcp-etherscan-servernpm install.env file in the root directory:ETHERSCAN_API_KEY=your_api_key_herenpm run buildStart the server:
npm startThe server will run on stdio, making it compatible with MCP clients like Claude Desktop.
This server implements the Model Context Protocol (MCP) to provide tools for interacting with Ethereum blockchain data through Etherscan's API. Each tool is exposed as an MCP endpoint that can be called by compatible clients.
check-balanceget-transactionsget-token-transfersget-contract-abiget-gas-pricesget-ens-nameTo add this server to Claude Desktop:
npm start {
"name": "Etherscan Tools",
"transport": "stdio",
"command": "node /path/to/mcp-etherscan-server/build/index.js"
}You can use commands like:
Check the balance of 0x742d35Cc6634C0532925a3b844Bc454e4438f44eor
Show me recent transactions for vitalik.ethTo add new features or modify existing ones:
src/server.tssrc/services/etherscanService.tsnpm run buildMIT License - See LICENSE file for details
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.