Wyndham MCP Server
Official Wyndham Hotels & Resorts MCP server for searching properties and retrieving hotel details by city, dates, and guest count, with booking handoff to wyndhamhotels.com.
The Wyndham Hotels & Resorts MCP server is an official, provider-hosted connector that exposes Wyndham's global hotel inventory directly to LLMs through the Model Context Protocol. Users add it to Claude as a built-in connector, after which the AI can search Wyndham properties worldwide, return live pricing and amenities for specific dates, and surface detailed property information including room types, policies, and accessibility features.
The server is part of Wyndham's "AI-native" distribution strategy. Rather than completing transactions inside the AI client, the assistant returns a deep link to Wyndham's brand.com site where the guest finalizes the booking. This lets Wyndham capture AI-driven demand without paying typical OTA commission fees. According to public statements from Wyndham's CEO, the integration cost less than $100,000 to stand up and incurs no per-transaction fees today.
The server is hosted by Wyndham at https://mcp.wyndhamhotels.com/claude/mcp and is configured automatically when a user adds the Wyndham Hotels & Resorts connector inside Claude. There is no GitHub repo, no self-hosting option, and no API key required from the end user.
Tools
| Tool | Description |
|---|---|
search-wyndham-hotels |
Search Wyndham Hotels & Resorts properties by city with optional date and guest filters. Returns hotel summary including name, address, rating, price, and amenities available during the searched dates. |
get-wyndham-hotel-details |
Retrieve comprehensive details for one or more specific Wyndham properties including accessibility features, room types, amenities, and policies. |
The Wyndham MCP server is hosted by Wyndham and added inside Claude as a built-in connector. There is nothing to install locally.
Add the connector in Claude
- Open Claude and go to Settings
- Navigate to the Connectors section
- Find Wyndham Hotels & Resorts in the list and click to add it
- The server URL
https://mcp.wyndhamhotels.com/claude/mcpis configured automatically
Manual configuration (other MCP clients)
If your MCP client supports remote MCP servers, point it at the public endpoint:
{
"mcpServers": {
"wyndham": {
"url": "https://mcp.wyndhamhotels.com/claude/mcp"
}
}
}
Prerequisites
- A Claude account (for the one-click connector flow)
- No API key, no Wyndham Rewards account, no payment setup required to search and view details
- Bookings are completed on
wyndhamhotels.comvia a link returned by the assistant
- Search Wyndham properties in a target city with live pricing for specific check-in/checkout dates and guest counts
- Compare multiple Wyndham hotels side by side on price, rating, and amenities before sending a booking link to a traveler
- Filter by amenity preferences (e.g. spa, pet-friendly, pool) across Wyndham brands like Days Inn, Ramada, La Quinta, and Wyndham Grand
- Pull comprehensive property details (room types, policies, accessibility features) for an itinerary planning agent
- Surface direct Wyndham booking links from inside an AI assistant, bypassing OTA channels
- "Find a Wyndham hotel in Orlando for a family of four checking in March 14 and checking out March 18, 2026."
- "Compare prices for Wyndham hotels in downtown Nashville for April 10 to 13 and show me amenities for each."
- "Show me Wyndham properties in Istanbul with a spa available next month."
- "Get full details, including accessibility features and pet policy, for these Wyndham property IDs."
- "I need two rooms for two adults and one child in Dallas, TX next weekend at a La Quinta or Days Inn."
- Official and maintained directly by Wyndham, so inventory, pricing, and amenities are authoritative
- Zero setup: one-click connector in Claude, no API key, no install
- Real-time availability and pricing tied to actual Wyndham systems, not a scraped dataset
- Covers Wyndham's global portfolio across all brands (Wyndham, Ramada, Days Inn, La Quinta, Super 8, etc.)
- Only two tools exposed (search and details); no booking, cancellation, or Wyndham Rewards account management inside the MCP
- Bookings must be completed by following a link to wyndhamhotels.com, so the AI cannot transact end-to-end
- Currently surfaced as a built-in Claude connector; documentation for use in other MCP clients is limited
- Limited to Wyndham brand inventory, so it cannot be used for cross-chain hotel comparison on its own
- Booking.com MCP integrations (community implementations like
esakrissa/hotels_mcp_server) for cross-chain hotel search - Jinko MCP (
jinkoso/jinko-mcp), a general hotel booking MCP server listed in public MCP directories - Marriott, Hilton, or other chain-specific MCP connectors as they roll out similar "AI-native" distribution endpoints