eth-mcp-server

ethpandaops/eth-mcp-server

3.2

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.

A comprehensive Ethereum MCP server implementation with wallet management, transaction handling, and contract interaction capabilities. Built with FastAPI and Web3.py.

The Ethereum MCP Server is an experimental and actively developed server implementation designed to manage Ethereum wallets, handle transactions, and interact with smart contracts. It is built using FastAPI and Web3.py, providing a robust framework for developers to manage Ethereum-based operations. The server supports wallet creation, importation, and balance checking, as well as transaction management including sending ETH, retrieving transaction details, and gas estimation. Future updates will include advanced features such as contract interaction, token management, and batch operations. The server is structured to facilitate easy development and testing, with a clear project structure and guidelines for contributing.

Features

  • Wallet Management: Create and import wallets, list managed wallets, check ETH balances, and handle private keys securely.
  • Transaction Management: Send ETH transactions, retrieve transaction details and receipts, estimate gas, manage nonces, and monitor transactions.
  • Contract Interaction (Coming Soon): Deploy contracts, call methods, execute transactions, listen to events, and handle ABIs.
  • Token Management (Coming Soon): Check ERC20 balances, perform transfers, retrieve NFT metadata, manage token approvals.
  • Advanced Features (Coming Soon): Support for EIP-7702 delegation, event log retrieval, partial and full withdrawals, and batch operations.