# The Hill Kinabalu MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-tasutagazo-the-hill-kinabalu
- Repository: https://github.com/tasutagazo/fortress
- Website: https://thehillkinabalu.com

## Install
- Endpoint: https://thehillkinabalu.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://thehillkinabalu.com/mcp

## Tools
- list_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. Endpoint: https://thehillkinabalu.com/mcp
- check_room_availability (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. Endpoint: https://thehillkinabalu.com/mcp
- generate_booking_link (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. Endpoint: https://thehillkinabalu.com/mcp
- get_wedding_information (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. Endpoint: https://thehillkinabalu.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.tasutagazo
- Version: 1.3.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 26, 2026
- Source: https://registry.modelcontextprotocol.io
