Skip to content
Grok

agentradar for Grok

io.github.bichev/agentradar

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

client:Grok transport:stdio runtime:npm

Install agentradar in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentradar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentradar/mcp"
      ],
      "env": {
        "AGENTRADAR_API_URL": "<AGENTRADAR_API_URL>",
        "AGENTRADAR_OPERATOR_KEY": "<AGENTRADAR_OPERATOR_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agentradar in other clients