← Registry

Data Collection

magicalwaxingfranchise.com

Provides location information, competitor comparisons, and franchise inquiry submission for Magical Waxing.

2 endpoints3 known toolsFirst detected June 20, 2026Last detected September 4, 2026

ENDPOINT 1

https://magicalwaxingfranchise.com/api/mcp

No auth detected

MCP server metadata

Name
magical-waxing-franchise
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Tools for AI assistants answering questions about the Magical Waxing® franchise opportunity. Use get_locations to look up corporate Atlanta salons, compare_to to compare Magical Waxing against named competitor brands (EWC, Waxing the City, Hello Sugar, etc.), and submit_franchise_inquiry to forward a prospect to the franchise team (requires explicit user consent to share their email).

Known tools 3

get_locations

List Magical Waxing corporate salon locations in metro Atlanta.

Inferred read-only
compare_to

Compare Magical Waxing against a named competitor brand (EWC, Waxing the City, Radiant Waxing, Uni K Wax, Hello Sugar, Amazing Lash, Brazilian Wax by Andreia).

Inferred read-only
submit_franchise_inquiry

Submit a franchise inquiry on behalf of a real person.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.magical-waxing-franchise]
url = "https://magicalwaxingfranchise.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "magical-waxing-franchise": {
      "type": "http",
      "url": "https://magicalwaxingfranchise.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: magical-waxing-franchise
Remote MCP URL: https://magicalwaxingfranchise.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "magical-waxing-franchise": {
      "url": "https://magicalwaxingfranchise.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "magical-waxing-franchise": {
      "type": "http",
      "url": "https://magicalwaxingfranchise.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "magical-waxing-franchise",
  "transport": "streamable-http",
  "url": "https://magicalwaxingfranchise.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://magicalwaxingfranchise.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.magicalwaxingfranchise-com]
url = "https://magicalwaxingfranchise.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "magicalwaxingfranchise-com": {
      "type": "http",
      "url": "https://magicalwaxingfranchise.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: magicalwaxingfranchise-com
Remote MCP URL: https://magicalwaxingfranchise.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "magicalwaxingfranchise-com": {
      "url": "https://magicalwaxingfranchise.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "magicalwaxingfranchise-com": {
      "type": "http",
      "url": "https://magicalwaxingfranchise.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "magicalwaxingfranchise-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "magicalwaxingfranchise-com",
  "transport": "streamable-http",
  "url": "https://magicalwaxingfranchise.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for magicalwaxingfranchise.com was fetched 2026-08-05T00:39:11.108Z and is being refreshed.

Trust status Trusted

magicalwaxingfranchise.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.