{
  "$schema": "https://modelcontextprotocol.io/schemas/2026-01-01/server-card.json",
  "serverInfo": {
    "name": "sport-clips-south-florida",
    "title": "Sport Clips Haircuts \u2014 South Florida",
    "version": "1.0.0",
    "description": "Locations, hours, services, and current offers for the four Sport Clips franchise stores in Palm Beach County, Florida (Lake Worth, Jupiter, Wellington, Royal Palm Beach).",
    "websiteUrl": "https://menshairpalmbeach.com",
    "icons": [
      {
        "src": "https://menshairpalmbeach.com/images/sport-clips-logo.png",
        "sizes": "any",
        "mimeType": "image/png"
      }
    ]
  },
  "endpoint": "https://menshairpalmbeach.com/mcp",
  "transport": "streamable-http",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://menshairpalmbeach.com/mcp"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://menshairpalmbeach.com/mcp"
    }
  ],
  "protocolVersion": "2025-06-18",
  "authentication": {
    "type": "none",
    "description": "Public read-only server. No credentials required."
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": {}
  },
  "tools": [
    {
      "name": "list_locations",
      "description": "List all Sport Clips locations in Palm Beach County with address, phone, and hours."
    },
    {
      "name": "get_location",
      "description": "Get full detail for one location by slug or city name, including FAQs, directions, and neighborhoods served."
    },
    {
      "name": "find_nearest_location",
      "description": "Find the closest Sport Clips location to a latitude/longitude or a Florida ZIP code."
    },
    {
      "name": "get_hours",
      "description": "Get opening hours for one or all locations, and whether a location is open right now."
    },
    {
      "name": "list_services",
      "description": "List haircut and grooming services, including what the signature MVP Experience includes."
    },
    {
      "name": "list_offers",
      "description": "List current coupons and promotional offers with codes and expiration dates."
    },
    {
      "name": "get_check_in_info",
      "description": "Get the online check-in URL and mobile app links for joining the lineup before arriving."
    }
  ],
  "resources": [
    {
      "uri": "https://menshairpalmbeach.com/llms-full.txt",
      "name": "Full site corpus",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://menshairpalmbeach.com/api/stores.json",
      "name": "Store data",
      "mimeType": "application/json"
    }
  ],
  "documentation": "https://menshairpalmbeach.com/auth.md",
  "privacyPolicy": null,
  "contact": {
    "name": "Team Sachse \u2014 Sport Clips Franchisee",
    "url": "https://menshairpalmbeach.com",
    "facebook": "https://www.facebook.com/TeamSachseSportClips",
    "note": "No email contact is published. Phone numbers for each of the four stores are in /api/stores.json."
  }
}
