crypto-mcp-server
Verified Safeby liyorozuya
Overview
Provides a Rust-based Model Context Protocol (MCP) server for AI agents to inspect Ethereum balances, get token prices, and simulate Uniswap swaps without executing on-chain transactions.
Installation
No command providedSecurity Notes
The server explicitly states that it does not broadcast signed transactions; private keys, if provided, are used only for local simulation (`eth_call`/`estimateGas`). A strong warning is given not to commit `config.toml` with real private keys. The primary security consideration is secure configuration of the RPC URL and private keys (if used) in the operating environment.
Similar Servers
evm-mcp-server
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.
mcp
A Rust framework for building Model Context Protocol (MCP) servers with pluggable backends, handling protocol compliance, transport, authentication, and monitoring.