mcpbeat

The Hill Kinabalu MCP Server

io.github.tasutagazo/the-hill-kinabalu
not responding

The Hill Kinabalu is listed as active in the registry but did not answer our last check. It exposes 4 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
0.0%
Uptime 24h
0 of 91 checks
4
Tools
read from the server
121 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add the-hill-kinabalu --transport http https://thehillkinabalu.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "the-hill-kinabalu": {
      "url": "https://thehillkinabalu.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.the-hill-kinabalu]
url = "https://thehillkinabalu.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "the-hill-kinabalu": {
      "url": "https://thehillkinabalu.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "the-hill-kinabalu": {
      "url": "https://thehillkinabalu.com/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

generate
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.
room
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.
rooms
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.
wedding
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.

Endpoints

URLTransportStateLatencyChecked
https://thehillkinabalu.com/mcp streamable-http answering 121 ms 9 min ago

The Hill Kinabalu — questions

Answers built from our own checks of this server.

What can The Hill Kinabalu do?
It exposes 4 tools, read directly from the server on our last check. Among them: check_room_availability, generate_booking_link, get_wedding_information, list_rooms. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is The Hill Kinabalu working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 121 ms. The bar chart above shows every period we have measured.
Is The Hill Kinabalu still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists The Hill Kinabalu as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect The Hill Kinabalu?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does The Hill Kinabalu need an API key?
No. The Hill Kinabalu completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.