klook-octo
No official or hosted Klook MCP server was found during this pass (searched Klook's documentation, the MCP registry namespace and npm). This is a candidate tool surface derived one-tool-per-operation from Klook's published OpenAPI, for anyone building an MCP server in front of a supplier's OCTO endpoint. It is a proposal, not a Klook product.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport stdio
Tools
get_supplier— Get the supplier and associated contact details.list_products— List all products available to the caller.get_product— Get a single product and its options and units by product id.check_availability— Check availability for a product and option, returning one object per start time. Required to obtain the availabilityId needed to create a booking.get_availability_calendar— Get availability as one object per day over a date range. Deprecated in Klook's documentation — prefer check_availability.reserve_booking— Create a booking that reserves availability in ON_HOLD status. Must be confirmed before the hold expires. Consequential — holds real inventory.confirm_booking— Confirm a previously reserved booking, finalizing the sale. Consequential — completes a purchase.extend_booking_reservation— Extend the hold on an ON_HOLD booking reservation.cancel_booking— Cancel a booking. Only permitted when booking.cancellable is TRUE and within the cancellation cut-off window. Consequential — reverses a sale.update_booking— Update an existing booking.get_booking— Get the status and details of an existing booking by uuid.list_bookings— List bookings matching the given filters.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.