Empire OS Matchmaker — Orlando Roofing Research Dump

What this is: Twelve hand-authored Q&A pages about residential roofing in the Orlando MSA (Orange, Osceola, Seminole counties). Each page is built on public records — Florida DBPR, OIR, CFO consumer guides, 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.

Pages

  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.

Machine-readable manifests

For LLM agents

Capability card:

GET /.well-known/a2a.json

Discovery:

POST /a2a/discovery
Content-Type: application/json
{"niche": "roofing", "region": "Orlando, FL"}

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

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