**Hotel search, hotel prices and Booking.com availability for agents.** Live nightly rates for any destination or a nam…
**Hotel search, hotel prices and Booking.com availability for agents.** Live nightly rates for any destination or a named property, with review scores, room types and booking links — plus the one thing almost nothing else in this market exposes: **hotel pricing as seen from another country**, for rate-parity and geo-pricing checks. No ads, no sponsored content. You bring your own RapidAPI key, so every search is billed to your plan and never to anyone else's. ### Tools | Tool | What it does | | --- | --- | | `search_hotels` | Live properties and nightly prices for a destination and date range | | `find_hotel_by_name` | One named property — no internal hotel ID needed, resolution is done for you | Both are annotated **read-only**. They search and read; they cannot book, hold, pay for or cancel anything. ### What you get that other hotel tools don't return - **Price As Seen From** (`price_as_seen_from`) — prices the same stay through a residential connection in another country. This is what makes **rate-parity and geo-pricing monitoring** possible, and it is the reason a revenue manager would build on this rather than a generic scraper. - **24 Booking.com filters** — free cancellation, meal plans, review score, star rating, facilities, pets, adults-only. Validated *before* the request, so a typo costs you nothing instead of silently returning unfiltered results. - **Name resolution built in.** `find_hotel_by_name` takes the name a person would type. Most hotel APIs make you resolve an internal property ID first. - Price, review score and count, room type, location, image and a booking link. ### You always know what a search cost Every response carries `api_usage`, read from RapidAPI's own rate-limit headers: | Field | Meaning | | --- | --- | | `requests_used_by_this_call` | Billed requests this single call consumed | | `plan_requests_remaining` | What is left on your plan right now | | `plan_requests_limit` | Your plan's ceiling | ### Sample response ```json { "results": [{ "name": "Hotel Leone", "price_string": "US$273", "price": 273, "review_score": 8.2, "review_count": 701, "room_type": "Superior Double or Twin Room", "link": "https://www.booking.com/hotel/it/leone.html" }], "result_count": 25, "api_usage": { "requests_used_by_this_call": 1, "plan_requests_remaining": 19994 } } ``` ### Built for - **Rate-parity monitoring** — is your direct rate actually undercut in another market? - **Competitive-set tracking** — watch a named comp set on a schedule - **Travel agents** — availability and price for a property a guest asked about by name ### Getting a key Free tier available — subscribe to the **Booking Live API**: **→ https://rapidapi.com/mtnrabi/api/booking-live-api** Send it as an `x-rapidapi-key` header, as `?rapidapi_key=` on the server URL, or paste it into the config field above. ### Also available - ✈️ **Flights** — [mrabi/google-flights](https://smithery.ai/servers/mrabi/google-flights), with Google's own price band and a low/typical/high verdict - 🆓 **Free tier** — [mrabi/freemium-google-flights-and-booking-mcp](https://smithery.ai/servers/mrabi/freemium-google-flights-and-booking-mcp), no key, no signup --- *An independent service returning publicly available hotel pricing. Not affiliated with, endorsed by, or sponsored by Booking.com.* [Privacy](https://hotels.flightpowers.com/privacy) · [Terms](https://hotels.flightpowers.com/terms) · [Support](https://hotels.flightpowers.com/support) · [Status](https://hotels.flightpowers.com/health)
mrabi
mcp
free
Others in the same category, ranked by how often they are opened.