{
  "schema_version": "v1",
  "name": "timenowin.ai",
  "version": "1.0.0",
  "description": "Atomic-synced world clock with machine-readable time endpoints.",
  "contact": null,
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/now",
      "description": "Current synchronized time",
      "params": {
        "tz": "IANA timezone, optional"
      }
    }
  ],
  "capabilities": [
    "get_time",
    "list_timezones",
    "compare_zones",
    "next_event"
  ],
  "mcp": "/.well-known/mcp.json",
  "llms_txt": "/llms.txt"
}