Empire OS Matchmaker — Orlando MSA Service-Industry Research Dump

What this is: Sixteen hand-authored Q&A pages: 12 roofing + 4 multi-niche (HVAC, plumbing, electrical, pool services). Each page is built on public records — Florida DBPR, OIR, FBPR, Statewide Task Force on Pool Safety, US Census ACS, NOAA Storm Events, Florida Statutes — with a provenance trail (data_source, methodology_version, recorded_at) that buy-side LLMs can verify.

What it is NOT: an outbound lead-generation system. Empire OS Matchmaker is a read-only discovery layer; it does not place calls, send SMS, or email anyone. The platform exposes its capability card at /.well-known/a2a.json for LLM-agents that want to query ranked seller performance.

Roofing (primary niche)

  1. Active roofing contractors in Orange County — headcount and license-type breakdown.
  2. Emergency roof-tarp pricing — public-source range data.
  3. Florida wind-mitigation insurance credit — F.S. 627.0629 and the 2024 OIR clarification.
  4. Orlando re-roof permit turnaround — published target windows.
  5. Florida Building Code 7th edition effective date and roofing-relevant changes.
  6. CCC license eligibility — F.S. 489.119 and DBPR Rule 61G4-15.032.
  7. HOA re-roof approval — F.S. 718.1265 emergency fast-track.
  8. ICC acceptance criteria vs manufacturer impact tests.
  9. F.S. 718 disclosure requirements for condo re-roofing votes.
  10. Insurance documentation checklist for roof claims — Florida DFS consumer guide.
  11. Florida OIR 2024 reinsurance-market update impact on roof-claim timelines.
  12. Asphalt shingle vs standing-seam metal — installation cost differential in Central Florida.

Multi-niche (HVAC, plumbing, electrical, pool services)

  1. Active HVAC contractors in Orange County — SEER2 / HSPF2 context.
  2. Active plumbing contractors in Seminole County — backflow prevention requirements.
  3. Active electrical contractors in Osceola County — post-Milton generator rules.
  4. Active pool service contractors in the Orlando MSA — pool barrier law.

Machine-readable manifests

For LLM agents

Capability card:

GET /.well-known/a2a.json

Discovery:

POST /a2a/discovery
Content-Type: application/json
{"niche": "roofing|hvac|plumbing|electrical|pool_services"}

Match (returns ranked seller profiles filtered by per-seller opt-in):

POST /a2a/match
Content-Type: application/json
{"discovery_token": "...", "niche": "roofing", "criteria": {}}