← contractors.fyi

INDIVIDUAL MCP TOOL

search_contractor_records

Look a contractor up by business name across every city covered: the city, how many permitted jobs are on its record there, and its profile URL.

contractors.fyinone authenticationAvailability not checked

LIVE ENDPOINT

https://contractors.fyi/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_contractor_records and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

contractors.fyi

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.contractors-fyi]
url = "https://contractors.fyi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "contractors-fyi": {
      "type": "http",
      "url": "https://contractors.fyi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: contractors-fyi
Remote MCP URL: https://contractors.fyi/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": {
    "contractors-fyi": {
      "url": "https://contractors.fyi/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "contractors-fyi": {
      "type": "http",
      "url": "https://contractors.fyi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "contractors-fyi",
  "transport": "streamable-http",
  "url": "https://contractors.fyi/mcp"
}
MCP Inspector

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

Related tools

  • list_coverage — Which cities and kinds of work contractors.
  • find_contractors — Contractors ranked by how many jobs of this kind their city permit record shows.
  • project_cost — What city permits for this kind of work stated as the job value: median and middle half, with the number of permits and their dates.
  • permit_timeline — Days from permit application to issue, and from issue to final inspection, from the dates on city permits, with the number of permits and the dates they cover.
  • solar_estimate — Size a home solar system from the monthly electric bill (or its kWh, or, with neither, the home and what runs on electricity), plus anything the home plans to add such as electric cars, then give the price range homeowners in that city paid for a system that size (Berkeley Lab records, before any tax credit, no battery), yearly savings and payback.
  • check_solar_quote — Where a solar quote's price falls among what homeowners in the same city paid for a system of the same size (Berkeley Lab records, homeowner-owned systems, no battery, before incentives): a percentile, the local typical price and range, and the quote's price per watt.
  • generator_size — The smallest common home standby generator size, with 10% to spare, for the things that must run in an outage: running watts plus the biggest motor's start.