Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Booking.com Hotel Search (Live Prices)

REMOTE · HOTELS.FLIGHTPOWERS.COM · SCANNED AUG 20

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

64 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability45
  • AI-judged instruction clarity (fair).Partial
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · hotels.flightpowers.com

# add to Claude Code
claude mcp add --transport http com-flightpowers-booking https://hotels.flightpowers.com/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-flightpowers-booking --url https://hotels.flightpowers.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-flightpowers-booking:
    url: "https://hotels.flightpowers.com/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 18 Aug 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Probed https://hotels.flightpowers.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=hotels.flightpowers.com CN=YR2,O=Let's Encrypt,C=US 18 Aug 2026 16 Nov 2026 RSA 2048 SHA256-RSA 6ff8f1f22411d134b16efad8920fadd79cc
SANs: hotels.flightpowers.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of hotels.flightpowers.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
flightpowers.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://hotels.flightpowers.com/mcp Verified 200
http (plaintext) http://hotels.flightpowers.com/mcp HTTPS enforced 308 https://hotels.flightpowers.com/mcp
MCP tools · 2 exposed · ~379 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
find_hotel_by_name ~182

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.

NameTypeReqDescription
adults
checkin_datestringyes
checkout_datestringyes
children
currency
hotel_namestringyes
price_as_seen_from

Structured output declared, but exposes no named fields.

No examples provided.

search_hotels ~197

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.

NameTypeReqDescription
adults
budget_per_night
checkin_datestringyes
checkout_datestringyes
children
currency
destinationstringyes
filters
price_as_seen_from

Structured output declared, but exposes no named fields.

No examples provided.