Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.calintzy/evmscope

NPM · EVMSCOPE · SCANNED AUG 3

EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.

Available components

+24 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (110 of 114), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (110 of 114), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1697 tokens (~84/item across 20 items; 20 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · evmscope

# add to Claude Code
claude mcp add calintzy-evmscope -- npx -y evmscope
# add to Codex CLI
codex mcp add calintzy-evmscope -- npx -y evmscope
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "calintzy-evmscope": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "evmscope"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add calintzy-evmscope --command npx --arg -y --arg evmscope
# ~/.hermes/config.yaml
mcp_servers:
  calintzy-evmscope:
    command: "npx"
    args: ["-y", "evmscope"]
// mcp.json
{
  "mcpServers": {
    "calintzy-evmscope": {
      "command": "npx",
      "args": [
        "-y",
        "evmscope"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 110 packages

110 packages in the resolved dependency tree · 109 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 20 exposed · ~1,697 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
checkHoneypot ~77

토큰의 허니팟(사기) 여부를 탐지합니다 (매수/매도 세금, 위험도, 플래그, Honeypot.is 기반)

NameTypeReqDescription
chainstringEVM 체인
tokenstringyes토큰 주소 (0x...) 또는 심볼

No output schema declared.

No examples provided.

compareGas ~37

5개 EVM 체인의 가스비를 한 번에 비교합니다 (최저가 순 정렬, USD 예상 비용 포함)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

decodeTx ~77

트랜잭션을 구조화된 JSON으로 해석합니다 (함수명, 파라미터, 이벤트 로그, 가스 정보)

NameTypeReqDescription
chainstring체인 (ethereum, polygon, arbitrum, base, optimism)
txHashstringyes트랜잭션 해시 (0x...)

No output schema declared.

No examples provided.

getApprovalStatus ~101

ERC-20 토큰 승인(allowance) 상태를 조회합니다. 주요 프로토콜 자동 체크, 리스크 레벨 판정

NameTypeReqDescription
chainstringEVM 체인
ownerstringyes지갑 주소
spenderstring특정 spender 주소 (미지정 시 주요 프로토콜 자동 조회)
tokenstringyes토큰 심볼 (USDC, USDT) 또는 contract address

No output schema declared.

No examples provided.

getBalance ~91

지갑 주소의 네이티브 토큰 + ERC-20 토큰 잔고를 조회합니다 (USD 환산 포함)

NameTypeReqDescription
addressstringyes조회할 지갑 주소 (0x...)
chainstringEVM 체인
tokensarray조회할 토큰 심볼 목록 (기본: USDC, USDT, DAI, WETH)

No output schema declared.

No examples provided.

getBridgeRoutes ~116

크로스체인 브릿지 경로를 조회합니다 (LI.FI 기반, 비용/시간/경로 비교, 최적 경로 추천)

NameTypeReqDescription
amountstringyes전송 수량 (사람이 읽을 수 있는 단위, 예: '100')
fromChainstringyes출발 체인
toChainstringyes도착 체인
tokenstringyes토큰 심볼 (USDC, ETH 등) 또는 컨트랙트 주소

No output schema declared.

No examples provided.

getContractABI ~68

컨트랙트 ABI를 조회합니다 (Etherscan → Sourcify 폴백, verified contract 필요)

NameTypeReqDescription
addressstringyes컨트랙트 주소 (0x...)
chainstring체인 (ethereum, polygon, arbitrum, base, optimism)

No output schema declared.

No examples provided.

getContractEvents ~102

컨트랙트 이벤트 로그를 조회합니다 (ABI 자동 디코딩, 최근 1000블록 기본, 블록 범위 지정 가능)

NameTypeReqDescription
addressstringyes컨트랙트 주소 (0x...)
chainstringEVM 체인
fromBlocknumber시작 블록 (기본: 최근 1000블록)
limitnumber최대 이벤트 수 (기본 20)

No output schema declared.

No examples provided.

getGasPrice ~45

현재 가스비를 slow/normal/fast 3단계로 조회합니다 (Gwei + USD 예상 비용)

NameTypeReqDescription
chainstringEVM 체인

No output schema declared.

No examples provided.

getProtocolTVL ~73

DeFi 프로토콜의 TVL(Total Value Locked)을 조회합니다 (DefiLlama 기반, 체인별 분포, 24h/7d 변동률)

NameTypeReqDescription
protocolstringyes프로토콜 이름 (Aave, Uniswap 등) 또는 DefiLlama slug

No output schema declared.

No examples provided.

getSwapQuote ~129

DEX 스왑 견적을 조회합니다 (ParaSwap 기반, 최적 경로, 가스비 포함, ETH→WETH 자동 치환)

NameTypeReqDescription
amountInstringyes매도 수량 (사람이 읽을 수 있는 단위, 예: '1.5')
chainstringEVM 체인
tokenInstringyes매도 토큰 심볼 (ETH, USDC) 또는 contract address
tokenOutstringyes매수 토큰 심볼 (USDC, WETH) 또는 contract address

No output schema declared.

No examples provided.

getTokenHolders ~101

토큰의 상위 홀더를 조회합니다 (Ethereum: Ethplorer, 기타 체인: Etherscan 집계, 주소/점유율/잔고)

NameTypeReqDescription
chainstringEVM 체인
limitnumber조회할 홀더 수 (기본 10, 최대 100)
tokenstringyes토큰 주소 (0x...) 또는 심볼 (USDC, WETH 등)

No output schema declared.

No examples provided.

getTokenInfo ~70

ERC-20 토큰의 메타데이터(이름, 심볼, 소수점, 총공급량)를 조회합니다

NameTypeReqDescription
chainstringEVM 체인
tokenstringyes토큰 심볼 (USDC) 또는 contract address (0x...)

No output schema declared.

No examples provided.

getTokenPrice ~67

토큰의 현재 가격(USD)과 24시간 변동률, 시가총액, 거래량을 조회합니다

NameTypeReqDescription
chainstringEVM 체인
tokenstringyes토큰 심볼 (ETH, USDC) 또는 contract address

No output schema declared.

No examples provided.

getTxStatus ~69

트랜잭션 상태를 조회합니다 (pending/success/failed, confirmations, gas 사용량)

NameTypeReqDescription
chainstring체인 (ethereum, polygon, arbitrum, base, optimism)
txHashstringyes트랜잭션 해시 (0x...)

No output schema declared.

No examples provided.

getWhaleMovements ~113

대규모 토큰 전송(고래 이동)을 추적합니다. 거래소 입출금 방향 판정, 요약 통계 포함

NameTypeReqDescription
chainstringEVM 체인
limitnumber반환할 최대 이동 수 (기본: 10)
minValueUsdnumber최소 USD 금액 (기본: $100,000)
tokenstringyes토큰 심볼 (USDC, USDT) 또는 contract address

No output schema declared.

No examples provided.

getYieldRates ~104

DeFi 수익률(APY)을 조회합니다 (DefiLlama 기반, 프로토콜/체인별 필터, TVL 기준 상위 10개 풀)

NameTypeReqDescription
chainstring체인 필터 (Ethereum, Polygon 등)
minTvlnumber최소 TVL (USD, 기본 $1M)
protocolstring프로토콜 이름 필터 (aave-v3, compound-v3 등)

No output schema declared.

No examples provided.

identifyAddress ~74

주소를 식별합니다 (거래소, DeFi 프로토콜, 고래 지갑, 컨트랙트/EOA 분류)

NameTypeReqDescription
addressstringyes이더리움 주소 (0x...)
chainstring체인 (ethereum, polygon, arbitrum, base, optimism)

No output schema declared.

No examples provided.

resolveENS ~58

ENS 이름 ↔ 이더리움 주소를 양방향으로 해석합니다 (Ethereum mainnet 전용)

NameTypeReqDescription
nameOrAddressstringyesENS 이름 (vitalik.eth) 또는 이더리움 주소 (0x...)

No output schema declared.

No examples provided.

simulateTx ~125

트랜잭션을 시뮬레이션합니다 (eth_call + estimateGas, 가스비 USD 환산, revert reason 디코딩)

NameTypeReqDescription
chainstringEVM 체인
datastring호출 데이터 (hex, 0x...)
fromstringyes발신자 주소 (0x...)
tostringyes수신자/컨트랙트 주소 (0x...)
valuestring전송할 네이티브 토큰 수량 (예: '0.1')

No output schema declared.

No examples provided.