Skip to content
Back to AgentRadar Verify

Card snapshot

api.vvpro.ai · 2026-07-15 12:15:14 UTC · 4e34d75ee52bd284d3de3dc0c22ce65b9da106f381e64f8dc9f3d2716f2300d5

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "AgentRadar Verify",
  "description": "On-chain meta-trust oracle for the ERC-8004 + x402 agent economy. Aggregates 7 independent trust signals (ERC-8004 identity, ERC-8004 reputation, endpoint health, scam database, metadata fidelity, on-chain risk, manipulation-fingerprint authenticity) into a single 0-100 composite score, and writes EAS attestations on Base mainnet for high-confidence results.",
  "url": "https://api.vvpro.ai",
  "preferredTransport": "JSONRPC",
  "version": "0.1.3",
  "provider": {
    "organization": "AgentRadar",
    "url": "https://vvpro.ai"
  },
  "documentationUrl": "https://vvpro.ai/docs#mcp",
  "iconUrl": "https://vvpro.ai/icon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "verify_agent",
      "name": "Verify agent trust",
      "description": "Run the full 6-signal scoring pipeline for an address and return a 0-100 composite score, verdict, and per-signal breakdown.",
      "tags": [
        "trust",
        "verification",
        "erc-8004",
        "scoring"
      ],
      "examples": [
        "Verify 0xC86C848f78717a31b3196284e6dbA18888401231",
        "Is this agent safe to transact with?"
      ]
    },
    {
      "id": "check_scam",
      "name": "Scam database check",
      "description": "Check an address against the scam wallet database (OFAC SDN, x402 honeypot research, ClawHavoc IOCs, community blacklists, exploit trackers).",
      "tags": [
        "scam",
        "security",
        "ofac",
        "honeypot"
      ],
      "examples": [
        "Is 0xd90e2f925DA726b50C4Ed8D0Fb90Ad053324F31b a known scam?"
      ]
    },
    {
      "id": "get_score",
      "name": "Read cached trust score",
      "description": "Free read of the most recent cached trust score for an address.",
      "tags": [
        "trust",
        "score",
        "free"
      ],
      "examples": [
        "Get the cached AgentRadar score for 0x..."
      ]
    },
    {
      "id": "explain_score",
      "name": "Explain trust score",
      "description": "Plain-English LLM explanation of why an address received its trust score.",
      "tags": [
        "trust",
        "explanation",
        "ai"
      ],
      "examples": [
        "Why is this agent rated RISKY?"
      ]
    },
    {
      "id": "trust_badge",
      "name": "Trust badge SVG",
      "description": "Embeddable SVG trust badge for an address (styles: flat, pill, detailed).",
      "tags": [
        "badge",
        "svg",
        "embed"
      ],
      "examples": [
        "Give me a pill-style trust badge for 0x..."
      ]
    }
  ],
  "pricing": {
    "verify": {
      "amount": "0.005",
      "currency": "USDC",
      "network": "eip155:8453"
    },
    "attest": {
      "amount": "5.00",
      "currency": "USDC",
      "network": "eip155:8453"
    },
    "score": "free",
    "health": "free"
  }
}