eth-trading-mcp-server
Verified Safeby ytwei3
Overview
Enables AI agents to query Ethereum balances, token prices, and simulate token swaps via the Model Context Protocol (MCP).
Installation
cargo run --releaseEnvironment Variables
- ETH_RPC_URL
Security Notes
The server's core functionality is simulation-only, meaning no on-chain transactions are executed and no private keys are handled by the server itself. Input parsing uses `serde_json` and `ethers-rs` address parsing, which are generally safe. External dependencies include an Ethereum RPC endpoint and CoinGecko API for price feeds, which introduce standard network risks. The code does not use dangerous functions like `eval` or rely on obfuscation. Logging to stderr prevents interference with the stdio communication channel.
Similar Servers
ai-trading-mcp-server
AI-powered cryptocurrency trading assistant for real-time market analysis, signal generation, and trade execution.
portfolio-mcp
A financial portfolio management and analysis server for AI agents, providing tools for data fetching, analysis, optimization, and secure handling of financial data.
eth_trading_server
Automated or semi-automated trading of Ethereum and other cryptocurrencies on a server.
arb-mcp-server
This server provides specialized tools for AI agents, including fetching keyword search volume from DataForSEO, managing HTML artifacts in a PostgreSQL database, retrieving client-specific information and writing rules, generating images via Google Gemini, and managing client discovery documents.