MCP.so
登录

eth-mcp-server

@qingfengzxr

关于 eth-mcp-server

An ETH-obsessed MCP Server, where the creator is still pondering its ultimate usage. For now, it's just for fun!

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

qingfengzxr

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is eth-mcp-server?

A Model Context Protocol (MCP) server that provides Ethereum blockchain capabilities to AI assistants, such as checking balances, gas prices, and transaction details. It is currently experimental and built for fun.

How to use eth-mcp-server?

Install dependencies (Python 3.7+, web3.py, requests, mcp), replace the Etherscan API key in the source code, then configure the server as a stdio MCP server (e.g., in Cursor) pointing to the blockchain.py script. Tools are invoked via an AI assistant through MCP.

Key features of eth-mcp-server

  • 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 and estimate fees
  • Query account transaction history
  • Exposes Ethereum data as MCP resources (ethereum:// URIs)

Use cases of eth-mcp-server

  • AI assistants fetching real-time Ethereum price or gas data
  • Checking the balance of a given Ethereum address
  • Retrieving transaction details or account history
  • Estimating transaction fees for a given gas amount
  • Integrating blockchain queries into chat‑based development tools

FAQ from eth-mcp-server

What Python version is required?

Python 3.7 or higher is required.

Do I need an API key to use this server?

Yes, you must replace the placeholder ETHERSCAN_API_KEY in the code with your own Etherscan API key.

Which external APIs does the server use?

It uses the Ethereum JSON‑RPC API via LlamaRPC, CoinGecko for ETH price, and Etherscan for transaction history.

How do I set up eth-mcp-server with Cursor?

In Cursor’s MCP settings, add a new global MCP server with type stdio, set the command to /path/to/python /path/to/blockchain.py, and click save.

What tools are available?

Seven tools: get_eth_balance, get_eth_price, get_gas_price, get_latest_block, get_transaction, estimate_tx_fee, and get_account_transactions.

评论

其他 分类下的更多 MCP 服务器