Contractor License Verification (TradesAPI) MCP Server
io.github.Noquarter6/contractor-license-mcp-server
What is the Contractor License Verification (TradesAPI) MCP server?
Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history.
How to install Contractor License Verification (TradesAPI)
Copy-paste configuration for popular MCP clients.
CLV_API_URLrequiredTradesAPI backend URL. Use https://www.tradesapi.com unless you have a reason to override.
CLV_API_KEYrequiredsecretYour TradesAPI key. Get one free at https://www.tradesapi.com (50 credits, no credit card).
AuthorizationrequiredsecretYour TradesAPI key as a Bearer token. Get one free at https://www.tradesapi.com (50 credits, no credit card).
{
"mcpServers": {
"contractor-license-mcp-server": {
"command": "npx",
"args": [
"-y",
"contractor-license-mcp-server"
],
"env": {
"CLV_API_URL": "<YOUR_CLV_API_URL>",
"CLV_API_KEY": "<YOUR_CLV_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"contractor-license-mcp-server": {
"command": "npx",
"args": [
"-y",
"contractor-license-mcp-server"
],
"env": {
"CLV_API_URL": "<YOUR_CLV_API_URL>",
"CLV_API_KEY": "<YOUR_CLV_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"contractor-license-mcp-server": {
"command": "npx",
"args": [
"-y",
"contractor-license-mcp-server"
],
"env": {
"CLV_API_URL": "<YOUR_CLV_API_URL>",
"CLV_API_KEY": "<YOUR_CLV_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"contractor-license-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contractor-license-mcp-server"
],
"env": {
"CLV_API_URL": "<YOUR_CLV_API_URL>",
"CLV_API_KEY": "<YOUR_CLV_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add contractor-license-mcp-server --env CLV_API_URL=<YOUR_CLV_API_URL> --env CLV_API_KEY=<YOUR_CLV_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y contractor-license-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.