Back to Home
maybleeess-collab icon

MCP-server-built-in-Rust-to-interact-with-the-Ethereum-blockchain

Verified Safe

by maybleeess-collab

Overview

Interacting with the Ethereum blockchain for balance queries, token price fetching, and Uniswap V3 swap simulations.

Installation

Run Command
cargo run

Environment Variables

  • ETHEREUM_RPC_URL
  • PRIVATE_KEY

Security Notes

The server uses environment variables for sensitive data like `ETHEREUM_RPC_URL` and `PRIVATE_KEY`, which is a good practice. It explicitly performs swap *simulations* (read-only `eth_call`) and returns calldata for agents to sign and broadcast, preventing the server from directly executing trades. The use of `rust_decimal` prevents floating-point inaccuracies for financial calculations. There are no obvious malicious patterns or dynamic code execution (like `eval`) found. The server communicates via Stdio, reducing its direct network attack surface, but the underlying RPC interactions still rely on secure communication with the Ethereum node.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2025-11-30

Tags

EthereumBlockchainTradingDeFiRustMCP