Skip to content

v1.0.0 — 14 EVM Blockchain Intelligence Tools

Choose a tag to compare

@calintzy calintzy released this 09 Mar 16:14
· 15 commits to master since this release

What's New

5 New DeFi Intelligence Tools

  • compareGas — Compare gas fees across all 5 EVM chains, sorted by cost
  • getApprovalStatus — Check ERC-20 token approval status with risk assessment
  • getProtocolTVL — Query DeFi protocol TVL via DefiLlama (chain breakdown, 24h/7d changes)
  • getWhaleMovements — Track large token transfers with exchange flow direction
  • getSwapQuote — DEX swap quotes via ParaSwap (best route, gas cost included)

CLI Mode

Run evmscope directly from your terminal — no AI client needed:

npx evmscope price ETH
npx evmscope compare-gas
npx evmscope tvl Aave
npx evmscope swap ETH USDC 1.0

Summary

  • 14 tools total (9 from v0.5 + 5 new)
  • 5 EVM chains — Ethereum, Polygon, Arbitrum, Base, Optimism
  • 49 built-in tokens — Zero config, works out of the box
  • CLI + MCP — Use from terminal or as AI agent tool