npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

permitstack-mcp

v1.1.1

Published

MCP server for the PermitStack building permit API — search 47M+ US building permits across 514 jurisdictions from Claude and other AI agents.

Readme

PermitStack MCP Server

npm version

MCP (Model Context Protocol) server for the PermitStack building permit API.

Lets Claude and other AI agents natively search 47M+ U.S. building permits across 514 jurisdictions.

What does this do?

Once installed, you can ask Claude things like:

  • "Find solar permits in Austin from the last 30 days"
  • "What work has been done at 123 Main St, Boston?"
  • "Which contractors pulled the most HVAC permits in Phoenix last year?"
  • "Show me new construction permits over $500K in Miami-Dade"

Claude will call the PermitStack API directly and give you structured results.

Installation

You'll need a free PermitStack API key. Get one in 2 minutes — the free tier gives you 100 requests per day.

Claude Desktop

Add to your claude_desktop_config.json:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "permitstack": {
      "command": "npx",
      "args": ["-y", "permitstack-mcp"],
      "env": {
        "PERMITSTACK_API_KEY": "pk_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. You should see the PermitStack tools available.

Programmatic use

npm install -g permitstack-mcp
PERMITSTACK_API_KEY=pk_... permitstack-mcp

Any MCP-compatible client can connect over stdio.

Available tools

| Tool | Description | |------|-------------| | search_permits | Filter by city, category, date, value, contractor | | get_permit | Fetch a single permit by number | | get_property_history | All permits for an address | | search_contractors | Find contractors by name/location | | get_contractor_permits | All permits by a specific contractor | | get_coverage | List supported jurisdictions |

Data

  • 47M+ permits across 514 U.S. jurisdictions (cities, counties, and statewide datasets), plus 23 historical archive sources
  • Daily refresh from official city open-data portals
  • AI-enriched descriptions for structured category/scope/systems

Full coverage list: https://permit-stack.com/coverage.html

Pricing

  • Free: 100 requests/day
  • Indie: $19/mo (1,000 req/day)
  • Hobbyist: $29/mo (2,500 req/day)
  • Developer: $49/mo (10,000 req/day)
  • Startup: $149/mo (100,000 req/day — webhooks, bulk export)
  • Growth: $499/mo (500,000 req/day — daily bulk exports)

See https://permit-stack.com/#pricing for details.

Links

  • 🌐 Homepage: https://permit-stack.com
  • 📖 API Docs: https://api.permit-stack.com/docs
  • 🐍 Python SDK: https://pypi.org/project/permitstack/
  • 💬 Support: [email protected]

License

Apache-2.0. See LICENSE for details.