Contractor License Verification (TradesAPI)✓
io.github.Noquarter6/contractor-license-mcp-server · v0.8.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Noquarter6/contractor-license-mcp-server",
"description": "Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history.",
"title": "Contractor License Verification (TradesAPI)",
"repository": {
"url": "https://github.com/Noquarter6/contractor-license-mcp-server",
"source": "github"
},
"version": "0.8.0",
"websiteUrl": "https://www.tradesapi.com",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "contractor-license-mcp-server",
"version": "0.8.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TradesAPI backend URL. Use https://www.tradesapi.com unless you have a reason to override.",
"isRequired": true,
"format": "string",
"default": "https://www.tradesapi.com",
"name": "CLV_API_URL"
},
{
"description": "Your TradesAPI key. Get one free at https://www.tradesapi.com (50 credits, no credit card).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLV_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://www.tradesapi.com/mcp",
"headers": [
{
"description": "Your TradesAPI key as a Bearer token. Get one free at https://www.tradesapi.com (50 credits, no credit card).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}