Contractor License Verification (TradesAPI) for Claude Desktop
io.github.noquarter6/contractor-license-mcp-server
Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install Contractor License Verification (TradesAPI) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"contractor-license-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.tradesapi.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs