This MCP Etherscan server provides Ethereum blockchain data tools via Etherscan's API. Built with TypeScript and leveraging the ethers.js library, it offers features like balance checking, transaction history viewing, token transfer tracking, contract ABI fetching, gas price monitoring, and ENS name resolution. The server is designed to run on stdio, making it compatible with MCP clients like Claude Desktop. By abstracting Etherscan API interactions into standardized MCP tools, it enables AI systems to easily access and analyze Ethereum blockchain data. This implementation is particularly useful for applications requiring real-time Ethereum data, such as DeFi analytics, wallet monitoring, or smart contract development assistance.
Get ETH balance for any Ethereum address. Input: Ethereum address. Output: ETH balance in both Wei and ETH.
View recent transactions for an Ethereum address. Input: Ethereum address, optional limit. Output: Recent transactions with timestamps, values, and addresses.
Track recent ERC20 token transfers for an Ethereum address. Input: Ethereum address, optional limit. Output: Recent ERC20 token transfers with token details.
Fetch smart contract ABIs for development. Input: Contract address. Output: Contract ABI in JSON format.
Monitor current gas prices. Input: None. Output: Current gas prices in Gwei.
Resolve Ethereum addresses to ENS names. Input: Ethereum address. Output: Associated ENS name if available.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!