Connect your account, then chat with AI to run tools.
Booking.com stays by destination and dates, and full property details, as structured JSON.
Connect straight to this server’s public endpoint.
https://mcp.hasdata.com/mcp?apis=bookingThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Live probe refreshed Sep 23, 2026 · Endpoint host mcp.hasdata.com
Domain knowledge for Booking.com MCP Server — workflow patterns, data models, and gotchas for your AI agent.
Two tools, and both demand a full stay. hasdata_booking_search_getBookingSearchResults needs keyword, checkInDate, checkOutDate, rooms, adults and children. hasdata_booking_place_getBookingPlaceDetails needs the same six with the property url in place of the keyword.
There is no way to ask what a hotel costs in general. Every answer belongs to a date range and a party.
sort orders the set and price_min_ and price_max_ bound it. bedrooms and bathrooms set minimum counts on any property rather than filtering to apartments.
language changes how the answer is written. currency normally does too, but a price band is read in the selected currency, so with price_min_ or price_max_ set it also changes which properties come back.
children and childrenAges travel together. Booking prices a child by age, so a count without ages returns a different set than the guest would see.
rating is the official star rating, so it runs to 5. reviews.score is the guest score, so it runs to 10, alongside reviews.count and a secondaryScore for a single topic such as location. A summary that treats a 3 and a 9.4 as the same scale is nonsense.
The keys carry suffixes. pricePerStayRaw is the string and pricePerStayParsed the number, and the same pattern holds for the rest.
pricePerStayParsed is not what the guest pays. Most results also carry excludedChargesParsed, the part Booking bills on arrival, so the real total is the two added together. Test for it, because a result can omit the pair, and a missing pair means nothing was parsed rather than that the charges are zero.
A discount pair appears only when the property is discounted, and the API spells it dicsountRaw and dicsountParsed. Code that reads discount gets nothing and reports no discount.
A destination and a window with nothing open returns a successful result with an empty results array. Say the dates are full rather than reporting the place as missing.
Each successful call spends credits, so search once with the filters set rather than pulling everything and sorting afterwards.
Connect Booking.com MCP Server to any MCP client in minutes
Operate Booking.com? You can take over the listing's metadata.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Booking.com requires sign-in before tools can be listed. Connect the MCP server to inspect the live tool list in your client.
This server uses the MCP protocol with a live tool list. Tools are discovered when your MCP client connects (often after authentication), so they are not enumerated on this public page. Open Studio or connect from your client to see the tools available to your workspace.
Booking.com stays by destination and dates, and full property details, as structured JSON. It provides MCP tools that your client discovers when it connects (this page may not list every tool name) that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mcphasdatacommcp-18. Authentication is handled automatically.
Booking.com MCP Server is a remote MCP server. The live tool list is supplied by the server when your MCP client connects, so the count is not fixed on this public page. After you connect in MCPBundles Studio or your client, you will see the tools your session can call. A SKILL.md is still included to guide your agent on capabilities and workflows.
Booking.com MCP Server uses One-click sign in. Booking.com MCP Server requires credentials. Connect via MCPBundles and authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Talk to the real world with Factori MCP
LatLng MCP gives AI tools access to location APIs for geocoding, reverse geocoding, places search,...
5 toolsRedfin for-sale, for-rent and sold listings plus full property pages, as structured JSON.
Google Hotels search: rates, ratings, amenities and what each booking site charges, as JSON.
Google Maps places, reviews, contributor history, photos and posts as JSON. No Google Cloud.
Airbnb stays by location and dates, and full listing details, as structured JSON.