Search and Book 3M hotels worldwide MCP Server
Official. Hosted. Free. MCP to connect your AI agent to 3M+ hotels worldwide. Search and book!
Documentation
š WinWin.travel MCP Server
The official WinWin.travel Model Context Protocol server. Connect your AI agents directly to a massive inventory of 3 Million+ Hotels with real-time booking capabilities.
š Why use this MCP?
Most travel MCPs are just scrapers. WinWin.travel is an official enterprise gateway.
- š¢ 3M+ Inventory: Access one of the world's largest hotel databases directly.
- ā” Zero Setup: No Docker, no
npm install, no localhost tunneling. It's fully hosted. - š° Earn While You Build: We pay you for usage. Get up to 10% cashback on every booking made through your agent.
- š§ Smarter Search: Filter by 500+ attributes (amenities, vibes, policies) not just price/location.
š£ļø Example Prompts
Once connected, your AI (Claude, etc.) can handle complex travel requests:
- "Find me a boutique hotel in Tokyo, Shibuya district, under $200/night that allows dogs (check pet fees) and has blackout curtains for jet lag."
- "Check availability for the Marriott Marquis in NY. I need a room with a rain shower and a city view."
- "What are the trending hotels in Bali right now? Filter for ones with a pillow menu and disability-friendly bed height."
- "Book the second option for 2 adults. Ensure there's a dedicated pet station request attached, and send the payment link to my email."
š ļø Quick Start
1. Get Your Access Token
You need a secure token to connect. š Generate Access Token
2. Configure Claude Desktop
Add following code snippet to your existing json claude_desktop_config.json:
{
// ... your existing settings
"mcpServers": {
"WinWin.travel": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.winwin.travel/mcp/sse",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_ACCESS_TOKEN_HERE"
}
}
}
// ... your existing settings continue
}
[!IMPORTANT]
Restart Claude after saving the configuration.
š§° Capabilities
| Tool | Description |
|---|---|
search | Searches for available hotel room offers by destination, stay dates, guest composition, and optional filters ā such as meal plans, cancellation policies, amenities (pool, spa), accessibility features, pet policies, and 500+ other criteria. |
get_filters | Returns the full list of available filter options ā amenities, meal plans, cancellation types, accessibility features, pet policies, and more. Use this before searching to discover valid filter values. |
create_reservation | Creates a reservation for a hotel room offer selected from search results and returns a payment link. The booking is confirmed automatically once payment is completed. |
get_reservation_status | Checks the current status of a reservation using the identifier returned by create_reservation. |
echo | Returns the provided test string without changes. Useful for diagnostics and connection checks. |
test_mcp_authentication | Verifies that your MCP token is valid and authentication is working correctly. |
š Security & Privacy
- Official Endpoint: You are connecting directly to WinWin.travel's secure API gateway.
- Data Usage: Your preferences are used to improve your booking experience. We do not sell your data to third parties.
Built with ā¤ļø by the WinWin.travel Team
[email protected]