Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

nz.wanakahaus/booking

nz.wanakahaus/booking

Book Wanaka Haus, an Architectural Passive home in Wānaka NZ. Availability, quotes, Stripe checkout.

Uptime
100.0%
1 direct probes · 30d
Response
748ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

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. Ranges are check-in inclusive, check-out exclusive.

get_quote

Itemised NZD total for a stay at Wanaka Haus. Validates the stay rules (minimum nights, peak-season minimum, guest cap) and checks the dates are open, before you commit to a booking.

create_booking

Book Wanaka Haus: atomically holds the dates for 30 minutes and returns a Stripe Checkout URL. The booking confirms only when payment completes on that URL — give it to your user to pay (or pay with a…

get_booking

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

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). Requires the guest email the booking was made with.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nz.wanakahaus/booking": {
      "url": "https://wanakahaus.nz/api/mcp",
      "transport": "streamable-http"
    }
  }
}