← Registry

eCommerce

wanakahaus.nz

Manages bookings, quotes, and availability for a vacation rental property.

1 endpoint5 known toolsFirst detected July 28, 2026Last detected July 30, 2026

ENDPOINT 1

https://wanakahaus.nz/api/mcp

No auth detected

MCP server metadata

Name
wanakahaus
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_availability

Open and booked nights for Wanaka Haus (sleeps 8, Wānaka NZ) in a date window, up to 18 months ahead.

Inferred read-only
get_quote

Itemised NZD total for a stay at Wanaka Haus.

Inferred read-only
create_booking

Book Wanaka Haus: atomically holds the dates for 30 minutes and returns a Stripe Checkout URL.

Inferred read-only
get_booking

Status of a Wanaka Haus booking: held, confirmed, cancelled or lapsed.

Inferred read-only
cancel_booking

Cancel a Wanaka Haus booking under the published policy (full refund to 14 days before arrival, 50% to 7 days, none inside 7).

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.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.

Trust status Neutral

wanakahaus.nz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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