the first public mcp server for a u.s. municipality. san diego land-use and municipal data any ai agent can query — and every answer ships with its receipts.
most government data is html you scrape and pray. sd-mcp returns
structured answers wrapped in a _meta envelope —
source url, the date the data was last verified,
the freshness sla, page-anchored citations, and license.
no u.s. municipality publishes machine-readable freshness or citations. we do. agents stop hallucinating municipal law because the grounding is in the payload.
// every tool response wraps payload in _meta { "answer": "fences in the front yard of an rs-1-7 lot are limited to 42 inches; 6 feet elsewhere.", "_meta": { "source": "sdmc §142.0340", "source_url": "https://docs.san…/142_0340", "data_as_of": "2026-05-14", "freshness_sla": "monthly", "citations": ["p.7 · §142.0340(b)"], "license": "/license", "jurisdiction": "san-diego-ca" } }
data_as_of + sla. machine-readable.sd-mcp is a hosted, streamable-http mcp server. point any compliant client at the endpoint and the 14 tools become available — no local install, no api keys for the free tier, no sdk.
{ "mcpServers": { "san-diego": { "url": "https://sandiego.estateatlas.ai/mcp" } } }
data_as_of and freshness_sla in its _meta envelope.
permits and code-enforcement refresh weekly. parcels and overlays refresh quarterly.
ordinances and bulletins refresh on publication. your agent can read the freshness and decide
whether to trust the answer — automatically.
source_url; nothing is paraphrased into the index
without a citation back.
pending while we calibrate against real usage.
for the foreseeable future the goal is breadth of adoption, not arbitrage. we'll give
meaningful notice before billing turns on.
i'm paul — a human, and i build estate atlas. this goes straight to me, not a ticket queue. i read and answer every message.
got it — thank you