Workflow capability for identifying qualified contractors, researching their work history, accessing decision maker contacts, and analyzing market activity. Combines permit search, contractor search, employee lookup, and geographic metrics into a unified contractor sales and marketing intelligence workflow. Primary users: materials suppliers, construction tech companies, home services firms, and energy/climate companies targeting contractors.
Run with NaftikoConstructionContractorsBuilding PermitsSales IntelligenceMarket AnalyticsLead Generation
What You Can Do
GET
Search contractors — Search contractors by geography, specialty, and quality metrics
/v1/contractors
GET
Get contractor — Get detailed contractor profile by ID
/v1/contractors/{id}
GET
Get contractor permits — Retrieve permit history for a contractor
/v1/contractors/{id}/permits
GET
Get contractor employees — Get employee contact list for a contractor
/v1/contractors/{id}/employees
GET
Get contractor metrics — Get permit performance metrics for a contractor
/v1/contractors/{id}/metrics
GET
Search permits — Search building permits by geography, type, and date range
/v1/permits
GET
Get permit — Get a specific permit by ID
/v1/permits/{id}
GET
Search addresses — Search addresses that have associated permits
/v1/addresses
GET
Get residents — Get resident contact information for an address
/v1/addresses/{geo_id}/residents
GET
Get address metrics — Get current permit activity metrics for a geographic area
/v1/market/{geo_id}/metrics
GET
Search cities — Search for cities to get geo_id values
/v1/geography/cities
GET
Search states — Search for US states to get geo_id values
/v1/geography/states
GET
Get tags — Get all available permit type tags for filtering
/v1/tags
MCP Tools
search-contractors
Search for licensed contractors in a geographic area filtered by specialty, date range, and quality metrics like inspection pass rate. Returns contractor profiles with contact information and permit statistics.
read-only
get-contractor
Get detailed profile for a specific contractor by ID, including business details, contact information, license, classification, and permit statistics.
read-only
get-contractor-permits
Retrieve the complete permit history for a contractor, showing all projects undertaken, job values, locations, and permit statuses.
read-only
get-contractor-employees
Get the list of employees and decision makers at a contractor company, including names, titles, phone numbers, and email addresses for sales outreach.
read-only
get-contractor-metrics
Get performance metrics for a contractor including inspection pass rate, average job value, total job value, and active permit count.
read-only
search-permits
Search building permits by geography and date range. Filter by permit type (tags), property type, status, and job value range to identify market opportunities and active construction activity.
read-only
get-permit
Get details for a specific building permit by ID.
read-only
search-addresses
Search for US property addresses that have at least one associated permit. Returns address records with geo_id values needed for metric queries.
read-only
get-address-residents
Get resident contact information for a specific address, useful for homeowner outreach related to nearby permit activity.
read-only
get-market-metrics
Get current permit activity metrics for a geographic area including permit count, active permits, average job value, and contractor count.
read-only
search-cities
Search for city names to resolve geo_id values for use in permit and contractor searches.
read-only
search-states
Search for US states to resolve geo_id values.
read-only
get-permit-tags
Get all available permit classification tags (solar, roofing, hvac, electrical, plumbing, adu, etc.) for use as filter values in permit and contractor searches.