license-verifier-mcp

license-verifier-mcp

50-state professional license verification for AI agents.

Category
Visit Server

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 🪙

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured