{
  "service": "ADUIndex",
  "description": "Citation-backed California ADU regulations for AI agents",
  "version": "0.1.0",
  "mcp_endpoint": "https://adustandards.com/mcp",
  "auth": "API key. Send \"Authorization: Bearer <key>\" or \"x-api-key: <key>\".",
  "tools": [
    "adu_rules",
    "adu_feasibility",
    "adu_compliance",
    "adu_ask",
    "adu_eli5",
    "adu_gap",
    "adu_check_citation",
    "adu_legislation",
    "adu_jurisdictions"
  ],
  "rest": [
    "GET  /v1/jurisdictions?q=&status=",
    "GET  /v1/jurisdictions/:id/rules",
    "GET  /v1/compliance/:id",
    "GET  /v1/gap/:id",
    "GET  /v1/eli5/:id",
    "GET  /v1/ask?q=&jurisdiction=",
    "POST /v1/feasibility  {address, lot_sqft?}",
    "GET  /v1/coverage",
    "GET  /v1/questions"
  ],
  "coverage": {
    "jurisdictions": 344,
    "letters": 463,
    "compliance": {
      "compliant": 5,
      "non_compliant": 159
    }
  },
  "disclaimer": "ADU Standards does not issue zoning determinations. Only the jurisdiction can. These values are research to verify with the planning department before relying on them. Every value carries its governing code section and the date that text was last amended.",
  "seed_data_warning": "SEED DATA: not legally verified. Fields marked \"extracted\" or \"inferred\" require confirmation against current statute before customer use."
}