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 ERC20 token transfers for a specific Ethereum address. Input: Ethereum address, optional limit. Output: Recent ERC20 token transfers with token details.
Fetch the smart contract ABI for development purposes. Input: Contract address. Output: Contract ABI in JSON format.
Monitor current gas prices. 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 if available.