Evidence-linked municipal permit preflight for 7 Canadian jurisdictions with deterministic rules.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
ProjectPermit is a building permit requirements API & MCP for contractors and AI agents. It checks proposed construction and renovation scope across 7 Canadian municipalities and returns deterministic permit signals, official-source evidence, workflow routing, and an automation-ready action bundle. BuildRequirements is the deterministic rules engine inside it.
No account, API key, wallet, MCP client, or platform integration is required for the current structured-facts validation preview.
POST https://projectpermit-api-v2-production.up.railway.app/v1/preview-project-requirementsGET https://projectpermit-api-v2-production.up.railway.app/v1/capabilitieshttps://projectpermit-mcp-production.up.railway.app/mcpSee TRY_PROJECTPERMIT.md for a copy-paste curl example and the preview privacy boundary. The anonymous HTTP preview intentionally excludes civic-address/GIS resolution; use the standard MCP developer preview for a bounded address-aware validation workflow.
Current deterministic rule footprint:
gatineau_qcottawa_ontoronto_onmississauga_onlaval_qclongueuil_qcvancouver_bcThe engine covers 8 normalized project families, preserves uncertainty instead of guessing, attaches official-source evidence to rule results, and exposes the same jurisdiction router through HTTP, standard MCP, and x402-paid MCP.
First-party municipal/open-data address resolution is available for Gatineau, Ottawa, Toronto, Mississauga and Vancouver. Laval and Longueuil currently support rule preflight with resolve_address=false.
The engine deliberately does not call an LLM. A calling agent normalizes natural-language scope into structured facts; BuildRequirements applies deterministic municipal rules.
Every successful preflight now includes an additive deterministic workflow object so a contractor, property or field-service agent can use the result inside a real operating workflow instead of merely displaying a permit answer.
Stable routing signals include:
ADD_PERMIT_TASKCONTINUE_WITH_EVIDENCECOLLECT_MISSING_FACTSROUTE_SPECIAL_REVIEWMUNICIPAL_CONFIRMATIONMANUAL_SCOPE_REVIEWThe workflow package also includes a quote-handling signal, a deliberately narrow automation_safe flag, and up to three high-value follow-up questions when another deterministic call can resolve missing context. Workflow guidance never changes the underlying permit determination and never represents municipal authorization.
See docs/AGENT_WORKFLOW_GUIDANCE.md.
https://projectpermit-api-v2-production.up.railway.appPOST https://projectpermit-api-v2-production.up.railway.app/v1/preview-project-requirementshttps://projectpermit-mcp-production.up.railway.app/mcphttps://projectpermit-x402-mcp-production.up.railway.app/mcpThe HTTP API exposes free machine-readable capability discovery at GET /v1/capabilities.
Commercial x402 resources are configured on Base mainnet (eip155:8453) with USDC payment. The current launch price intentionally minimizes first-use friction while paid adoption and repeat-call behavior are being validated:
The production facilitator is https://facilitator.payai.network.
The paid MCP exposes a free projectpermit_info tool and the x402-paid check_project_requirements tool. The paid HTTP routes return an x402 402 Payment Required challenge when no valid payment is supplied.
The result is a preflight information package, not municipal authorization, legal advice, engineering certification, or building-code design approval.
The business target is not a homeowner-only Do I need a permit? wizard and not a managed permit-submission service. ProjectPermit is intended to become a cross-jurisdiction permit-requirements intelligence layer embedded in contractor, property-management, construction/design, permitting, and real-estate software/Agent workflows.
Market validation remains active in parallel with product development. Differentiated product work and commercial distribution no longer wait for outreach replies. Geography expansion remains evidence-led because every additional municipality adds ongoing rule/source maintenance cost; priority goes to requested geographies or workflows with credible repeated volume.
The first commercially meaningful internal checkpoint is roughly 10,000 monthly external preflight calls. A preferred proof shape is approximately 5 integrations Γ 2,000 calls/month, or one platform workflow capable of the same volume. This is a validation target, not a forecast.
Read:
docs/MARKET_VALIDATION.md β market background, pricing thesis and original call-volume modeldocs/DISTRIBUTION_VALIDATION.md β 2026 platform evidence, competition and validation plandocs/CALL_VOLUME_THRESHOLDS.md β bottom-up monthly-call and revenue thresholdsdocs/PAIN_EVIDENCE.md β observed field/community pain evidence separated from assumptionsdocs/TARGET_ACCOUNT_RANKING.md β ranked design-partner targets by pain and distribution leveragedocs/OUTREACH_BATCH_01.md β tailored first outreach batchdocs/DESIGN_PARTNER_TRIAL.md β low-friction 20-case pilot protocoldocs/EXTERNAL_USAGE_BASELINE.md β clean external-usage starting baselinedocs/INTEGRATION_QUICKSTART.md β copy-paste developer integration examplesAll transports call the same shared address-aware preflight pipeline:
HTTP / standard MCP / x402 paid MCP -> preflight_service -> municipal address/GIS adapters -> jurisdiction router -> deterministic rules -> workflow guidance
Resolved non-null municipal property facts can enrich a request before rule evaluation. Unknown overlays remain unknown and never silently overwrite an explicit caller value.
Successful preflight calls also emit privacy-minimal structured usage telemetry for market validation. The telemetry excludes civic address, coordinates, property identifiers, payment credentials, IP/user-agent data and raw client tags. Internal CI/owner smoke traffic is explicitly tagged so it can be excluded from external call counts. Municipal HTTP request URL logging is suppressed so address/query details are not leaked indirectly through httpx INFO logs.
For standard MCP support:
projectpermit-mcp uses MCP Python SDK v2 Streamable HTTP, JSON responses, and stateless HTTP. It listens on 127.0.0.1:8001 by default. Override with PROJECTPERMIT_MCP_HOST and PROJECTPERMIT_MCP_PORT.
Run tests:
For no-wallet validation, use the free structured-facts route:
POST /v1/preview-project-requirements
For the x402-paid HTTP contract, use:
POST /v1/check-project-requirements
Both use the same normalized project shape; the anonymous free preview intentionally rejects address/GIS resolution. Example project facts:
A successful preflight response also contains workflow, for example:
For an address-aware jurisdiction, set resolve_address=true and supply address through the standard MCP preview or paid route; the anonymous HTTP preview deliberately does not accept address resolution.
The standard MCP endpoint remains free so a design partner can test workflow fit without a wallet or billing setup. A recommended pilot uses 20 anonymized real scopes, a stable non-PII context.client_tag, and measures whether the result actually changes the next workflow step.
Partner evidence is tracked in:
data/partner_targets.csv β 20 candidate design-partner accountsdata/partner_feedback.csv β structured conversation/pilot/call-volume outcomesdata/design_partner_scope_template.csv β anonymized pilot-case templateSummarize validation evidence with:
Unknown interview values remain unknown rather than being silently converted to zero. Commercial decisions therefore depend on recorded external evidence, not optimistic inference, while engineering/distribution work continues in parallel.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/projectpermit)<a href="https://allmcps.com/mcp/projectpermit"><img src="https://allmcps.com/api/badge/projectpermit?style=directory" alt="ProjectPermit on AllMCPs" /></a>