# nz.wanakahaus/booking (remote · wanakahaus.nz)

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

- Trust score: 69/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `wanakahaus.nz`: 69/100 (this document), [markdown](https://verifymcp.io/servers/nz-wanakahaus-booking/api-mcp.md), [page](https://verifymcp.io/servers/nz-wanakahaus-booking/api-mcp)

## Channel facts

- Endpoint: `https://wanakahaus.nz/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 543 tokens (~108/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http nz-wanakahaus-booking https://wanakahaus.nz/api/mcp
```

### Codex

```toml
[mcp_servers.nz-wanakahaus-booking]
url = "https://wanakahaus.nz/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nz-wanakahaus-booking": {
      "type": "remote",
      "url": "https://wanakahaus.nz/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nz-wanakahaus-booking --url https://wanakahaus.nz/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nz-wanakahaus-booking:
    url: "https://wanakahaus.nz/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "nz-wanakahaus-booking": {
      "type": "http",
      "url": "https://wanakahaus.nz/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 65, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-28 (score 65)

First indexed and scored.

## MCP tools (5)

### `search_availability` (~89 tokens)

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.

Input parameters:

- `from` (string): Window start, YYYY-MM-DD. Defaults to today.
- `to` (string): Window end, YYYY-MM-DD. Defaults to 18 months out.

### `get_quote` (~88 tokens)

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.

Input parameters:

- `check_in` (string, required): YYYY-MM-DD
- `check_out` (string, required): YYYY-MM-DD, exclusive — the morning the guests leave
- `guests` (integer, required)

### `create_booking` (~142 tokens)

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 an agent wallet's one-time card). No account or API key needed.

Input parameters:

- `check_in` (string, required): YYYY-MM-DD
- `check_out` (string, required): YYYY-MM-DD
- `guest_email` (string, required): The guest's real email — confirmation and door code go here, and it is required to cancel
- `guest_name` (string, required): The guest's full name
- `guests` (integer, required)
- `notes` (string)

### `get_booking` (~53 tokens)

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

Input parameters:

- `id` (string, required): The booking id, e.g. bk_1a2b3c4d5e6f

### `cancel_booking` (~75 tokens)

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.

Input parameters:

- `guest_email` (string, required): Must match the email the booking was made with
- `id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/nz-wanakahaus-booking/api-mcp#diagnostics

## Score history

- 2026-08-04: 69
- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 66
- 2026-07-29: 65
- 2026-07-28: 65

## Links

- Remote endpoint: https://wanakahaus.nz/api/mcp
- Website: https://wanakahaus.nz/
- Changelog RSS feed: https://verifymcp.io/servers/nz-wanakahaus-booking/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nz-wanakahaus-booking/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nz-wanakahaus-booking/api-mcp
