{
  "schemaVersion": "2025-06-18",
  "name": "magical-waxing-franchise",
  "version": "1.0.0",
  "description": "MCP server for Magical Waxing® Franchise. Exposes location lookup, competitor comparison, and franchise inquiry submission.",
  "transport": "streamable-http",
  "endpoint": "https://magicalwaxingfranchise.com/api/mcp",
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "get_locations",
      "description": "List Magical Waxing corporate salon locations in metro Atlanta."
    },
    {
      "name": "compare_to",
      "description": "Compare Magical Waxing vs. a named competitor brand."
    },
    {
      "name": "submit_franchise_inquiry",
      "description": "Submit a franchise inquiry on behalf of a prospect (requires user consent)."
    }
  ],
  "documentation": "https://magicalwaxingfranchise.com/llms.txt"
}