EVMCP

by SiriusLattice

300 downloads
Not rated
GitHub

About

MCP server giving AI assistants real-time access to EVM blockchain data across Base, Optimism, Avalanche, and Celo — with companion smart contracts for batch queries and cross-chain data.

Details

Author
SiriusLattice
Downloads
300
Categories
Other

- 28 tools for querying on-chain data across networks.
- Supports balances, blocks, transactions, gas, ERC20, ENS, events, cross-chain comparisons.
- Four companion smart contracts deployed on all four chains.
- Enables batch queries and on-chain tool registry.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name EVMCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install EVMCP using npx -y evmcp. Then configure your MCP client to access its 28 tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "evmcp": {
            "evmcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "evmcp"
                ],
                "env": {
                    "ALCHEMY_API_KEY": "your_key_here"
                }
            }
        }
    }
}

McpServers

{
    "evmcp": {
        "command": "npx",
        "args": [
            "-y",
            "evmcp"
        ],
        "env": {
            "ALCHEMY_API_KEY": "your_key_here"
        }
    }
}

EVMCP provides 28 tools for querying on-chain data: balances, blocks, transactions, gas prices, ERC20 tokens, ENS resolution, contract events, and cross-chain comparisons. It includes 4 companion smart contracts deployed on all 4 chains for batch queries and on-chain tool registry. Install with npx -y evmcp.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.