Skip to content
Back to geodns.iwsolutions.ca

Card snapshot

geodns.iwsolutions.ca · 2026-08-21 17:33:33 UTC · 3dd74ca4d7cdd8c61a29017ac417af10e043c53c31c69fd34d7a05b0eeca616b

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.

{
  "version": "1.0",
  "name": "x402-geodns",
  "description": "Resolve DNS hostnames from specific countries. See what IP addresses a domain returns from the perspective of 14 different countries. Detects CDN routing, geo-blocking, and regional DNS differences.",
  "url": "https://geodns.iwsolutions.ca",
  "provider": "Intrinsic Web",
  "capabilities": {
    "dns-resolve": {
      "description": "Resolve a hostname from one or more countries",
      "endpoint": "https://geodns.iwsolutions.ca/api/resolve",
      "method": "POST",
      "input": {
        "hostname": "string (required) - domain to resolve",
        "countries": "string[] (required) - ISO 3166-1 alpha-2 codes",
        "record_type": "string (optional) - A, AAAA, CNAME, MX, TXT, NS"
      },
      "payment": {
        "protocol": "x402",
        "price": "$0.005"
      }
    }
  },
  "supported_countries": [
    "US",
    "CA",
    "DE",
    "SE",
    "JP",
    "KR",
    "AU",
    "IN",
    "SG",
    "RU",
    "TR",
    "AE",
    "BR",
    "ZA"
  ],
  "openapi": "https://geodns.iwsolutions.ca/openapi.json"
}