← Registry

Data Collection

contractorroster.com

Provides APIs to search and count contractors by state, trade, and location.

1 endpoint5 known toolsFirst detected June 27, 2026Last detected September 15, 2026

ENDPOINT 1

https://contractorroster.com/api/mcp

No auth detected

MCP server metadata

Name
contractorroster
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

list_states

List supported US states with their available geo types and per-trade availability.

Potential side effects
list_trades

List supported trade codes with display names.

Potential side effects
count_contractors

Count contractors matching a state × trade × geo query, without charging.

Potential side effects
search_contractors

Fetch enriched contractor records for a state × trade × geo query.

Potential side effects
get_usage

Return the partner's current balance, pricing, and the 20 most recent transactions (top-ups + api calls).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.contractorroster]
url = "https://contractorroster.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "contractorroster": {
      "type": "http",
      "url": "https://contractorroster.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: contractorroster
Remote MCP URL: https://contractorroster.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "contractorroster": {
      "url": "https://contractorroster.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "contractorroster": {
      "type": "http",
      "url": "https://contractorroster.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "contractorroster",
  "transport": "streamable-http",
  "url": "https://contractorroster.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for contractorroster.com was fetched 2026-07-31T22:44:30.034Z and is being refreshed.

Trust status Neutral

contractorroster.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.