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.Bichev/agentradar

NPM · @AGENTRADAR/MCP · SCANNED AUG 3

Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.

Available components

+23 this week 65 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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 964 tokens (~53/item across 18 items; 18 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 Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
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 · @agentradar/mcp

# add to Claude Code
claude mcp add bichev-agentradar -- npx -y @agentradar/mcp
# add to Codex CLI
codex mcp add bichev-agentradar -- npx -y @agentradar/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bichev-agentradar": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@agentradar/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bichev-agentradar --command npx --arg -y --arg @agentradar/mcp
# ~/.hermes/config.yaml
mcp_servers:
  bichev-agentradar:
    command: "npx"
    args: ["-y", "@agentradar/mcp"]
// mcp.json
{
  "mcpServers": {
    "bichev-agentradar": {
      "command": "npx",
      "args": [
        "-y",
        "@agentradar/mcp"
      ]
    }
  }
}
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 +22
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • License: pass → unverified functional
    • Capabilities: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 −10
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +15
    • 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 −39
    • Known CVEs: partial → unverified security
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Malware scan: pass → unverified security
    • Maintenance: pass → unverified functional
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +10
    • Schema quality: unverified → good functional
  • 28 Jul 26 +21
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 42

    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/@agentradar/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

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

MCP tools — 18 exposed · ~899 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
add_scam_wallet ~75

Report a malicious wallet address to the AgentRadar scam database. Requires operator key. Include chain, severity level, source of intel, and optional notes.

NameTypeReqDescription
addressstringyes
chainstringyes
notesstring
severitystringyes
sourcestringyes

No output schema declared.

No examples provided.

attest_agent ~61

Score an AI agent and write an on-chain EAS attestation recording the trust score permanently. Costs $5 via x402 or requires an operator key. Use when you need a verifiable, immutable trust record for an agent.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

batch_verify ~45

Verify multiple AI agent addresses in a single call (max 10). Returns trust scores for each address. Efficient for evaluating a list of candidate agents.

NameTypeReqDescription
addressesarrayyes

No output schema declared.

No examples provided.

check_scam ~54

Check if a wallet address is in the AgentRadar scam database. Returns matching scam records with severity, chain, source, and notes. Use this as a quick safety check before any transaction.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

compare_agents ~49

Compare two AI agents side-by-side on trust scores and security signals. Useful for choosing between competing agents that offer similar capabilities.

NameTypeReqDescription
address1stringyes
address2stringyes

No output schema declared.

No examples provided.

explain_score ~53

Get a human-readable explanation of an agent's trust score. Returns a narrative breakdown of each signal's contribution, risk factors, and actionable recommendations. Best for presenting trust analysis to end users.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

get_attestation_by_tx ~49

Look up a specific attestation by its transaction hash. Returns the full attestation record including the scored address, trust score, and on-chain details.

NameTypeReqDescription
txHashstringyes

No output schema declared.

No examples provided.

get_attestations ~55

List all on-chain trust attestations written by AgentRadar. Returns paginated attestation records including addresses, scores, and transaction hashes. Requires operator key.

NameTypeReqDescription
limitinteger
pageinteger

No output schema declared.

No examples provided.

get_badge_url ~59

Generate a trust badge URL for an AI agent. Returns an embeddable SVG badge showing the agent's trust score. Useful for displaying trust status in UIs or documentation.

NameTypeReqDescription
addressstringyes
stylestring

No output schema declared.

No examples provided.

get_health ~39

Check AgentRadar API health and connectivity status. Returns service status, uptime, and version info. Use to verify the API is reachable before making other calls.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_pricing ~32

Get AgentRadar API pricing information. Shows costs for each endpoint including x402 micropayment amounts and free tier details.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_score ~48

Get a cached trust score for an AI agent address. Faster than full verification — returns the last computed score without re-running signals. Free endpoint, no payment required.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

get_stats ~35

Get AgentRadar dashboard statistics — total verifications, attestations written, scam wallets tracked, and API usage metrics. Requires operator key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_signals ~34

List all trust scoring signals used by AgentRadar with their weights and descriptions. Helps understand how the composite trust score is calculated.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_identity ~51

Look up an AI agent's on-chain identity (ERC-8004 registration, ENS name, contract metadata). Returns who the agent claims to be and whether those claims are verified.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

lookup_reputation ~53

Look up an AI agent's on-chain reputation — ERC-8004 feedback history, attestation count, and community signals. Shows how established and trusted the agent is in the ecosystem.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

resolve_agent_uri ~42

Resolve an agent address to its registered URI, metadata, and service endpoints. Useful for discovering how to interact with a verified agent.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

verify_agent ~65

Run a full 6-signal trust verification on an AI agent or wallet address. Returns composite trust score (0-100), individual signal scores, risk flags, and recommendations. Use this before transacting with or delegating to an unknown agent.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.