Productivity
whanne.com
An MCP server that provides live business profiles, checks appointment availability, and creates bookings after explicit user approval.
ENDPOINT 1
https://www.whanne.com/mcp
MCP server metadata
- Name
- whanne-nail-spa
- Version
- 1.0.0
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_profileReturn live business details, opening hours, services, current prices, reviews, and booking instructions from the same database as the website.
Inferred read-onlyget_availabilityReturn genuinely available appointment times for a date in Asia/Bangkok after closed days, opening hours, existing bookings, and configured capacity are applied.
Inferred read-onlycreate_bookingCreate 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.