MCP Etherscan Server provides Ethereum blockchain data tools through Etherscan's API, enabling AI assistants to check ETH balances, view transaction histories, track ERC20 transfers, fetch contract ABIs, monitor gas prices, and resolve ENS names. Built with TypeScript and the Model Context Protocol SDK, it runs on stdio transport for seamless integration with Claude Desktop, making it particularly valuable for users who need to access and analyze blockchain data without leaving their conversation interface.
Get ETH balance for any Ethereum address. Input: Ethereum address. Output: ETH balance in both Wei and ETH.
View recent transactions for a given 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 a specific contract address. Input: Contract address. Output: Contract ABI in JSON format.
Monitor current gas prices on the Ethereum network. Input: None. Output: Current gas prices in Gwei.
Resolve an Ethereum address to its associated ENS name if available. Input: Ethereum address. Output: Associated ENS name.
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!