# Getmyhotels Com Mcp

> GetMyHotels MCP connector — search hotels, get live prices, and check out in chat. Remote MCP server at mcp.getmyhotels.com.

- **Type:** MCP server
- **Install:** `agentstack add mcp-getmyhotels-com-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [getmyhotels-com](https://agentstack.voostack.com/s/getmyhotels-com)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [getmyhotels-com](https://github.com/getmyhotels-com)
- **Source:** https://github.com/getmyhotels-com/mcp
- **Website:** https://www.getmyhotels.com/mcp

## Install

```sh
agentstack add mcp-getmyhotels-com-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# GetMyHotels · MCP Connector

> Search real hotels, get live prices, and check out — right inside your AI assistant.

**GetMyHotels** is a hosted [Model Context Protocol](https://modelcontextprotocol.io) server
that connects Claude, ChatGPT, Cursor, and any MCP-compatible client to live hotel
inventory. Search real availability and prices, compare options with interactive
widgets, and complete a payment-first checkout — all from chat.

|  |  |
| --- | --- |
| **Connector URL** | `https://mcp.getmyhotels.com` |
| **Transport** | Streamable HTTP |
| **Auth** | OAuth 2.1 + Dynamic Client Registration (guest search needs no sign-in) |
| **Registry** | [`com.getmyhotels/getmyhotels`](https://registry.modelcontextprotocol.io/v0/servers?search=getmyhotels) |
| **Docs & site** |  |

> This repository is the **public home** for the connector — setup guides, the tool
> reference, and the registry manifest ([`server.json`](./server.json)). The server
> implementation itself is proprietary and is not included here.

## Add the connector

### Claude (claude.ai or Claude Desktop)
Settings → **Connectors** → **Add custom connector** → paste `https://mcp.getmyhotels.com` → **Connect**.
Guest search works immediately; signed-in tools trigger an OAuth sign-in the first time you use them.

### ChatGPT (Developer mode)
Settings → **Connectors** → **Create** → paste `https://mcp.getmyhotels.com`.

### Cursor / other MCP clients
Add a **remote** MCP server pointing at `https://mcp.getmyhotels.com`.

## Authentication

- **No sign-in needed** for search, pricing, hotel details, and creating a checkout link.
- **OAuth 2.1** unlocks saved trips, booking management, saved cards, and one-click
  checkout. Clients register automatically via **Dynamic Client Registration** —
  there is nothing to configure.

## Tools

### Search & research — no sign-in
| Tool | Description |
| --- | --- |
| `search_hotels` | Search live availability and prices for a destination and dates; returns a price-sorted list, each hotel with a `ref`. |
| `get_rooms` | List the bookable rooms for one hotel and date range. |
| `get_hotel_details` | Full property details: description, amenities, photos, policies, location. |
| `get_checkout_quote` | Re-price a specific room live against the supplier (no booking, no charge). |
| `search` / `fetch` | Research-style search and fetch-by-id (hotels and booking references). |
| `get_booking` | Look up a booking by the management token from its confirmation email. |

### Checkout
| Tool | Description |
| --- | --- |
| `create_checkout` | Create a secure getmyhotels.com checkout URL for a chosen room. **Does not charge the card** — the guest completes payment on our site. |

### Your account — sign-in required
| Tool | Description |
| --- | --- |
| `list_trips` · `save_trip` · `add_trip_item` | Create and manage saved trips / itineraries. |
| `list_my_bookings` · `get_my_booking` | View your hotel bookings. |
| `request_booking_action_code` | Email a 6-digit code — required before cancel/modify. |
| `cancel_booking` · `modify_booking` | Cancel or change a booking (needs the 6-digit code). |
| `list_payment_methods` | List your saved cards. |
| `create_one_click_checkout` | Create a checkout with a saved card pre-selected. |

## Interactive widgets

Three tools return rich, interactive UI (MCP Apps / OpenAI widgets) in supported clients:

- **`search_hotels`** — results grid with photos, ratings, prices, and a map.
- **`get_rooms`** — hotel detail with a photo carousel, review scores, amenities, and rooms.
- **`create_checkout`** — a checkout card with the price breakdown and a pay button.

## Example prompts

- "Find a 4-star hotel in Barcelona for Sep 10–12 for 2 adults, refundable only."
- "Show me the rooms at that hotel and give me the live price."
- "Start a checkout for the cheapest room."
- "List my upcoming bookings." *(signs you in)*
- "Cancel my booking at that hotel." *(emails a code, then confirms)*

## Safety & privacy

- Card numbers never pass through the model — payment happens on getmyhotels.com.
- Cancelling or modifying a booking requires a one-time code emailed to the booking owner.
- Guest tool outputs are scrubbed of internal identifiers and personal data.

## Links

- **Website:** 
- **Connector docs:** 
- **MCP Registry:** `com.getmyhotels/getmyhotels` — 

## License

[MIT](./LICENSE) © getmyhotels.com

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [getmyhotels-com](https://github.com/getmyhotels-com)
- **Source:** [getmyhotels-com/mcp](https://github.com/getmyhotels-com/mcp)
- **License:** MIT
- **Homepage:** https://www.getmyhotels.com/mcp

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-getmyhotels-com-mcp
- Seller: https://agentstack.voostack.com/s/getmyhotels-com
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
