
Evmscope
Give your agent on-chain intelligence across multiple EVM networks while you prototype wallets, dashboards, or web3 automation.
Overview
EVMScope is a Build-phase MCP server that provides 20 EVM chain intelligence tools to AI agents with zero-config npm setup.
What is this MCP server?
- 20 MCP tools across 5 EVM chains per server description
- Zero-config npm package evmscope (v1.5.2) with stdio transport
- Blockchain intelligence oriented to AI agents, not a single REST wrapper
- Published from calintzy/evmscope on GitHub
- Suited to exploration, scripting, and agent-driven chain analysis in the editor
- 20 tools across 5 EVM chains per package description
- npm package evmscope version 1.5.2
- Zero config per registry description (no required env vars in manifest)
Community signal: 2 GitHub stars.
What problem does it solve?
Building web3 features with an agent means repeatedly context-switching to explorers, RPC docs, and ad-hoc scripts for chain data.
Who is it for?
Indie builders and agent-heavy workflows prototyping Ethereum-compatible products inside Claude Code or Cursor.
Skip if: Teams needing non-EVM chains, regulated custody, or production ops without separate RPC hardening and key management.
What do I get? / Deliverables
Your agent can call a consistent set of EVM tools across five chains from MCP, speeding integration and exploration code.
- Access to 20 documented EVM intelligence MCP tools
- Cross-chain agent queries on 5 supported networks
- Faster web3 prototyping without custom explorer scraping in chat
Recommended MCP Servers
Journey fit
How it compares
Multi-chain EVM MCP toolkit, not a smart-contract audit or deployment skill.
Common Questions / FAQ
Who is EVMScope for?
Developers using MCP agents to build or research EVM-based apps who want packaged chain tools instead of one-off RPC scripts.
When should I use EVMScope?
Use it during build when integrating on-chain reads, agent research, or backend logic across supported EVM networks.
How do I add EVMScope to my agent?
Install the evmscope npm package, register it as a stdio MCP server in your client config, then invoke its chain tools from agent chat.