INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://thehillkinabalu.com/mcp
Connect to this endpoint to inspect the live schema for get_wedding_information and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.the-hill-kinabalu-public-information]
url = "https://thehillkinabalu.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-hill-kinabalu-public-information": {
"type": "http",
"url": "https://thehillkinabalu.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-hill-kinabalu-public-information
Remote MCP URL: https://thehillkinabalu.com/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": {
"the-hill-kinabalu-public-information": {
"url": "https://thehillkinabalu.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-hill-kinabalu-public-information": {
"type": "http",
"url": "https://thehillkinabalu.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-hill-kinabalu-public-information",
"transport": "streamable-http",
"url": "https://thehillkinabalu.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.check_room_availability— Check The Hill Kinabalu room availability for an exact stay and party size.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.