{
  "id": "zip-map",
  "name": "ZIP Map Viewer",
  "description": "Interactive MapLibre viewer for U.S. Census ZIP Code Tabulation Areas.",
  "kind": "web_app",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://zip.datasourceapi.com",
  "aliases": [],
  "repository": "https://github.com/coopalliance/zipmap",
  "serviceBinding": {
    "supported": false,
    "description": "This is a static viewer that consumes the Maps tile service."
  },
  "provenance": [
    {
      "name": "U.S. Census Bureau",
      "description": "TIGER/Line ZCTA5 boundaries.",
      "url": "https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html"
    }
  ],
  "freshness": {
    "cadence": "Census release-based updates through the Maps service.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "map-viewer",
    "zcta",
    "zip-codes"
  ],
  "examples": [
    {
      "label": "Open viewer",
      "description": "Browse ZIP Code Tabulation Areas on an interactive map.",
      "method": "GET",
      "url": "https://zip.datasourceapi.com"
    }
  ],
  "operations": [],
  "agentReadiness": {
    "level": "not_applicable",
    "score": 0,
    "summary": "This viewer has no independent data API and is excluded from RFC and MCP callable inventories."
  }
}