MCP Etherscan Server
Summary
Facilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.
Available Actions(6)
check-balance
Get ETH balance for any Ethereum address. Input: Ethereum address. Output: ETH balance in both Wei and ETH.
get-transactions
View recent transactions for an Ethereum address. Input: Ethereum address, optional limit. Output: Recent transactions with timestamps, values, and addresses.
get-token-transfers
Track ERC20 token transfers for an Ethereum address. Input: Ethereum address, optional limit. Output: Recent ERC20 token transfers with token details.
get-contract-abi
Fetch smart contract ABIs for a given contract address. Input: Contract address. Output: Contract ABI in JSON format.
get-gas-prices
Monitor current gas prices. Input: None. Output: Current gas prices in Gwei.
get-ens-name
Resolve an Ethereum address to its associated ENS name if available. Input: Ethereum address. Output: Associated ENS name.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论