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

io.github.Bichev/agentradar

NPM · @AGENTRADAR/MCP · SCANNED SEP 20

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

Available components

0 this week 80 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • 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 Management97
  • Stability observed for 29 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 18 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Bichev/agentradar MCP server?

io.github.Bichev/agentradar runs locally as an npm package, launched with npx -y @agentradar/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @agentradar/mcp

# add to Claude Code
claude mcp add bichev-agentradar -- npx -y @agentradar/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "bichev-agentradar": {
      "command": "npx",
      "args": [
        "-y",
        "@agentradar/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "bichev-agentradar": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "bichev-agentradar": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@agentradar/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add bichev-agentradar -t stdio -c npx -a -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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed npm/@agentradar/mcp@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.Bichev/agentradar MCP server?

io.github.Bichev/agentradar is an MCP server listed in the public MCP registry as io.github.Bichev/agentradar. Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base. This page covers its npm package (@agentradar/mcp).

Is the io.github.Bichev/agentradar MCP server safe to use?

io.github.Bichev/agentradar scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Bichev/agentradar MCP server expose?

io.github.Bichev/agentradar exposes 18 tools: verify_agent, compare_agents, batch_verify, get_score, get_badge_url, and 13 more. Their descriptions and schemas cost roughly 899 tokens of context every time the server is loaded.

Is the io.github.Bichev/agentradar MCP server still maintained?

io.github.Bichev/agentradar is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Bichev/agentradar MCP server under?

io.github.Bichev/agentradar declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.