Connect your account, then chat with AI to run tools.
Google Hotels search: rates, ratings, amenities and what each booking site charges, as JSON.
Connect straight to this server’s public endpoint.
https://mcp.hasdata.com/mcp?apis=google_travel_hotelsThis 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 Google Hotels MCP Server — workflow patterns, data models, and gotchas for your AI agent.
One tool, hasdata_google_travel_hotels_getGoogleHotels, covering both halves of the site. With q, checkInDate and checkOutDate it searches. Add a propertyToken from any result and the same tool returns that one property with the rate at every source Google compares.
A destination Google cannot place still answers 200 with a full page of real hotels, somewhere else entirely. A bare city name can resolve to the wrong country the same way. Phrase q as hotels in Barcelona rather than Barcelona, pass gl when the country matters, and check gpsCoordinates on the first result before trusting the list.
Dates behave the same way. A check-out before the check-in, or a stay in a year that has passed, is normalised by Google rather than refused, and the call returns properties as if nothing were wrong. Validate the range yourself when it came from a model. A missing date is the one date problem that does fail, with a 422 naming the field.
ratePerNight and totalRate each carry lowest, which includes taxes and fees, and beforeTaxesFees, which does not. A property may have only one of them. Ranking a list that mixes the two produces an order that means nothing, so pick one and say which.
Each also carries an extracted* number beside the raw string. Compare on the numbers and print the strings.
sortBy takes lowestPrice, highestRating or mostReviewed, and Google's own order applies when it is absent. rating is an enum of threePointFivePlus, fourPlus and fourPointFivePlus rather than a number. propertyType__ and amenity__ values are prefixed hotel* or vacation* to match what you are searching, and vacationRentals switches the search itself.
The guest mix caps at six people in total. brands takes ids, and the search response returns the whole brand tree carrying them.
Opening a property is a second billed call, so open the shortlist rather than the page.
Google Hotels requires sign-in before tools can be listed. Connect the MCP server to inspect the live tool list in your client.
Connect Google Hotels MCP Server to any MCP client in minutes
Operate Google Hotels? 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.
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.
Google Hotels search: rates, ratings, amenities and what each booking site charges, as 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-19. Authentication is handled automatically.
Google Hotels 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.
Google Hotels MCP Server uses One-click sign in. Google Hotels 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.
Booking.com stays by destination and dates, and full property details, as structured 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.