{
  "name": "staylocoworks_compliance",
  "version": "1.0.0",
  "tools": [
    {"name": "list_staylocoworks_offers", "description": "List live compliance offers with Stripe checkout URLs", "inputSchema": {"type": "object", "properties": {"tier": {"type": "string", "enum": ["all", "foundation", "program", "enterprise"]}}}},
    {"name": "match_staylocoworks_offer", "description": "Match demand to tier + checkout + referral intake", "inputSchema": {"type": "object", "properties": {"demand": {"type": "string"}, "agent_id": {"type": "string"}}, "required": ["demand"]}},
    {"name": "get_staylocoworks_acquisition_router", "description": "Full acquisition router document", "inputSchema": {"type": "object", "properties": {}}}
  ],
  "policy": {"autonomous_checkout": false, "human_consent_required": true}
}
