# The Hill Kinabalu (remote · thehillkinabalu.com)

Official rooms, live availability, booking links, and wedding info for The Hill Kinabalu.

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

## Components

- remote · `thehillkinabalu.com`: 76/100 (this document), [markdown](https://verifymcp.io/servers/tasutagazo-the-hill-kinabalu/thehillkinabalu.md), [page](https://verifymcp.io/servers/tasutagazo-the-hill-kinabalu/thehillkinabalu)

## Channel facts

- Endpoint: `https://thehillkinabalu.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.0`

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

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 518 tokens (~129/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 tasutagazo-the-hill-kinabalu https://thehillkinabalu.com/mcp
```

### Codex

```toml
[mcp_servers.tasutagazo-the-hill-kinabalu]
url = "https://thehillkinabalu.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tasutagazo-the-hill-kinabalu": {
      "type": "remote",
      "url": "https://thehillkinabalu.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tasutagazo-the-hill-kinabalu --url https://thehillkinabalu.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tasutagazo-the-hill-kinabalu:
    url: "https://thehillkinabalu.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "tasutagazo-the-hill-kinabalu": {
      "type": "http",
      "url": "https://thehillkinabalu.com/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-02 (score 76, +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-07-31 (score 75, +3)

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

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

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

### 2026-07-29 (score 71, +1)

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

### 2026-07-27 (score 70, +1)

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

### 2026-07-26 (score 69)

First indexed and scored.

## MCP tools (4)

### `list_rooms` (~76 tokens)

List rooms

Retrieve The Hill Kinabalu’s official current room catalogue, including room types, indicative weekday and weekend rates, guest capacity, beds, amenities, unit counts, images, and booking links. Use this when someone asks which rooms The Hill Kinabalu offers or what its room rates are. This catalogue does not check availability for specific dates.

Output parameters:

- `apiVersion` (string)
- `meta` (object)
- `property` (object)
- `rooms` (array)

### `check_room_availability` (~158 tokens)

Check room availability

Check The Hill Kinabalu room availability for an exact stay and party size. Before calling, collect check_in_date, check_out_date, and total_pax from the user; never invent missing values. Dates must use YYYY-MM-DD, check-out must be after check-in, and the maximum stay is 30 nights. Returns suitable room-type options and the number of rooms required. This is a read-only availability snapshot and does not create or hold a booking.

Input parameters:

- `check_in_date` (string, required): Guest check-in date in YYYY-MM-DD format.
- `check_out_date` (string, required): Guest check-out date in YYYY-MM-DD format.
- `total_pax` (integer, required): Total number of staying guests, including adults and children.

Output parameters:

- `apiVersion` (string)
- `available` (boolean)
- `availableRoomOptions` (array)
- `meta` (object)
- `property` (object)
- `query` (object)

### `generate_booking_link` (~189 tokens)

Generate booking link

Generate a verified The Hill Kinabalu checkout link only after the guest has supplied room_slug, check_in_date, check_out_date, and total_pax. Use a room_slug returned by check_room_availability. Never invent or calculate nights, room quantity, rates, totals, funnelSessionId, or visitorId: this tool validates availability and derives all of them on the server. If any required value is missing, invalid, or the selected room is unavailable, no checkout link is returned. This creates no booking and holds no inventory.

Input parameters:

- `check_in_date` (string, required): Guest check-in date in YYYY-MM-DD format.
- `check_out_date` (string, required): Guest check-out date in YYYY-MM-DD format.
- `room_slug` (string, required): Exact room slug selected from check_room_availability.
- `total_pax` (integer, required): Total number of staying guests, including adults and children.

Output parameters:

- `apiVersion` (string)
- `checkout` (object)
- `pricing` (object)
- `property` (object)
- `selection` (object)
- `stay` (object)
- `verification` (object)

### `get_wedding_information` (~95 tokens)

Get wedding information

Retrieve The Hill Kinabalu’s official public wedding venue and 2026/2027 package information, including capacity, event sizes, starting package prices, key inclusions, add-ons without prices, payment structures, and enquiry links. Use this when someone asks about weddings, wedding packages, the event venue, guest capacity, package pricing, or how to enquire. This tool does not check date availability or submit an enquiry.

Output parameters:

- `addOns` (array)
- `apiVersion` (string)
- `collection` (object)
- `contact` (object)
- `meta` (object)
- `packages` (array)
- `paymentPlans` (array)
- `property` (object)
- `venue` (object)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tasutagazo-the-hill-kinabalu/thehillkinabalu#diagnostics

## Score history

- 2026-08-03: 76
- 2026-08-02: 76
- 2026-08-01: 75
- 2026-07-31: 75
- 2026-07-30: 72
- 2026-07-29: 71
- 2026-07-28: 70
- 2026-07-27: 70
- 2026-07-26: 69

## Links

- Remote endpoint: https://thehillkinabalu.com/mcp
- Repository: https://github.com/tasutagazo/fortress
- Website: https://thehillkinabalu.com/
- Changelog RSS feed: https://verifymcp.io/servers/tasutagazo-the-hill-kinabalu/thehillkinabalu/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tasutagazo-the-hill-kinabalu/thehillkinabalu/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tasutagazo-the-hill-kinabalu/thehillkinabalu
