eth-mcp-server

eth-mcp-server

0

eth-mcp-server is a fun and exploratory project that provides Ethereum blockchain capabilities to AI models through the MCP framework. It allows users to access various Ethereum network data like balances, prices, and transactions.

eth-mcp-server

An MCP Server focused on Ethereum, featuring:

  • Retrieve ETH balance, Ethereum price, and gas prices
  • Access latest block and transaction details
  • Estimate transaction fees and query transaction history

Requirements

  • Python 3.7+
  • web3.py
  • requests
  • mcp.server.fastmcp

Setup

  1. Clone the repository
  2. Install dependencies
  3. Configure with your Etherscan API key

API Endpoints

Utilizes Ethereum JSON-RPC API, CoinGecko API, and Etherscan API.