Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

GetMyHotels

REMOTE · MCP.GETMYHOTELS.COM · SCANNED SEP 25

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

0 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security51
Transport & Reachability100
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3427 tokens (~163/item across 21 items; 18 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 18 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the GetMyHotels MCP server?

GetMyHotels is a hosted endpoint at https://mcp.getmyhotels.com/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.getmyhotels.com

# add to Claude Code
claude mcp add --transport http com-getmyhotels-getmyhotels 'https://mcp.getmyhotels.com/'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-getmyhotels-getmyhotels": {
      "url": "https://mcp.getmyhotels.com/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-getmyhotels-getmyhotels": {
      "type": "http",
      "url": "https://mcp.getmyhotels.com/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-getmyhotels-getmyhotels]
url = "https://mcp.getmyhotels.com/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-getmyhotels-getmyhotels": {
      "type": "remote",
      "url": "https://mcp.getmyhotels.com/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-getmyhotels-getmyhotels --url 'https://mcp.getmyhotels.com/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-getmyhotels-getmyhotels:
    url: "https://mcp.getmyhotels.com/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-getmyhotels-getmyhotels": {
      "Transport": "http",
      "Url": "https://mcp.getmyhotels.com/"
    }
  }
}
# add to Vellum
assistant mcp add com-getmyhotels-getmyhotels -t streamable-http -u 'https://mcp.getmyhotels.com/'
// mcp.json
{
  "mcpServers": {
    "com-getmyhotels-getmyhotels": {
      "type": "http",
      "url": "https://mcp.getmyhotels.com/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 17 Sept 26 0
    • Resource “Hotel detail” now points somewhere else: ui://hotels/detail-6hhfrg6gpr.html → ui://hotels/detail-2980e5jnfz.html security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “get_checkout_quote” rewrote its description, which is the text the model reads security
    • Tool “get_rooms” rewrote its description, which is the text the model reads security
    • Tool “search_hotels” rewrote its description, which is the text the model reads security
    • “create_checkout” added an optional parameter “offerRef” cosmetic
    • “create_one_click_checkout” added an optional parameter “offerRef” cosmetic
    • “get_checkout_quote” added an optional parameter “offerRef” cosmetic
    • “create_checkout” made “supplierRoomId” optional cosmetic
    • “create_one_click_checkout” made “supplierRoomId” optional cosmetic
    • “get_checkout_quote” made “supplierRoomId” optional cosmetic
  • 11 Sept 26 0
    • Resource “Checkout” now points somewhere else: ui://hotels/checkout-260aauv8zq.html → ui://hotels/checkout-3nrahv75ms.html security
    • Resource “Hotel detail” now points somewhere else: ui://hotels/detail-2994cuhbwx.html → ui://hotels/detail-6hhfrg6gpr.html security
    • Resource “Hotel results” now points somewhere else: ui://hotels/results-1cc41gk2zh.html → ui://hotels/results-1ejhlcjw8f.html security
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 17 Aug 26 0
    • Resource “Checkout” now points somewhere else: ui://hotels/checkout-1tohb9dxfg.html → ui://hotels/checkout-260aauv8zq.html security
    • Resource “Hotel detail” now points somewhere else: ui://hotels/detail-33idwby4yq.html → ui://hotels/detail-2994cuhbwx.html security
    • Resource “Hotel results” now points somewhere else: ui://hotels/results-267p77pytx.html → ui://hotels/results-1cc41gk2zh.html security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://mcp.getmyhotels.com

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=getmyhotels.com CN=WE1,O=Google Trust Services,C=US 30 Aug 2026 28 Nov 2026 ECDSA 256 ECDSA-SHA256 60453811b60bec911397c28e820ecd69
SANs: getmyhotels.com, mcp.getmyhotels.com, *.mcp.getmyhotels.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.getmyhotels.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
getmyhotels.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
content-security-policy default-src 'none'; frame-ancestors 'none'; base-uri 'none'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), payment=(), interest-cohort=(), browsing-topics=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.getmyhotels.com Verified 200
http (plaintext) http://mcp.getmyhotels.com Inconclusive 405
MCP tools · 18 exposed · ~2,950 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_trip_item ~121

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

NameTypeReqDescription
dayintegeryesDay number within the trip.
descriptionstring–Optional notes (≤2000 chars).
itineraryPublicIdstringyesThe trip's public id (from `list_trips`/`save_trip`).
sortOrderinteger–Order within the day (default 0).
titlestringyesItem title (1-255 chars).
typestringyesItem type.

No output schema declared.

No examples provided.

cancel_booking ~91

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.

NameTypeReqDescription
publicIdstringyesThe booking's public id.
reasonstring–Optional cancellation reason (≤1000 chars).
verificationCodestringyes6-digit code from `request_booking_action_code`.

No output schema declared.

No examples provided.

create_checkout ~389

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 hotel, room, dates, and price with the user before calling. Call `get_checkout_quote` first to confirm the live price.

NameTypeReqDescription
adultsinteger–Adults (default 2).
checkInstringyesCheck-in date, ISO 8601 (YYYY-MM-DD).
checkOutstringyesCheck-out date, ISO 8601 (YYYY-MM-DD).
childreninteger–Children (default 0).
childrenAgesarray–Age of each child.
currencystringyesISO 4217 currency of `price`/`totalPrice` (e.g. 'USD').
hotelNamestringyesHotel name (from `search_hotels`).
offerRefstring–Opaque room offer from get_rooms.
pricenumberyesTotal to charge for the WHOLE stay (use `grandTotal` from `get_checkout_quote` verbatim — do not multiply it by the number of nights).
refstring–Hotel `ref` from `search_hotels` (e.g. 'TBO:1402689'). Alternative to supplierCode + supplierHotelId.
roomNamestringyesRoom name (from the chosen room).
roomsinteger–Rooms (default 1).
supplierCodestring–Supplier code (from `search_hotels`). Required if `ref` is omitted.
supplierHotelIdstring–Supplier hotel id (from `search_hotels`). Required if `ref` is omitted.
supplierRoomIdstring–Bookable room/rate id from the chosen room in `search_hotels`.

No output schema declared.

No examples provided.

create_one_click_checkout ~349

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 hosted page. Get the `savedPaymentMethodPublicId` from `list_payment_methods`. Confirm the hotel, room, dates, and price with the user first.

NameTypeReqDescription
adultsinteger–Adults (default 2).
checkInstringyesCheck-in date, ISO 8601.
checkOutstringyesCheck-out date, ISO 8601.
childreninteger–Children (default 0).
currencystringyesISO 4217 currency (e.g. 'USD').
hotelNamestringyesHotel name.
offerRefstring–Opaque room offer from get_rooms.
pricenumberyesTotal for the WHOLE stay (use `grandTotal` from `get_checkout_quote` verbatim — do not multiply it by the number of nights).
refstring–Hotel `ref` from `search_hotels` (e.g. 'TBO:1402689').
roomNamestringyesRoom name.
roomsinteger–Rooms (default 1).
savedPaymentMethodPublicIdstringyesSaved card `publicId` from `list_payment_methods`.
supplierCodestring–Supplier code (if `ref` omitted).
supplierHotelIdstring–Supplier hotel id (if `ref` omitted).
supplierRoomIdstring–Bookable room/rate id from `search_hotels`.

No output schema declared.

No examples provided.

fetch ~76

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.

NameTypeReqDescription
idstringyesAn id from `search` results, or a 'bk_'-prefixed booking ref.

No output schema declared.

No examples provided.

get_booking ~55

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

NameTypeReqDescription
bookingTokenstringyesThe booking management token from the confirmation email/URL.

No output schema declared.

No examples provided.

get_checkout_quote ~351

Re-price a specific room live against the supplier before checkout (no booking, no charge). Use the `offerRef` and price/currency from `get_rooms`. Returns the authoritative grand total, a `rateValidUntil` timestamp, and any taxes/fees.

NameTypeReqDescription
adultsinteger–Adults (default 2).
checkInstringyesCheck-in date, ISO 8601 (YYYY-MM-DD).
checkOutstringyesCheck-out date, ISO 8601 (YYYY-MM-DD).
childreninteger–Children (default 0).
childrenAgesarray–Age of each child.
currencystringyesISO 4217 currency of `price`/`totalPrice` (e.g. 'USD').
offerRefstring–Opaque room offer from get_rooms.
promoCodestring–Optional promo code.
refstring–Hotel `ref` from `search_hotels` (e.g. 'TBO:1402689'). Alternative to supplierCode + supplierHotelId.
roomsinteger–Rooms (default 1).
supplierCodestring–Supplier code (from `search_hotels`). Required if `ref` is omitted.
supplierHotelIdstring–Supplier hotel id (from `search_hotels`). Required if `ref` is omitted.
supplierRoomIdstring–Bookable room/rate id from the chosen room in `search_hotels`.
totalPricenumberyesThe room's price from `search_hotels` — the TOTAL for the whole stay, not a nightly rate (used to detect price changes).

No output schema declared.

No examples provided.

get_hotel_details ~108

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

NameTypeReqDescription
refstring–The hotel `ref` from search (e.g. 'tbo:1360717').
supplierCodestring–Alternative to `ref`: supplier code.
supplierHotelIdstring–Alternative to `ref`: supplier hotel id.

No output schema declared.

No examples provided.

get_my_booking ~38

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

NameTypeReqDescription
publicIdstringyesThe booking's public id.

No output schema declared.

No examples provided.

get_rooms ~209

List the bookable rooms for ONE hotel and date range. Each room's `offerRef` is what you pass to `get_checkout_quote` / `create_checkout`. Use the hotel `ref` from `search_hotels` or `search`. Call this to see all of a chosen hotel's rooms, or to refresh availability before checkout.

NameTypeReqDescription
adultsinteger–Adults (default 2).
checkInstringyesCheck-in date, ISO 8601 (YYYY-MM-DD).
checkOutstringyesCheck-out date, ISO 8601 (YYYY-MM-DD).
childreninteger–Children (default 0).
refstring–The hotel `ref` from search (e.g. 'tbo:1360717').
roomsinteger–Rooms (default 1).
supplierCodestring–Alternative to `ref`: supplier code.
supplierHotelIdstring–Alternative to `ref`: supplier hotel id.

No output schema declared.

No examples provided.

list_my_bookings ~44

List the signed-in user's hotel bookings.

NameTypeReqDescription
limitinteger–Page size (default 20).
pageinteger–Page number (default 1).

No output schema declared.

No examples provided.

list_payment_methods ~48

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_trips ~21

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

modify_booking ~259

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 supplier as a cancel-and-rebook at current availability, so it only works for suppliers that support amendment — for others (and when no room is available for the new dates) it returns an error asking you to cancel and rebook instead. A date change can shift the price and issue a new confirmation; the result's `supplierModifyStatus` says whether the supplier reservation was actually changed (`modified`), simulated (`simulated`), or the edit stayed local (`local_only`, e.g. special requests only). Never promise a date change went through unless `supplierModifyStatus` is `modified` or `simulated`.

NameTypeReqDescription
checkInstring–New check-in date, ISO 8601 (optional).
checkOutstring–New check-out date, ISO 8601 (optional).
publicIdstringyesThe booking's public id.
specialRequestsstring–New special requests (≤2000 chars, optional).
verificationCodestringyes6-digit code from `request_booking_action_code`.

No output schema declared.

No examples provided.

request_booking_action_code ~78

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.

NameTypeReqDescription
actionstringyesWhich action the code authorizes.
publicIdstringyesThe booking's public id.

No output schema declared.

No examples provided.

save_trip ~121

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

NameTypeReqDescription
budgetnumber–Optional total budget.
budgetCurrencystring–ISO 4217 currency for the budget (e.g. 'USD').
descriptionstring–Optional notes (≤4000 chars).
endDatestringyesTrip end, ISO 8601 (YYYY-MM-DD).
startDatestringyesTrip start, ISO 8601 (YYYY-MM-DD).
titlestringyesTrip title (1-255 chars).

No output schema declared.

No examples provided.

search ~283

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.

NameTypeReqDescription
adultsinteger–Adults (1-10). Default 2.
checkInstring–Check-in date, ISO 8601 (YYYY-MM-DD).
checkOutstring–Check-out date, ISO 8601 (YYYY-MM-DD). Must be after check-in.
childreninteger–Children (0-6). Default 0.
childrenAgesarray–Age of each child at check-in. Length should equal `children`.
destinationstring–City, region, or place to search (e.g. 'Paris', 'Goa', 'Lower Manhattan').
guestNationalitystring–ISO 3166-1 alpha-2 guest nationality (e.g. 'US', 'GB'). Affects supplier pricing.
keywordsstring–Optional free-text preferences, e.g. 'beachfront pool spa'.
querystringyesNatural-language search, e.g. 'hotels in Lisbon 2026-08-10 to 2026-08-14 for 2 adults'.
roomsinteger–Rooms (1-6). Default 1.

No output schema declared.

No examples provided.

search_hotels ~309

Search live hotel availability for a destination and date range. Returns a price-sorted list of hotels (JSON in the text), each with an opaque `ref` and an indicative stay price. To book: call `get_rooms` and pass the chosen room's `offerRef` to `get_checkout_quote` then `create_checkout`. For a hotel's other rooms (or a hotel not in the list), call `get_rooms`. Narrow with `keywords` (a hotel name, area, or amenities).

NameTypeReqDescription
adultsinteger–Adults (1-10). Default 2.
checkInstringyesCheck-in date, ISO 8601 (YYYY-MM-DD).
checkOutstringyesCheck-out date, ISO 8601 (YYYY-MM-DD). Must be after check-in.
childreninteger–Children (0-6). Default 0.
childrenAgesarray–Age of each child at check-in. Length should equal `children`.
destinationstringyesCity, region, or place to search (e.g. 'Paris', 'Goa', 'Lower Manhattan').
guestNationalitystring–ISO 3166-1 alpha-2 guest nationality (e.g. 'US', 'GB'). Affects supplier pricing.
keywordsstring–Optional free-text preferences, e.g. 'beachfront pool spa'.
roomsinteger–Rooms (1-6). Default 1.

No output schema declared.

No examples provided.

Common questions

What is the GetMyHotels MCP server?

GetMyHotels is an MCP server listed in the public MCP registry as com.getmyhotels/getmyhotels. Search hotels, get live prices, and check out in chat. Guest search needs no sign-in. This page covers its hosted endpoint (https://mcp.getmyhotels.com).

Is the GetMyHotels MCP server safe to use?

GetMyHotels scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the GetMyHotels MCP server expose?

GetMyHotels exposes 18 tools: search, fetch, search_hotels, get_rooms, get_hotel_details, and 13 more. Their descriptions and schemas cost roughly 2,950 tokens of context every time the server is loaded.

Does the GetMyHotels MCP server require authentication?

No. We connected to GetMyHotels without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the GetMyHotels MCP server still maintained?

GetMyHotels is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.