Back to Home
cowboy0015 icon

ethereum-mcp-server

Verified Safe

by cowboy0015

Overview

Provides an MCP (Multi-Modal Agent Protocol) server for interacting with the Ethereum blockchain, offering tools for querying balances, fetching token prices, and building Uniswap V3 swap transactions.

Installation

Run Command
cargo run

Environment Variables

  • PRIVATE_KEY
  • ETHEREUM_RPC_URL
  • UNISWAP_V3_ROUTER
  • UNISWAP_V3_FACTORY

Security Notes

The server loads sensitive `PRIVATE_KEY` from environment variables, which is good practice. A hardcoded private key exists in `Config::ethereum_default()` but is explicitly for testing and not used in the main application flow. Users must securely manage their `PRIVATE_KEY` environment variable, as it's used for transaction signing. No 'eval', obfuscation, or other critical malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-03

Tags

EthereumDeFiUniswapBlockchainRustMCP