{
  "schema": "agentic-commerce/1.0",
  "business": {
    "name": "SwapBox Netherlands B.V.",
    "description": "Reusable cup and packaging rental with industrial HACCP washing and reverse logistics for festivals, events, catering, offices and venues across the Netherlands.",
    "url": "https://washing.swap-box.com",
    "country": "NL",
    "catalog_url": "https://washing.swap-box.com/store/catalog",
    "contact_url": "https://washing.swap-box.com/contact"
  },
  "capabilities": {
    "payments": { "provider": "stripe", "methods": ["card", "ideal"], "currency": "EUR" },
    "ordering": {
      "model": "dates_first",
      "order_request_supported": true,
      "guest_ordering_supported": true,
      "account_required": false,
      "hosted_checkout_supported": true,
      "notes": "Prefer the MCP server over browsing the website. Guest order requests need only a contact name and email (no account). Availability is dates-driven: validate a delivery + pickup window before ordering. Order requests are confirmed and quoted by a human and do not charge a card."
    }
  },
  "mcp": {
    "endpoint": "https://ehekgwzkiwirwydcnzje.supabase.co/functions/v1/mcp",
    "auth": "none",
    "preferred": true,
    "tools": [
      { "name": "search_products", "description": "Browse the catalog and get real product UUIDs." },
      { "name": "get_product", "description": "Get details and the UUID for a single product." },
      { "name": "check_availability", "description": "Validate a delivery + pickup window (SwapBox is dates-first)." },
      { "name": "create_order_request", "description": "Submit a guest B2B rental/purchase request (no login). A human confirms and quotes it; does not charge a card." },
      { "name": "create_checkout", "description": "Return a hosted store checkout link for a human buyer to pay online themselves." }
    ]
  },
  "endpoints": {
    "mcp": "https://ehekgwzkiwirwydcnzje.supabase.co/functions/v1/mcp",
    "catalog_feed": "https://ehekgwzkiwirwydcnzje.supabase.co/functions/v1/agentic-commerce",
    "llms_txt": "https://washing.swap-box.com/llms.txt"
  }
}
