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.
llms.txt — site-wide manifest, llms.txt convention.llms-roofing-orlando.txt — niche-specific subset for buy-side LLMs that prefer text-only sources.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": {}}