← Index

io.github.Bichev/agentradar

io.github.Bichev/agentradar·v0.1.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentradar": {
      "command": "npx",
      "args": [
        "-y",
        "@agentradar/mcp"
      ],
      "env": {
        "AGENTRADAR_API_URL": "<agentradar_api_url>",
        "AGENTRADAR_OPERATOR_KEY": "<your-agentradar_operator_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentradar": {
      "command": "npx",
      "args": [
        "-y",
        "@agentradar/mcp"
      ],
      "env": {
        "AGENTRADAR_API_URL": "<agentradar_api_url>",
        "AGENTRADAR_OPERATOR_KEY": "<your-agentradar_operator_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agentradar/mcp
§02  Environment variables
AGENTRADAR_API_URL

AgentRadar API base URL. Defaults to https://api.vvpro.ai (production, Base mainnet).

AGENTRADAR_OPERATOR_KEY
secret

Operator key for admin endpoints and bypassing x402 payment. Optional — leave empty for public, x402-paid usage.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other