# Booking.com Hotel Search (Live Prices) (remote · hotels.flightpowers.com)

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

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `hotels.flightpowers.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-flightpowers-booking/hotels.md), [page](https://verifymcp.io/servers/com-flightpowers-booking/hotels)

## Channel facts

- Endpoint: `https://hotels.flightpowers.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 45/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 507 tokens (~253/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-flightpowers-booking https://hotels.flightpowers.com/mcp
```

### Codex

```toml
[mcp_servers.com-flightpowers-booking]
url = "https://hotels.flightpowers.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-flightpowers-booking": {
      "type": "remote",
      "url": "https://hotels.flightpowers.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-flightpowers-booking --url https://hotels.flightpowers.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-flightpowers-booking:
    url: "https://hotels.flightpowers.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-flightpowers-booking": {
      "type": "http",
      "url": "https://hotels.flightpowers.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 64, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-18 (score 63)

First indexed and scored.

## MCP tools (2)

### `search_hotels` (~197 tokens)

Search hotels

Search live hotel availability and nightly prices for a destination and date range. Input: a free-text destination the way a person would say it ("Rome", "Tokyo Shibuya"), plus check-in and check-out dates. Returns each property's price, review score, room type, location and a booking link.

Set price_as_seen_from to a two-letter country code to price the same stay the way a shopper resident in that country would see it -- that is how rate-parity and geo-pricing differences are found, and no other travel tool here can do it.

Rates go stale within minutes: never reuse an earlier result, search again.

Input parameters:

- `adults`
- `budget_per_night`
- `checkin_date` (string, required)
- `checkout_date` (string, required)
- `children`
- `currency`
- `destination` (string, required)
- `filters`
- `price_as_seen_from`

### `find_hotel_by_name` (~182 tokens)

Find one hotel by name

Get availability and pricing for one named property. Input: the hotel name a person would type (adding the city helps when a chain has many properties) plus check-in and check-out dates -- no internal property ID needed, the resolution is done for you. Returns the property's price, review score, room type and a booking link. Use it to check one specific hotel, or to track a single property's price over time.

price_as_seen_from prices the stay as a shopper in that country would see it, which is what makes rate-parity checks possible.

Rates go stale within minutes: never reuse an earlier result.

Input parameters:

- `adults`
- `checkin_date` (string, required)
- `checkout_date` (string, required)
- `children`
- `currency`
- `hotel_name` (string, required)
- `price_as_seen_from`

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-flightpowers-booking/hotels#diagnostics

## Score history

- 2026-08-20: 64
- 2026-08-19: 64
- 2026-08-18: 63

## Links

- Remote endpoint: https://hotels.flightpowers.com/mcp
- Authorisation metadata: https://hotels.flightpowers.com/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/mtnrabi/travel-agent-skills
- Website: https://hotels.flightpowers.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-flightpowers-booking/hotels.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-flightpowers-booking/hotels.json
- HTML version of this page: https://verifymcp.io/servers/com-flightpowers-booking/hotels
