MCP Directory

calintzy/evmscope

GitHub
Productivity

EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y evmscope

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from calintzy/evmscope your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route calintzy/evmscope intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add evmscope

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use calintzy/evmscope directly without routing

npx -y evmscope

New to Agent-CoreX? View setup guide →

calintzy/evmscope MCP Server — Agent-CoreX