mcpbeat Sign in

Agentradar MCP Server

local only

Agentradar runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 17 Jun 2026.

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

Installs per day peak 26 · avg 11 · +27% w/w
a month agotoday
63
Installs / week
npm · @agentradar/mcp
1
Stars
1 open issues
17 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agentradar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentradar -- npx -y @agentradar/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentradar": {
      "args": [
        "-y",
        "@agentradar/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentradar]
command = "npx"
args = ["-y", "@agentradar/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentradar": {
      "args": [
        "-y",
        "@agentradar/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentradar": {
      "args": [
        "-y",
        "@agentradar/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTRADAR_API_URL (AgentRadar API base URL. Defaults to https://api.vvpro.ai (production, Base mainnet).), AGENTRADAR_OPERATOR_KEY (Operator key for admin endpoints and bypassing x402 payment. Optional — leave empty for public, x402-paid usage.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentradar

same job, measured the same way
Djd Agent Score
by jacobsd32-cpu

Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.

38 installs/wk local only
Aegis Protocol
by im-sham

Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.

37 installs/wk local only
Agent Trust MCP
by nikoble1926

ERC-8004 agent trust scores via x402: free preview + paid USDC-on-Base signed scores (5 chains)

30 installs/wk local only
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering
Legit
by gonna

Trust scores and organic demand intelligence for x402 agents

4 tools answering
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

46 installs/wk local only
TrustLayer
by goatgaucho

Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents

6 tools answering
Gblin Treasury Risk Regime
by gblinproject

Risk regime + treasury for AI agents on Base: free regime reads, signed attestations, idle USDC.

485 installs/wk 8 tools answering

Agentradar — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentradar?
Agentradar runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentradar/mcp was installed 63 times last week.
How do I connect Agentradar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentradar/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentradar?
The npm package @agentradar/mcp was installed 63 times in the last week. Week over week that is +27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentradar open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.