Evmscope

by calintzy

124 downloads
Not rated
GitHub

About

EVM blockchain intelligence toolkit for AI agents. 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across 5 EVM chains. Zero config, no API keys required.

Details

Author
calintzy
Downloads
124
Categories
Developer Tools

- 20 specialized blockchain intelligence tools for EVM chains.
- Supports token price queries, gas comparison, and swap quotes.
- Provides yield rate data and honeypot detection.
- Enables transaction simulation across multiple chains.
- Zero-config setup with no API keys required.

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 Evmscope
    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

The server requires zero configuration and no API keys to operate. It is designed to be used as an MCP server, allowing AI agents to invoke its 20 blockchain intelligence tools directly.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "evmscope": {
            "evmscope": {
                "command": "npx",
                "args": [
                    "-y",
                    "evmscope"
                ]
            }
        }
    }
}

McpServers

{
    "evmscope": {
        "command": "npx",
        "args": [
            "-y",
            "evmscope"
        ]
    }
}

EVM blockchain intelligence toolkit for AI agents. 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across 5 EVM chains. Zero config, no API keys required.

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.