io.github.Bichev/agentradar✓
io.github.Bichev/agentradar · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Bichev/agentradar",
"description": "Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.",
"repository": {
"url": "https://github.com/Bichev/agentradar",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "@agentradar/mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AgentRadar API base URL. Defaults to https://api.vvpro.ai (production, Base mainnet).",
"format": "string",
"name": "AGENTRADAR_API_URL"
},
{
"description": "Operator key for admin endpoints and bypassing x402 payment. Optional — leave empty for public, x402-paid usage.",
"format": "string",
"isSecret": true,
"name": "AGENTRADAR_OPERATOR_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}