Loading MCP server directory, please wait...
Verify US contractor licenses in 45 states — status, expiration, disciplinary history.
npx @getmcp/cli add io.github.Noquarter6/contractor-license-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
CLV_API_URLTradesAPI backend URL. Use https://www.tradesapi.com unless you have a reason to override.
CLV_API_KEYYour TradesAPI key. Get one free at https://www.tradesapi.com (50 credits, no credit card).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Noquarter6/contractor-license-mcp-server": {
"command": "npx",
"args": [
"-y",
"contractor-license-mcp-server"
],
"env": {
"CLV_API_URL": "https://www.tradesapi.com",
"CLV_API_KEY": ""
}
}
}
}