← Registry

Productivity

whanne.com

An MCP server that provides live business profiles, checks appointment availability, and creates bookings after explicit user approval.

1 endpoint3 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://www.whanne.com/mcp

No auth detected

MCP server metadata

Name
whanne-nail-spa
Version
1.0.0
Capabilities
tools
Server instructions

Show the privacy policy before collecting personal data, read the live business profile, check availability immediately before booking, and set userConfirmed=true only after the customer explicitly confirms all details.

Known tools 3

get_business_profile

Return live business details, opening hours, services, current prices, reviews, and booking instructions from the same database as the website.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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