eth-mcp-server
If you are the rightful owner of eth-mcp-server 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.
The Model Context Protocol (MCP) allows AI models to access real-time data and perform actions through standardized tools and resources. This implementation provides Ethereum blockchain capabilities to AI assistants through the MCP framework.
The eth-mcp-server is a Model Context Protocol (MCP) server focused on Ethereum blockchain functionalities. It allows AI models to interact with Ethereum data, providing real-time access to blockchain information. The server is designed to be a fun project for Ethereum enthusiasts, offering a range of features such as checking ETH balances, retrieving gas prices, and accessing transaction details. The server is built using Python and requires dependencies like web3.py and requests. It integrates with external APIs such as Etherscan and CoinGecko to provide comprehensive Ethereum data. The server can be set up with various platforms, including Cursor, to facilitate easy access to Ethereum information.
Features
- Get ETH balance for any Ethereum address
- Check current Ethereum price in USD
- Get current gas prices on the Ethereum network
- Retrieve latest block information
- View transaction details
Tools
get_eth_balance
Get the ETH balance of the address
get_eth_price
Get the current Ethereum price (USD)
get_gas_price
Get the gas price for the current Ethereum network
get_latest_block
Get the latest block information
get_transaction
Get transaction details
estimate_tx_fee
Estimated transaction fees
get_account_transactions
Get account transaction history