Skip to content
Back to ArgonautWorks US Weather API

Card snapshot

argonaut-us-weather-api.vercel.app · 2026-08-05 16:36:47 UTC · 4a9d843aae4541eef7994b8dc95ce3707222a9e888d55019ec713ffa8f7adc8b

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.

{
  "protocolVersion": "0.3",
  "name": "ArgonautWorks US Weather API",
  "description": "A compact authoritative U.S. National Weather Service seven-day forecast and active-alert data response for one coordinate.",
  "url": "https://argonaut-us-weather-api.vercel.app/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://argonaut-us-weather-api.vercel.app/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "0.1.0",
  "provider": {
    "organization": "ArgonautWorks",
    "url": "https://github.com/ArgonautWorks/us-weather-api"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "documentationUrl": "https://argonaut-us-weather-api.vercel.app/openapi.json",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "weather-purchase",
      "name": "Buy compact U.S. NWS weather data",
      "description": "Discover paid GET query or POST JSON x402 forecast routes. A2A is discovery-only and never retrieves paid weather data.",
      "tags": [
        "weather",
        "forecast",
        "alerts",
        "NWS",
        "x402"
      ],
      "examples": [
        "How do I buy an NWS forecast for 38.8895,-77.0353?",
        "How do I relay {lat,lon} as JSON?"
      ]
    }
  ]
}