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

license-verifier-mcp

v0.1.0

Published

50-state professional license verification MCP server - verify doctors, nurses, lawyers instantly

Readme

License Verifier MCP Server 🪙

50-state professional license verification for AI agents.

Why This Exists

Every healthcare transaction, real estate deal, or legal engagement requires verifying professional licenses. Today that means manually checking 50+ different state websites — each with different interfaces, data formats, and quirks.

This MCP server wraps all 50 state licensing boards into a single, unified API that any AI agent can call.

Features

  • Unified Schema: Consistent response format regardless of source state
  • 50-State Coverage: Physicians, nurses, lawyers, contractors, real estate agents
  • Multi-Profession: Medical, Legal, Nursing, Pharmacy, Dental, and more
  • Real-Time Verification: Direct queries to state boards (with caching)
  • Disciplinary Actions: Includes suspensions, revocations, board orders
  • x402 Micropayments: Pay-per-call via Base USDC

Supported Professions

| Profession | States | Status | |------------|--------|--------| | Physicians (MD/DO) | CA, TX, FL, NY | 🟢 Live | | Attorneys | CA | 🟢 Live | | Nurses (RN/LPN) | CA, TX, FL, NY | 🟢 Live | | Physician Assistants | CA, TX, FL, NY | 🟢 Live | | Pharmacists | CA, FL, NY | 🟡 Beta | | Dentists | CA, FL | 🟡 Beta |

Tools

verify_license

Verify a specific license in a specific state.

{
  "state": "CA",
  "licenseNumber": "A12345",
  "licenseType": "MD"
}

search_license

Search for a license across multiple states.

{
  "name": "John Smith",
  "licenseType": "MD",
  "states": ["CA", "TX", "NY"]
}

list_supported_states

List all supported states and their capabilities.

Pricing

| Tier | Price | Calls | |------|-------|-------| | Free | $0 | 100/month | | Pro | $49/mo | 10,000/month | | Pay-per-call | $0.50-$1.50 | x402 micropayment |

Installation

npm install license-verifier-mcp

Usage

Add to your MCP client config:

{
  "mcpServers": {
    "license-verifier": {
      "command": "npx",
      "args": ["license-verifier-mcp"]
    }
  }
}

Roadmap

  • [x] MCP server scaffold
  • [x] State mapping (research)
  • [ ] California DCA API integration
  • [ ] Texas scraper
  • [ ] Florida scraper
  • [ ] New York scraper
  • [ ] x402 payment middleware
  • [ ] Smithery listing
  • [ ] Remaining 46 states

License

MIT


Built by Mint 🪙