mcpbeat Sign in

Permits MCP Server

by addressintel Your server? Claim it
local only

Permits runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 19 Aug 2026.

SF Peninsula building permits and parcel buildability: SB 9, ADU and redevelopment leads.

Installs per day peak 186 · avg 10
a month agotoday
71
Installs / week
npm · addressintel-mcp
0
Stars
0 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Permits every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add permits -- npx -y addressintel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "permits": {
      "args": [
        "-y",
        "addressintel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.permits]
command = "npx"
args = ["-y", "addressintel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "permits": {
      "args": [
        "-y",
        "addressintel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "permits": {
      "args": [
        "-y",
        "addressintel-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ADDRESSINTEL_API_KEY (AddressIntel API key. Optional: without one the server uses the public demo tier (10 requests/minute, 5 rows per call). Free keys at https://addressintel.co/developers). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Permits

same job, measured the same way
PropertyLabs
by algofalgo

Public building permits, property assessments, parcels and development intelligence.

3 tools answering
Buildability™ — Property Zoning & Buildability™ Intelligence
by readypermit

Zoning, ADU eligibility, flood zone, setbacks, and buildability intelligence for U.S. parcels.

8 tools answering
Onto
by ravixalgorithm

Clean Markdown and AI-readability scoring for any URL. Built for AI agents.

87 installs/wk answering
.NET MCP Server
by jongalloway

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

local only
Benmilne
by benmilne-com

Search and read essays by Ben Milne on payments, stablecoins, and company building.

answering
I
Permit Verdicts
by okwithit9-debug

Building-permit verdicts by address, with cited records. SF, Seattle, Austin, NYC. Pay per call.

10 tools answering
C
PermitReporter — US Building Permit Intelligence
by permitreporter

Source-linked building-permit search across 34 US states and DC, with county-level coverage.

8 tools answering
Us Building Permits
by prometheusagency

Fresh US building permits with contacts from official city APIs. Construction lead generation.

answering

Permits — questions

Answers built from our own checks of this server.

Why is there no uptime for Permits?
Permits runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package addressintel-mcp was installed 71 times last week.
How do I connect Permits?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls addressintel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Permits?
The npm package addressintel-mcp was installed 71 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Permits open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.