← whanne.com

INDIVIDUAL MCP TOOL

get_availability

Return genuinely available appointment times for a date in Asia/Bangkok after closed days, opening hours, existing bookings, and configured capacity are applied.

whanne.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.whanne.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_availability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

whanne.com

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.whanne-nail-spa]
url = "https://www.whanne.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "whanne-nail-spa": {
      "type": "http",
      "url": "https://www.whanne.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: whanne-nail-spa
Remote MCP URL: https://www.whanne.com/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": {
    "whanne-nail-spa": {
      "url": "https://www.whanne.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "whanne-nail-spa": {
      "type": "http",
      "url": "https://www.whanne.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "whanne-nail-spa",
  "transport": "streamable-http",
  "url": "https://www.whanne.com/mcp"
}
MCP Inspector

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

Related tools

  • get_business_profile — Return live business details, opening hours, services, current prices, reviews, and booking instructions from the same database as the website.
  • create_booking — Create a real appointment request only after showing https://www.whanne.com/en/privacy-policy and receiving the customer's explicit approval of the service, date, time, name, and phone number.