{
  "$schema": "https://pointcast.xyz/health.json",
  "name": "PointCast Town Inspector",
  "description": "Walks every door /agents.json advertises and re-verifies every claim it makes. Drift becomes a report, not a surprise.",
  "inspectedAt": "2026-07-26T15:59:25.066Z",
  "base": "https://pointcast.xyz",
  "doors": {
    "checked": 261,
    "open": 261,
    "broken": []
  },
  "claims": [
    {
      "id": "well-known-agents-alias",
      "label": "/.well-known/agents.json serves the manifest",
      "ok": true,
      "note": "resolves and parses"
    },
    {
      "id": "well-known-ai-alias",
      "label": "/.well-known/ai.json serves the manifest",
      "ok": true,
      "note": "resolves and parses"
    },
    {
      "id": "agent-mode-strip",
      "label": "crawler UAs get stripped HTML with X-Agent-Mode",
      "ok": true,
      "note": "header \"stripped Â· ai:anthropic\" · 32621 vs 56801 bytes"
    },
    {
      "id": "cors-open",
      "label": "agent surfaces are fetchable from any origin",
      "ok": true,
      "note": "8 sampled, all open"
    },
    {
      "id": "block-json-citable",
      "label": "latest block resolves as citation-grade JSON",
      "ok": true,
      "note": "block 0496 cites clean"
    },
    {
      "id": "explore-no-placeholders",
      "label": "no unresolved template strings in /explore.json",
      "ok": true,
      "note": "366 features clean"
    },
    {
      "id": "explore-freshness-honest",
      "label": "lastCommit varies per page (or is honestly absent)",
      "ok": true,
      "note": "6 distinct timestamps"
    },
    {
      "id": "mcp-alive",
      "label": "MCP endpoint answers initialize",
      "ok": true,
      "note": "serverInfo.name \"pointcast-v2\""
    }
  ],
  "notes": [
    "llms.txt (35808 bytes) is larger than llms-full.txt (34048 bytes) — the short orientation outgrew the long one."
  ],
  "verdict": "clean",
  "servedAt": "2026-07-27T04:44:54.929Z",
  "cadence": "Inspections run at deploy time and on demand, not per-request. inspectedAt is the truth timestamp.",
  "human": "https://pointcast.xyz/health"
}