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

MCP Compatible Hosted Cost Cashback

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

ToolDescription
searchSearches 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_filtersReturns 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_reservationCreates 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_statusChecks the current status of a reservation using the identifier returned by create_reservation.
echoReturns the provided test string without changes. Useful for diagnostics and connection checks.
test_mcp_authenticationVerifies 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]