← Back to browse

agentradar

Indexed by io.github.Bichev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAGENTRADAR_API_URL AGENTRADAR_OPERATOR_KEY
Claude Code
claude mcp add --env AGENTRADAR_API_URL= --env AGENTRADAR_OPERATOR_KEY= agentradar -- npx @agentradar/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"agentradar","command":"npx","args":["@agentradar/mcp"],"env":{"AGENTRADAR_API_URL":"","AGENTRADAR_OPERATOR_KEY":""}}'
JSON
{
  "mcpServers": {
    "agentradar": {
      "command": "npx",
      "args": [
        "@agentradar/mcp"
      ],
      "env": {
        "AGENTRADAR_API_URL": "",
        "AGENTRADAR_OPERATOR_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.