PluginBench
MCP Server
Active
MIT

Booking.com Hotel Search (Live Prices) MCP Server

com.flightpowers/booking

What is the Booking.com Hotel Search (Live Prices) MCP server?

Live Booking.com hotel prices, plus per-country pricing for rate-parity monitoring.

How to install Booking.com Hotel Search (Live Prices)

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • x-rapidapi-key
    required
    secret

    Your own RapidAPI key for the Booking Live API. Free tier at https://rapidapi.com/mtnrabi/api/booking-live-api

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "booking": {
      "url": "https://hotels.flightpowers.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "booking": {
      "serverUrl": "https://hotels.flightpowers.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "booking": {
      "type": "http",
      "url": "https://hotels.flightpowers.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "booking": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hotels.flightpowers.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http booking https://hotels.flightpowers.com/mcp

Related MCP servers

Free flight and hotel search, no API key. Ad-supported; paid tiers remove ads and caps.

0
MIT
View repository →

Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.

0
MIT
View repository →