MCP-Blockchain-Scanner

dericsanandres/MCP-Blockchain-Scanner

3.2

If you are the rightful owner of MCP-Blockchain-Scanner and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Python implementation of an MCP server providing Ethereum blockchain data via Etherscan's API.

Tools

Functions exposed to the LLM to take actions

check-balance

Input: Ethereum address; Output: ETH balance in both Wei and ETH.

get-transactions

Input: Ethereum address, optional limit; Output: Recent transactions with timestamps, values, and addresses.

get-token-transfers

Input: Ethereum address, optional limit; Output: Recent ERC20 token transfers with token details.

get-contract-abi

Input: Contract address; Output: Contract ABI in JSON format.

get-gas-prices

Input: None; Output: Current gas prices in Gwei.

get-ens-name

Input: Ethereum address; Output: Associated ENS name if available.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources