← wanakahaus.nz

INDIVIDUAL MCP TOOL

create_booking

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

wanakahaus.nznone authenticationAvailability not checked

LIVE ENDPOINT

https://wanakahaus.nz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_booking and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

wanakahaus.nz

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.

Related tools

  • search_availability — Open and booked nights for Wanaka Haus (sleeps 8, Wānaka NZ) in a date window, up to 18 months ahead.
  • get_quote — Itemised NZD total for a stay at Wanaka Haus.
  • 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).