About
Overview
The Etherscan MCP Server enables AI agents to access Ethereum blockchain data. It provides tools for querying transactions, checking balances, and verifying smart contracts.
Capabilities
Tools & Capabilities
⚡get_balance
Get ETH balance for an address
⚡get_transactions
Get transaction history
⚡get_contract_abi
Get verified contract ABI
⚡get_token_balance
Get ERC-20 token balance
Setup
Installation
bash
Install
npx -y @nicepkg/mcp-server-etherscanExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"etherscan": {
"command": "npx",
"args": ["-y", "@nicepkg/mcp-server-etherscan"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 40
Last UpdatedFeb 12, 2026