Live Clock

Live ticking clock on a dark card, updates every second

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
--:--:--
Fields
FieldType
labelstring (optional, alias: title)optional
formatstring (optional, 12h|24h, default 24h)optional
timezonestring (optional, IANA tz label for display only)optional
Example payload
{
  "type": "live_clock"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:live_clock",
  "displayName": "Live Clock",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/live_clock",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Live ticking clock on a dark card, updates every second",
  "representativeQueries": [
    "show a live ticking clock widget",
    "live ticking clock on a dark card, updates every second",
    "render a live clock"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →