Verify contractor licenses: 50 states + DC + 8 cities β status, expiration, disciplinary history.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Real-time contractor license verification across all 50 US states + DC, plus 8 major-city contractor licensing portals (Chicago, NYC, Philadelphia, Detroit, Atlanta, Dallas, Las Vegas, Nashville). An MCP server that lets Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible AI agent verify a contractor's license, status, expiration, and disciplinary history directly against licensing board portals.
Send {state, license_number, trade} β get back validity, licensee name, expiration date, status, and any disciplinary actions on file. Results are fetched live from official state portals (no stale nightly exports) and cached for 24 hours when active.
No install required. Add this to your Claude Desktop config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonReplace YOUR_API_KEY with the key from your dashboard and restart Claude Desktop.
If you prefer to run the MCP server locally via stdio:
Restart Claude Desktop after saving.
New accounts start with 50 free verification credits, no credit card required. You can purchase additional credit packs from the dashboard when you need more.
verify_licenseVerify a single contractor license against the official state (or city) licensing portal.
| Parameter | Required | Description |
|---|---|---|
state | yes | Two-letter state code (CA, TX, FL, ...) |
city | no | Optional city slug to target a municipal portal: chicago, nyc, philadelphia, detroit, atlanta, dallas, lasvegas, nashville. Lowercase, no spaces. |
license_number | yes | The license number to verify |
trade | no | general, electrical, plumbing, hvac, mechanical, roofing, residential, ... (defaults to general) |
force_refresh | no | Bypass the 24h cache and re-fetch from the portal |
response_format | no | markdown (default) or json |
Example result:
batch_verifyVerify up to 25 licenses in a single call. Each verification runs independently β partial failures do not block the batch. Per-item city is supported.
| Parameter | Required | Description |
|---|---|---|
licenses | yes | Array of { state, city?, license_number, trade } objects (1β25 items) |
response_format | no | markdown (default) or json |
search_by_nameFuzzy-match contractors by business or individual name within a single state (or city) database. Costs 2 credits per call.
| Parameter | Required | Description |
|---|---|---|
state | yes | Two-letter state code |
city | no | Optional city slug for municipal databases |
name | yes | Business or individual name (case-insensitive, partial-match tolerant) |
trade | no | Trade filter |
limit | no | Max results (1β50, default 20) |
response_format | no | markdown (default) or json |
Not every state portal supports name search β call list_supported_states and check supports_name_search per jurisdiction first.
list_supported_statesList every supported jurisdiction with portal URLs, current health, available trades, and registered municipal scrapers nested under each state. Use this to discover what's reachable before constructing other tool calls.
| Parameter | Required | Description |
|---|---|---|
response_format | no | markdown (default) or json |
All 50 US states + DC at the state level, plus 8 major-city contractor licensing portals (Chicago, NYC, Philadelphia, Detroit, Atlanta, Dallas, Las Vegas, Nashville).
Run list_supported_states from your agent for the live, fetched-fresh-each-call list of supported jurisdictions, available trades per jurisdiction, current portal health, and which states support name search. The MCP package no longer bundles a static state table β what comes back from list_supported_states is always current with prod.
You can also see the live state grid at www.tradesapi.com.
| Variable | Required | Description |
|---|---|---|
CLV_API_URL | yes | API backend URL (use https://www.tradesapi.com) |
CLV_API_KEY | yes | Your API key from the dashboard |
Each license verification consumes 1 credit, whether the result is fresh or cached. New accounts receive 50 free credits. Additional credit packs can be purchased from the dashboard at www.tradesapi.com.
MIT
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/contractor-license-verification-tradesapi-2)<a href="https://allmcps.com/mcp/contractor-license-verification-tradesapi-2"><img src="https://allmcps.com/api/badge/contractor-license-verification-tradesapi-2?style=directory" alt="Contractor License Verification (TradesAPI) on AllMCPs" /></a>