Back to AgentUtil Validate

Card snapshot

validate.agentutil.net · 2026-05-21 00:23:28 UTC · 8f66c64c09efcf51f971fce1d1fd9e7ee08da8d320f8d07061a13d74db44cb88

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.

{
  "name": "AgentUtil Validate",
  "description": "Email, URL, phone, credit card, and JSON schema validation for autonomous agents",
  "version": "1.0.0",
  "url": "https://validate.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "validateEmail",
        "name": "Validate an email address with disposable detection and normalization",
        "description": "Validate an email address with disposable detection and normalization",
        "tags": [
          "validate",
          "validateEmail"
        ]
      },
      {
        "id": "validateUrl",
        "name": "Validate and parse a URL with IP and localhost detection",
        "description": "Validate and parse a URL with IP and localhost detection",
        "tags": [
          "validate",
          "validateUrl"
        ]
      },
      {
        "id": "validatePhone",
        "name": "Validate a phone number with E.164 formatting and country detection",
        "description": "Validate a phone number with E.164 formatting and country detection",
        "tags": [
          "validate",
          "validatePhone"
        ]
      },
      {
        "id": "validateCreditCard",
        "name": "Validate a credit card number with Luhn check and type detection",
        "description": "Validate a credit card number with Luhn check and type detection",
        "tags": [
          "validate",
          "validateCreditCard"
        ]
      },
      {
        "id": "validateJsonSchema",
        "name": "Validate data against a JSON Schema (draft-07 subset)",
        "description": "Validate data against a JSON Schema (draft-07 subset)",
        "tags": [
          "validate",
          "validateJsonSchema"
        ]
      }
    ]
  },
  "endpoint": "https://validate.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}