Odel
agentradar mcp

agentradar mcp

Local
@bichev1TypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentradar/mcpv0.1.3

Run

npx -y @agentradar/mcp

MCP client config

{
  "mcpServers": {
    "agentradar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentradar/mcp"
      ]
    }
  }
}