Skip to content
Back to search
100
MCP live v1.9.0 MCP 2025-11-25 streamable-http

Zoning Signal

com.zoningsignal/observatory

US municipal zoning intelligence — corridor analysis, place dossiers, named-pattern detection.

Uptime
100.0%
1 direct probes · 30d
Response
455ms
last probe
Tools
17
callable
Resources
4
readable
Prompts
5
available

Tools · 17

describe_zoning_signal

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_places

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_corridors

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_patterns

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,…

describe_pattern

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_entities

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…

describe_entity

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…

meeting_index

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…

list_meetings

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 …

list_watch_items

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…

get_track_record

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…

describe_place

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…

describe_corridor

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…

describe_meeting

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…

describe_watch

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_agent_feedback

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

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

corpus-status

Live corpus version, counts, and freshness clocks — the dereferenceable single source of truth for current state.

https://zoningsignal.com/status.json
signal-model-schema

Versioned metric semantics, enum values, and lifecycle states for the Zoning Signal data model.

https://zoningsignal.com/schema/signal-model.json
agent-start-page

The agent-orientation start page — what the observatory is and how to navigate it.

https://zoningsignal.com/llms.txt
agent-full-index

The full agent-facing index of the corpus plus the MCP tool catalog.

https://zoningsignal.com/llms-full.txt

Prompts · 5

orient

Ground yourself in the observatory before any analysis. Establishes scope, artifact types, and the lens model.

analyze_place

Read one jurisdiction through a specific stakeholder lens, grounded in its meeting record.

corridor_outlook

Cross-municipal corridor synthesis — how an entire growth corridor is evolving.

whats_changing

The recent regulatory motion for a jurisdiction — fresh meetings, decisions, and signals.

find_signal

Semantic search across the full corpus, then synthesize an answer with citations.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "zoning_signal": {
      "url": "https://zoningsignal.com/mcp",
      "transport": "streamable-http"
    }
  }
}