Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

ZoningVerdict

io.github.rogerberent-netizen/zoningverdict

Municipal zoning rules, reviewed Q&A, citations, and address-to-district lookup.

Uptime
100.0%
2 direct probes · 30d
Response
572ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

check_coverage

Free coverage preflight for an address or municipality string. Returns whether ZoningVerdict covers it, available topics, pack version, and last-reviewed date. It does not identify a parcel's zoning d…

list_municipalities

List the municipalities ZoningVerdict covers, with each pack's version and last-reviewed date. Coverage is reviewed summaries of public zoning ordinances, for information purposes only. Start here whe…

list_districts

List the zoning district codes for one municipality, with each district's name, category, and summary. Use these codes with get_district_rules; do not guess codes. If you have a street address, resolv…

get_district_rules

Get the published rules for one zoning district by topic (setbacks, fences, accessory structures, and so on). District codes come from list_districts or resolve_parcel_district — do not guess them. Ev…

ask_zoning_question

Look up a published question-and-answer for a municipality and topic. Returns the matching reviewed answer with its citations, or reports honestly that no published answer exists and lists the topics …

resolve_parcel_district

Resolve a street address to its municipality and, where a GIS path exists, its zoning district. Start here when you have an address, then pass the returned district code to get_district_rules. The res…

create_watch

Start a $49/month watch on a covered municipality (optionally one topic): an email whenever a human-reviewed rule change is published, with the citation and the updated page. Returns a Stripe checkout…

issue_free_api_key

Issue a free-only API key without checkout or a wallet. Accept the current published terms and supply a cryptographically random 64-character hex client_nonce; retain it privately for safe retries. 10…

create_preflight

Compile an address and structured project intent into a preliminary zoning verdict, cited conditions, approval path, versioned evidence and EdDSA JWS. $3 USDC on Base; pack_gap refusals are never char…

subscribe_to_twin

Attach 30 days of optional Impact Updates to a purchased machine Preflight for $1 USDC via x402. Poll signed, versioned JSON updates using the original workflow access token. No automatic renewal.

get_twin_updates

Poll signed Impact Updates for a purchased machine Preflight, with a version cursor. Free; requires the original workflow access token.

get_preflight_status

Retrieve durable machine Preflight status and, after settlement, its signed result. Free; requires workflow access token.

How to use

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

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