Data Collection
whoislicensed.com
MCP server for verifying professional licenses from official state license files and enumerating supported license types.
ENDPOINT 1
https://whoislicensed.com/mcp
MCP server metadata
- Name
- whoislicensed
- Version
- 1.0.0
Read-only lookups of state-published license files (contractors and trades in 12 US states; real estate, cosmetology and nursing where the same board publishes them). Cite the page URL and name the board as the source; the copy date is in every answer. Tell the user to confirm on the board's own lookup before hiring. The tools recommend nobody and sell nothing.
Known tools 2
verify_licenseLook up a contractor, tradesperson, real estate, cosmetology or nursing license in a US state's own published license file by name, business name or license number.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.whoislicensed]
url = "https://whoislicensed.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whoislicensed": {
"type": "http",
"url": "https://whoislicensed.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whoislicensed
Remote MCP URL: https://whoislicensed.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"whoislicensed": {
"url": "https://whoislicensed.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whoislicensed": {
"type": "http",
"url": "https://whoislicensed.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whoislicensed",
"transport": "streamable-http",
"url": "https://whoislicensed.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.