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
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.
ai-trading-mcp-server
AI-powered cryptocurrency trading assistant for real-time market analysis, signal generation, and trade execution.
eth_trading_server
Automated or semi-automated trading of Ethereum and other cryptocurrencies on a server.
arb-mcp-server
This server functions as a Multi-tool Chain Provider (MCP) endpoint, designed to be integrated with AI agent platforms like Prompt Playground. It provides tools for keyword research (search volume, difficulty, intent), HTML content storage and retrieval, client context management, and AI-driven image generation.