Back to Home
hmqgg icon

eth_mcp_server

Verified Safe

by hmqgg

Overview

Enables AI agents to query Ethereum balances, fetch token prices, and simulate Uniswap V3 swaps using the Model Context Protocol.

Installation

Run Command
cargo run --release

Environment Variables

  • ETH_RPC_URL
  • ETH_PRIVATE_KEY

Security Notes

The server explicitly states it only simulates transactions and does not broadcast them to the blockchain. Private keys are handled via environment variables with strong security warnings against using real funds in production. It leverages `eth_call` with `statesOverride` for simulation, a safe practice, and uses `rust_decimal` to prevent financial precision errors. Dependency on an external token list (`tokens.uniswap.org`) for symbol resolution is noted as a potential point of failure for token lookups if the service is unavailable or compromised, but doesn't pose a direct code execution risk.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-20

Tags

EthereumDeFiUniswap V3AI AgentsFinancial Trading