Wanakahaus-mcp
Wanaka Haus — booking MCP server
Book Wanaka Haus, an Architectural Passive home holiday rental in Wānaka, New Zealand (sleeps 8, 4 bedrooms), directly from any MCP-capable agent. No API key, account or registration — payment happens on a hosted Stripe Checkout page, so the agent never touches card data.
This repo holds the public metadata for the remote MCP server hosted at
https://wanakahaus.nz/api/mcp. There is nothing to install or run.
Connect
{
"mcpServers": {
"wanakahaus": {
"type": "streamable-http",
"url": "https://wanakahaus.nz/api/mcp"
}
}
}Listed in the official MCP registry as
nz.wanakahaus/booking.
Tools
Tool | What it does |
| Open and booked nights in a date window, up to 18 months ahead |
| Itemised NZD total for a stay, with stay rules validated |
| Atomically holds the dates (30 min) and returns a Stripe Checkout URL |
| Booking status: held, confirmed, cancelled or lapsed |
| Cancels under the published policy; requires the guest email |
Equivalent REST surface
The same engine is exposed as a keyless REST API, documented for agents at:
/llms.txt— start here/agent.json— capability manifest, policies, structured cancellation tiers and peak periods/openapi.json— OpenAPI 3.1 spec/availability.json— live availability feed (refreshes every minute)
Contact
hello@wanakahaus.nz — a human replies within a day.