Back to AgentUtil Geocode

Card snapshot

geocode.agentutil.net · 2026-05-21 02:49:16 UTC · 3510f438272c00d8576d0d7112bf7d6f3f5c0facd56aba2d8251454cfad94df3

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 Geocode",
  "description": "Forward/reverse geocoding and distance calculations for autonomous agents",
  "version": "1.0.0",
  "url": "https://geocode.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "forwardGeocode",
        "name": "Convert address to coordinates",
        "description": "Convert address to coordinates",
        "tags": [
          "geocode",
          "forwardGeocode"
        ]
      },
      {
        "id": "reverseGeocode",
        "name": "Convert coordinates to address",
        "description": "Convert coordinates to address",
        "tags": [
          "geocode",
          "reverseGeocode"
        ]
      },
      {
        "id": "calculateDistance",
        "name": "Calculate distance between two points",
        "description": "Calculate distance between two points",
        "tags": [
          "geocode",
          "calculateDistance"
        ]
      }
    ]
  },
  "endpoint": "https://geocode.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"
  }
}