eCommerce
wanakahaus.nz
Manages bookings, quotes, and availability for a vacation rental property.
ENDPOINT 1
https://wanakahaus.nz/api/mcp
MCP server metadata
- Name
- wanakahaus
- Version
- 1.0.0
Direct booking for Wanaka Haus, an Architectural Passive home in Wānaka, New Zealand (sleeps 8, NZ$950/night + NZ$180 cleaning, GST included). Typical flow: search_availability → get_quote → create_booking → hand the returned checkout_url to the user for payment → get_booking to confirm. No API key or account is needed. Payment happens only on the hosted Stripe Checkout page — never ask the user for card details.
Known tools 5
search_availabilityOpen and booked nights for Wanaka Haus (sleeps 8, Wānaka NZ) in a date window, up to 18 months ahead.
Inferred read-onlycreate_bookingBook Wanaka Haus: atomically holds the dates for 30 minutes and returns a Stripe Checkout URL.
Inferred read-onlycancel_bookingCancel a Wanaka Haus booking under the published policy (full refund to 14 days before arrival, 50% to 7 days, none inside 7).
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.wanakahaus]
url = "https://wanakahaus.nz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wanakahaus": {
"type": "http",
"url": "https://wanakahaus.nz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wanakahaus
Remote MCP URL: https://wanakahaus.nz/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": {
"wanakahaus": {
"url": "https://wanakahaus.nz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wanakahaus": {
"type": "http",
"url": "https://wanakahaus.nz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wanakahaus",
"transport": "streamable-http",
"url": "https://wanakahaus.nz/api/mcp"
}
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 wanakahaus.nz was fetched 2026-07-31T14:07:41.746Z.
wanakahaus.nz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.