Human-reviewed zoning answers with ordinance citations for covered US municipalities.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://zoningverdict.com/api/mcp?ref=mcp-registry12 Tools · 191 mscheck_coverageFree 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 fo…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 fo…
| Parameter | Typ | Beschreibung |
|---|---|---|
| q | string | Address or municipality string. |
| address | string | Street address text; city and state improve matching. |
| municipality | string | Municipality slug or name. |
list_municipalitiesList 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.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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_districtsList 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 summari…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 summari…
| Parameter | Typ | Beschreibung |
|---|---|---|
| municipality* | string | Municipality slug from list_municipalities. |
get_district_rulesGet 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. Summari…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. Summari…
| Parameter | Typ | Beschreibung |
|---|---|---|
| municipality* | string | Municipality slug from list_municipalities. |
| district | string | District code, e.g. R-2. Get valid codes from list_districts or resolve_parcel_district; do not guess. |
| topic | string | One of: permitted_uses, special_land_uses, setbacks, height, lot_coverage, lot_size, parking, adu, accessory_structures, fences, signs, home_occupation, varian… |
ask_zoning_questionLook 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 ac…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 ac…
| Parameter | Typ | Beschreibung |
|---|---|---|
| municipality* | string | Municipality slug from list_municipalities. |
| topic | string | Optional filter, one of: permitted_uses, special_land_uses, setbacks, height, lot_coverage, lot_size, parking, adu, accessory_structures, fences, signs, home_o… |
| query | string | The question in plain words, used to find the best match. |
resolve_parcel_districtResolve 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 ne…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 ne…
| Parameter | Typ | Beschreibung |
|---|---|---|
| address* | string | Street address, city, MI. |
create_watchStart 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…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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| municipality* | string | Municipality slug from list_municipalities. |
| topic | string | Optional: watch one topic only, one of: permitted_uses, special_land_uses, setbacks, height, lot_coverage, lot_size, parking, adu, accessory_structures, fences… |
issue_free_api_keyIssue 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. 100 successful metered calls per UTC month, shared across rules, questions and parcel resolve. One is…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. 100 successful metered calls per UTC month, shared across rules, questions and parcel resolve. One is…
| Parameter | Typ | Beschreibung |
|---|---|---|
| client_nonce* | string | Generate 32 random bytes as lowercase hex; retain privately for retry. Never use a public example value. |
| accept_terms* | boolean | — |
| terms_version* | string | Current terms version from /api/v1/openapi.json info.description or the issue response. |
create_preflightCompile 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 charged. Paid Preflight coverage is narrower than address resolution. Durable workflow status and resul…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 charged. Paid Preflight coverage is narrower than address resolution. Durable workflow status and resul…
| Parameter | Typ | Beschreibung |
|---|---|---|
| address* | string | — |
| request_id* | string | Fresh cryptographically random purchase ID. Retain for retry; never reuse for different input. |
| intent* | object | — |
subscribe_to_twinAttach 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| workflow_id* | string | — |
| access_token* | string | — |
| request_id* | string | — |
get_twin_updatesPoll signed Impact Updates for a purchased machine Preflight, with a version cursor. Free; requires the original workflow access token.Poll signed Impact Updates for a purchased machine Preflight, with a version cursor. Free; requires the original workflow access token.
| Parameter | Typ | Beschreibung |
|---|---|---|
| workflow_id* | string | — |
| access_token* | string | — |
| after_version | integer | — |
get_preflight_statusRetrieve durable machine Preflight status and, after settlement, its signed result. Free; requires workflow access token.Retrieve durable machine Preflight status and, after settlement, its signed result. Free; requires workflow access token.
| Parameter | Typ | Beschreibung |
|---|---|---|
| workflow_id* | string | — |
| access_token* | string | — |
12 von 12 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Human-reviewed zoning answers with ordinance citations for covered US municipalities.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.