Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

GetMyHotels

com.getmyhotels/getmyhotels

Search hotels, get live prices, and check out in chat. Guest search needs no sign-in.

Uptime
100.0%
1 direct probes · 30d
Response
2054ms
last probe
Tools
18
callable
Resources
3
readable
Prompts
0
available

Tools · 18

search

Search GetMyHotels for hotels matching a query. Returns a list of results with ids that can be passed to `fetch` for full details. Provide the destination and travel dates in the query.

fetch

Fetch the full record for a result id returned by `search` (a hotel) or for a booking reference (prefixed 'bk_'). Returns a document with id, title, text, url, and metadata.

search_hotels

Search live hotel availability for a destination and date range. Returns a price-sorted list of hotels (JSON in the text), each with a `ref` and its cheapest bookable room's `supplierRoomId`. To book:…

get_rooms

List the bookable rooms for ONE hotel and date range. Each room's `supplierRoomId` is what you pass to `get_checkout_quote` / `create_checkout`. Use the hotel `ref` from `search_hotels` or `search`. C…

get_hotel_details

Get full property details (description, amenities, photos, policies, location) for a hotel, identified by its `ref` from `search_hotels` (or its supplierCode + supplierHotelId).

get_checkout_quote

Re-price a specific room live against the supplier before checkout (no booking, no charge). Use the `supplierRoomId` and price/currency from `search_hotels`. Returns the authoritative grand total, a `…

create_checkout

Create a secure checkout for a chosen hotel room and return a getmyhotels.com URL where the guest completes payment. This does NOT charge the card — the guest pays on the hosted page. Confirm the hote…

get_booking

Look up a hotel booking by its management token (sent in the confirmation email). Returns the booking status, hotel, dates, and guest details.

list_trips

List the signed-in user's saved trips (itineraries).

save_trip

Create a new saved trip (itinerary) for the signed-in user.

add_trip_item

Add an item (hotel, flight, activity, etc.) to a saved trip on a given day.

list_my_bookings

List the signed-in user's hotel bookings.

get_my_booking

Get full details of one of the signed-in user's bookings by its public id.

request_booking_action_code

Email a 6-digit verification code to the booking owner, required before cancelling or modifying a booking. Step 1 of 2 — then call `cancel_booking`/`modify_booking` with the code.

cancel_booking

Cancel one of the signed-in user's bookings. Requires the 6-digit `verificationCode` from `request_booking_action_code`. This may be irreversible and can trigger a refund per policy.

modify_booking

Change one of the signed-in user's bookings. Requires the 6-digit `verificationCode` from `request_booking_action_code`. Special-request edits always apply. A DATE change is pushed to the hotel suppli…

list_payment_methods

List the signed-in user's saved payment cards (brand, last 4, expiry, default). Use the returned `publicId` with `create_one_click_checkout` to pre-select a card.

create_one_click_checkout

Create a checkout for the signed-in user with a saved card pre-selected, and return a getmyhotels.com URL where they confirm + pay in one click. Does NOT charge the card — the user confirms on the hos…

Resources · 3

Hotel results

Interactive hotel results grid + map

ui://hotels/results-1cc41gk2zh.html
Hotel detail

Hotel detail with photos, map, reviews, and bookable rooms

ui://hotels/detail-2994cuhbwx.html
Checkout

Booking summary with a secure pay-on-getmyhotels link

ui://hotels/checkout-260aauv8zq.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "getmyhotels": {
      "url": "https://mcp.getmyhotels.com/mcp",
      "transport": "http"
    }
  }
}