Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
Parent endpoint
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.the-glow-org]
url = "https://the-glow.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-glow-org": {
"type": "http",
"url": "https://the-glow.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-glow-org
Remote MCP URL: https://the-glow.org/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": {
"the-glow-org": {
"url": "https://the-glow.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-glow-org": {
"type": "http",
"url": "https://the-glow.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-glow-org",
"transport": "streamable-http",
"url": "https://the-glow.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_clinics— Search aesthetic clinics by city, service, availability and verification status.compare_clinics— Compare multiple aesthetic clinics side-by-side on verification, services, availability, and contact methods.get_services— Get agent-bookable service catalog for a specific clinic including pricing, risk level, and booking conditions.get_available_slots— Get available consultation time slots for a clinic.book_consultation— Book a consultation appointment at a clinic.get_booking_status— Get current status and verification object for a booking.cancel_booking— Cancel a booking within the clinic's cancellation policy.reschedule_booking— Reschedule a booking to a new available time slot.