Evm MCP Tools MCP Server

A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI using Model Context Protocol (MCP).

Local serverstdio

What is the Evm MCP Tools MCP server?

A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI using Model Context Protocol (MCP). The evm mcp tools mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.

What it actually does

  • Smart Contract Audit — Analyze contracts for security issues, verify source code, and detect token standards
  • Wallet Analysis — Check ETH balances, token holdings, and transaction history
  • Profitability Tracking — Calculate wallet profit/loss across tokens and trades
  • Blockchain Data — Fetch and analyze on-chain data with simple commands
  • Token Analysis — Get comprehensive token details, price history, and trading patterns
  • Twitter Search — Find tweets by keywords, usernames, dates, or complex search criteria with natural language processing

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Its toolset

Everything the assistant can do here goes through one of these:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Profitability — The Profitability tool exposed by this server
  • Utilities — The Utilities tool exposed by this server

Configuration

You will need 5 environment variables: ETH_RPC_URL, MORALIS_API_KEY, ETHERSCAN_API_KEY, CODEX_API_KEY, RAPIDAPI_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js v16+ - Claude for Desktop - Free API keys: - Etherscan - For contract verification and analysis - Moralis - For wallet profitability and token balances - Codex - For token price history and advanced analytics - RapidAPI - For Twitter search functionality -

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the evm mcp tools mcp server does with a few real requests.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Evm MCP Tools's toolset — Prerequisites, Profitability, Utilities — is a fair guide to whether it matches your workflow. It is maintained by 0xGval; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
ProfitabilityThe Profitability tool exposed by this server.
UtilitiesThe Utilities tool exposed by this server.

Configuration

  • Node.js v16+ - Claude for Desktop - Free API keys: - Etherscan - For contract verification and analysis - Moralis - For wallet profitability and token balances - Codex - For token price history and advanced analytics - RapidAPI - For Twitter search functionality -
VariableDescriptionRequired
ETH_RPC_URLEndpoint or connection string the server talks to.Yes
MORALIS_API_KEYCredential the server authenticates with.Yes
ETHERSCAN_API_KEYCredential the server authenticates with.Yes
CODEX_API_KEYCredential the server authenticates with.Yes
RAPIDAPI_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Evm MCP Tools to Prerequisites.
  • Use Evm MCP Tools to Profitability.
  • Use Evm MCP Tools to Utilities.

Frequently asked questions

It connects Evm MCP Tools to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Prerequisites, Profitability, Utilities) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Evm MCP Tools directly.