Back to AgentUtil DNS

Card snapshot

dns.agentutil.net · 2026-05-21 02:39:54 UTC · 0e852356de9792289750a19e1e05831ecf05041caaef3656397f26b1c7906123

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 DNS",
  "description": "DNS lookups, reverse DNS, WHOIS/RDAP, and IP geolocation for autonomous agents",
  "version": "1.0.0",
  "url": "https://dns.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "dnsLookup",
        "name": "DNS record lookup for a domain",
        "description": "DNS record lookup for a domain",
        "tags": [
          "dns",
          "dnsLookup"
        ]
      },
      {
        "id": "reverseDns",
        "name": "Reverse DNS lookup for an IP address",
        "description": "Reverse DNS lookup for an IP address",
        "tags": [
          "dns",
          "reverseDns"
        ]
      },
      {
        "id": "whoisLookup",
        "name": "WHOIS/RDAP domain registration lookup",
        "description": "WHOIS/RDAP domain registration lookup",
        "tags": [
          "dns",
          "whoisLookup"
        ]
      },
      {
        "id": "geoipLookup",
        "name": "IP geolocation lookup",
        "description": "IP geolocation lookup",
        "tags": [
          "dns",
          "geoipLookup"
        ]
      }
    ]
  },
  "endpoint": "https://dns.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"
  }
}