A
licenseNot graded
qualityB
maintenanceAn MCP server that gives AI agents live Google Hotels data (search, rooms, rates, cancellation) via internal RPC — no API key or scraping required.
2
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: search_hotels for fast listing, get_hotel_details for deep single-hotel info, and search_hotels_with_details for multi-hotel comparison. No overlaps.
All tools follow a consistent verb_noun snake_case pattern: get_hotel_details, search_hotels, search_hotels_with_details. Naming is predictable.
With 3 tools covering search, detail retrieval, and combined search+details, the count is well-scoped for a hotel information server.
The tools cover the core workflows: finding hotels, getting details, and comparing. Minor gap: no filtering or sorting parameters beyond what's described, but the search tools include common filters.