← Index

Contractor License Verification (TradesAPI)

io.github.Noquarter6/contractor-license-mcp-server·v0.6.2·Other
Quality Score
90
/100

Verify US contractor licenses in 45 states — status, expiration, disciplinary history.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "contractor-license-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "contractor-license-mcp-server"
      ],
      "env": {
        "CLV_API_URL": "https://www.tradesapi.com",
        "CLV_API_KEY": "<your-clv_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "contractor-license-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "contractor-license-mcp-server"
      ],
      "env": {
        "CLV_API_URL": "https://www.tradesapi.com",
        "CLV_API_KEY": "<your-clv_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y contractor-license-mcp-server
§02  Environment variables
CLV_API_URL
required

TradesAPI backend URL. Use https://www.tradesapi.com unless you have a reason to override.

CLV_API_KEY
requiredsecret

Your TradesAPI key. Get one free at https://www.tradesapi.com (50 credits, no credit card).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other