EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.
If you already use Evmscope, the evmscope mcp server is the piece that lets your assistant work with it directly. EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.
EVM blockchain intelligence toolkit. 26 tools across 7 chains — use as a CLI or MCP server. Token prices, gas comparison, swap quotes, yield rates, honeypot detection, bridge routes, tx simulation, NFT lookup, governance proposals, portfolio tracking, and more.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Cursor — The Cursor tool exposed by this servergetTokenPrice — Get current token price, 24h change, market cap, and volumegetGasPrice — Get current gas prices in slow/normal/fast tiers with USD estimatesgetBalance — The getBalance tool exposed by this servergetTokenInfo — Get ERC-20 token metadata (name, symbol, decimals, total supply)resolveENS — Resolve ENS names to addresses and vice versa (Ethereum mainnet only)getTxStatus — Get transaction status, receipt, confirmations, and gas usagedecodeTx — Decode a transaction into structured JSON — function name, parameters, event logsgetContractABI — Look up a verified contract's ABI (Etherscan → Sourcify fallback)identifyAddress — Identify an address — exchange, DeFi protocol, whale wallet, or EOAcompareGas — Compare gas fees across all 7 EVM chains at once, sorted by lowest costgetApprovalStatus — Check ERC-20 token approval (allowance) status. Auto-checks major DeFi protocols with risk level assessmentInstallation goes through your MCP client rather than a global install: point it at evmscope on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: EVMSCOPE_RPC_URL, EVMSCOPE_COINGECKO_KEY, EVMSCOPE_ETHERSCAN_KEY, EVMSCOPE_POLYGONSCAN_KEY, ETHERSCAN_KEY, EVMSCOPE_ARBISCAN_KEY, EVMSCOPE_BASESCAN_KEY, EVMSCOPE_OPTIMISTIC_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Evmscope's toolset — Cursor, getTokenPrice, getGasPrice and 11 more — is a fair guide to whether it matches your workflow. It is maintained by calintzy; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| getTokenPrice | Get current token price, 24h change, market cap, and volume. |
| getGasPrice | Get current gas prices in slow/normal/fast tiers with USD estimates. |
| getBalance | The getBalance tool exposed by this server. |
| getTokenInfo | Get ERC-20 token metadata (name, symbol, decimals, total supply). |
| resolveENS | Resolve ENS names to addresses and vice versa (Ethereum mainnet only). |
| getTxStatus | Get transaction status, receipt, confirmations, and gas usage. |
| decodeTx | Decode a transaction into structured JSON — function name, parameters, event logs. |
| getContractABI | Look up a verified contract's ABI (Etherscan → Sourcify fallback). |
| identifyAddress | Identify an address — exchange, DeFi protocol, whale wallet, or EOA. |
| compareGas | Compare gas fees across all 7 EVM chains at once, sorted by lowest cost. |
| getApprovalStatus | Check ERC-20 token approval (allowance) status. Auto-checks major DeFi protocols with risk level assessment. |
| getProtocolTVL | Get DeFi protocol TVL (Total Value Locked) via DefiLlama — chain breakdown, 24h/7d changes. |
| getWhaleMovements | Track large token transfers (whale movements). Classifies exchange deposit/withdrawal direction. |
{
"mcpServers": {
"evmscope": {
"command": "npx",
"args": ["-y", "evmscope"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| EVMSCOPE_RPC_URL | Endpoint or connection string the server talks to. | Yes |
| EVMSCOPE_COINGECKO_KEY | Credential the server authenticates with. | Yes |
| EVMSCOPE_ETHERSCAN_KEY | Credential the server authenticates with. | Yes |
| EVMSCOPE_POLYGONSCAN_KEY | Credential the server authenticates with. | Yes |
| ETHERSCAN_KEY | Credential the server authenticates with. | Yes |
| EVMSCOPE_ARBISCAN_KEY | Credential the server authenticates with. | Yes |
| EVMSCOPE_BASESCAN_KEY | Credential the server authenticates with. | Yes |
| EVMSCOPE_OPTIMISTIC_KEY | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.