# ZoningVerdict MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-rogerberent-netizen-zoningverdict
- Repository: https://github.com/rogerberent-netizen/zoningverdict
- Website: https://zoningverdict.com/developers

## Install
- Endpoint: https://zoningverdict.com/api/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://zoningverdict.com/api/mcp
- Header: Authorization

## Tools
- 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 district; use resolve_parcel_district only when the district determination is needed. Results are for information purposes only. Endpoint: https://zoningverdict.com/api/mcp
- 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 when you do not have a street address; with an address, start with resolve_parcel_district. Endpoint: https://zoningverdict.com/api/mcp
- 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, resolve_parcel_district identifies the district for you. Free, like list_municipalities. Reviewed summaries for information purposes only. Endpoint: https://zoningverdict.com/api/mcp
- 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. Every rule carries its ordinance citation and source link plus the pack's last-reviewed date. Summaries for information, not legal advice; confirm with the municipality before acting. Endpoint: https://zoningverdict.com/api/mcp
- 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 that do have reviewed answers. Never generates new answers; confirm with the municipality before acting. Endpoint: https://zoningverdict.com/api/mcp
- 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 response discloses how the district was identified. Parcel boundaries and zoning lines can disagree near edges; confirm with the municipality before acting. Endpoint: https://zoningverdict.com/api/mcp
- 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 URL; the subscription activates only after checkout completes, and every email carries unsubscribe and billing links. Alerts are reviewed summaries for information purposes. Use list_municipalities for coverage. Endpoint: https://zoningverdict.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.rogerberent-netizen
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 5, 2026
- Source: https://registry.modelcontextprotocol.io
