{
  "agent": "ProfileAgent.com",
  "version": "1.0.0",
  "tools": [
    {
      "name": "verify_agent",
      "description": "Resolve DNSid, Agent Card signatures, MCP, DNS-AID, Web Bot Auth and x402 for a domain and return a scored, evidence-based report."
    },
    {
      "name": "get_profile",
      "description": "Return the normalized public profile and verification level for a domain."
    },
    {
      "name": "explain_standards",
      "description": "Explain which identity standards (DNSid, ANS, DNS-AID, A2A signed cards, Web Bot Auth, x402) an agent should publish and how."
    }
  ],
  "endpoints": {
    "verify": "https://profileagent.com/api/verify",
    "profile": "https://profileagent.com/profiles/{domain}",
    "mcp": "https://profileagent.com/api/mcp",
    "a2a": "https://profileagent.com/api/a2a"
  },
  "policies": {
    "rate_limit": "20 fresh verifications per minute per IP; cached results for 10 minutes",
    "data": "Public identity metadata only. No credentials, no private keys."
  },
  "pricing": [
    {
      "id": "instant-verify",
      "name": "Instant Verify",
      "price": "Free",
      "unit": "",
      "status": "live"
    },
    {
      "id": "verified-profile",
      "name": "Public Profile + Badge",
      "price": "Free",
      "unit": "",
      "status": "live"
    },
    {
      "id": "signed-attestation",
      "name": "Signed Attestation API",
      "price": "$0.02",
      "unit": "per call",
      "status": "early-access"
    },
    {
      "id": "identity-setup",
      "name": "Identity Setup Kit",
      "price": "$149",
      "unit": "one-time",
      "status": "early-access"
    },
    {
      "id": "monitoring",
      "name": "Continuous Monitoring",
      "price": "$19",
      "unit": "per agent / month",
      "status": "early-access"
    },
    {
      "id": "marketplace-admission",
      "name": "AgentDAO Admission",
      "price": "$49",
      "unit": "per agent / year",
      "status": "early-access"
    },
    {
      "id": "trust-registry",
      "name": "Enterprise Trust Registry",
      "price": "From $1,500",
      "unit": "per month",
      "status": "early-access"
    }
  ],
  "updated_at": "2026-09-24"
}