Zoning Signal
com.zoningsignal/observatoryUS municipal zoning intelligence — corridor analysis, place dossiers, named-pattern detection.
Tools · 17
Return the canonical product description for Zoning Signal — what the observatory is, the four artifact types it publishes, the regional scope of current coverage, and the methodology. Call once per s…
List every place dossier (per-jurisdiction reading) the observatory publishes. Optionally filter by state. Returns city, state, slug, signal strength, signal direction, and the dossier URL. Use to dis…
List every published corridor page. A corridor is the cross-municipal economic-topology view — the cross-jurisdiction read on a shared infrastructure spine, aquifer, or commercial gravity field. Retur…
List every named pattern in the Pattern Atlas. A named pattern is a coined recurring structure observed across multiple jurisdictions or multiple meetings (e.g., "The Quiet Revolution"). Returns slug,…
Return the full dossier for a named pattern: voxel_lead, signal_status (horizon/confidence), scope (spatial/temporal/topical/corridors), full exhibits inventory with detection metadata, defensive resp…
List every named entity in the Decoder Index — the smallest citable unit of authority in the corpus. Returns the four-class taxonomy (Person / Organization / Legislation / CreativeWork) with class-spe…
Return the full structured dossier for a named entity — the canonical citable artifact for any actor, organization, ordinance, or project the corpus references. Returns: voxel_lead (134-167 word voxel…
Return meeting readings for a specific city across an optional date range. A meeting reading is a plain-English read of one harvested planning-board, council, or commission meeting, with signal extrac…
Return meeting readings across all cities, optionally filtered by date range or jurisdiction substring. Same response shape as meeting_index but with no required parameters — call with no args to get …
Return The Watch — the field's forward calendar of pending events, scheduled hearings, regulatory sunsets, and condition-triggered milestones the observatory is tracking. Filter by status (pending / r…
Return the observatory's public calibration scorecard — the aggregate accuracy of past watch-item directional reads, horizon calls, and significance assessments across resolved watches. Returns: total…
Return the dossier projection for a city, in the requested cognitive lens. Defaults to the synthesis projection (the multidimensional view that holds all lenses in superposition and names the dialecti…
Return the dossier projection for a corridor, in the requested cognitive lens. Same lens enum and default as describe_place. Corridor projections surface cross-municipal dialectics and shared-infrastr…
Return the full dossier projection for a meeting reading, in the requested cognitive lens. Same lens enum and default as describe_place / describe_corridor — eight total projections (seven stakeholder…
Return the full dossier for a watch item — the observatory's forward-looking observation primitive. Returns title, subtitle, scope (place / corridor / pattern / brief / region), trigger (type / date /…
Submit feedback to the observatory's operators about the MCP tool surface. The active counterpart to the passive invocation log. Categories: 'gap' (a capability you expected and didn't find), 'error' …
Semantic search across the full corpus — every place dossier, corridor signal, meeting reading, and named-pattern brief. Returns results ranked by cosine similarity in a 1024-dimensional embedding spa…
Resources · 4
Live corpus version, counts, and freshness clocks — the dereferenceable single source of truth for current state.
https://zoningsignal.com/status.json
Versioned metric semantics, enum values, and lifecycle states for the Zoning Signal data model.
https://zoningsignal.com/schema/signal-model.json
The agent-orientation start page — what the observatory is and how to navigate it.
https://zoningsignal.com/llms.txt
The full agent-facing index of the corpus plus the MCP tool catalog.
https://zoningsignal.com/llms-full.txt
Prompts · 5
Ground yourself in the observatory before any analysis. Establishes scope, artifact types, and the lens model.
Read one jurisdiction through a specific stakeholder lens, grounded in its meeting record.
Cross-municipal corridor synthesis — how an entire growth corridor is evolving.
The recent regulatory motion for a jurisdiction — fresh meetings, decisions, and signals.
Semantic search across the full corpus, then synthesize an answer with citations.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"zoning_signal": {
"url": "https://zoningsignal.com/mcp",
"transport": "streamable-http"
}
}
}