This MCP Etherscan server, developed by 5pence, provides Ethereum blockchain data tools via Etherscan's API. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers features like balance checking, transaction history viewing, token transfer tracking, contract ABI fetching, gas price monitoring, and ENS name resolution. The implementation focuses on simplifying access to Ethereum blockchain data through a standardized MCP interface. It's particularly useful for developers and analysts looking to incorporate Ethereum data into their applications without dealing directly with Etherscan's API complexities, enabling use cases like wallet monitoring, transaction analysis, and smart contract interactions.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Get ETH balance for any Ethereum address. Input: Ethereum address. Output: ETH balance in both Wei and ETH.
View recent transactions for a specified Ethereum address. Input: Ethereum address, optional limit. Output: Recent transactions with timestamps, values, and addresses.
Track recent ERC20 token transfers for a specified Ethereum address. Input: Ethereum address, optional limit. Output: Recent ERC20 token transfers with token details.
Fetch the smart contract ABI for a given contract address. 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.