- LocalPro
LocalPro
What it does
LocalPro serves curated data about verified US local service providers to AI agents via MCP. When someone asks an AI assistant "find me a foundation-repair contractor near Phoenix" or "verified water-damage restoration in Tampa," LocalPro powers the answer.
Live Categories (9, ~7,000 providers total)
- Water Damage Restoration — 1,128 providers
- Foundation Repair — 1,041 providers
- Crawl Space Repair — 1,038 providers
- Mold, Asbestos & Lead Remediation — 961 providers
- Septic Pumping & Maintenance — 866 providers
- Basement Waterproofing — 608 providers
- Laundry Pickup & Delivery — 575 providers
- Floor Coating — 510 providers
- Radon Testing & Mitigation — 267 providers
Hire-electrical category in development (state licensing data).
Tools
list_niches— Discover available trade categorieslist_cities— Find metros with coveragelist_service_types— Get valid service filters per nichesearch_providers— Search by location and service typeget_provider— Detailed provider profile with services, pricing, certifications, recent Google reviews, opening hours, business status, and JSON-LD schema
Data Quality (Schema 2.0)
Every result includes a Google rating, business description, and services list. Each field is tagged with how often it refreshes — directory data weekly, Google data quarterly — so agents can decide whether to cite a value or re-fetch. JSON-LD LocalBusiness output with AggregateRating, OpeningHoursSpecification, and GeoCoordinates. Closed-permanently providers are filtered automatically.
Access
Fully public — no API key required. Optional X-API-Key unlocks pro fields (full pricing, certifications) on get_provider. Rate limit: 30 req/min per IP.
Quick install
claude mcp add --transport http localpro https://mcp.localpro.dev/mcp
Server Config
{
"mcpServers": {
"localpro": {
"url": "https://mcp.localpro.dev/mcp"
}
}
}