Back to directory
0xgval/evm-mcp-tools

0xgval/evm-mcp-tools

@0xGval

Ethereum Tools for Claude - A comprehensive blockchain analysis toolkit enabling Claude AI to audit smart contracts, analyze wallets, track profitability, and fetch on-chain data using MCP.

ethereumblockchainsmart-contractwallet-analysisweb3claudemcpfinance

Installation & Configuration

{
  "mcpServers": {
    "ethereum-tools": {
      "command": "node",
      "args": [
        "YOUR_ABSOLUTE_PATH_TO/main.js"
      ],
      "env": {
        "ETH_RPC_URL": "https://eth.llamarpc.com",
        "MORALIS_API_KEY": "your_moralis_api_key",
        "ETHERSCAN_API_KEY": "your_etherscan_api_key",
        "CODEX_API_KEY": "your_codex_api_key",
        "RAPIDAPI_KEY": "your_rapidapi_key"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17