@striderlabs/mcp-ihg
Related Servers
Alternatives to @striderlabs/mcp-ihg
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables AI agents to search hotels, check availability, manage reservations, and book rooms on Booking.com via browser automation.215315MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to read Marriott Bonvoy account details, stays, trips, and hotel availability, and to create, modify, or cancel reservations through a real Chrome session, with all writes gated on explicit human confirmation.MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to search Hilton hotels, manage reservations, and check Hilton Honors status through browser automation. It supports the full booking flow, points redemption, and digital key access via natural language commands.1623MIT
- AlicenseAqualityDmaintenanceMCP server for Marriott Hotels that enables AI agents to search hotels, manage reservations, check in, and interact with the Marriott Bonvoy loyalty program via browser automation.16218MIT
- AlicenseAqualityDmaintenanceEnables searching, managing library, wishlist, and credits on Audible through browser automation.620MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables searching and retrieving VRBO vacation rental listings using browser automation. Supports filtering by location, dates, guests, price range, and property features to find and compare vacation rentals.-
TDQS
Scored across 12 tools
Each tool targets a distinct action: login, hotel search, hotel details, room rates, booking, reservation management, and rewards. Even similar tools like get_reservations vs get_reservation_details are clearly separate list vs detail operations.
All tool names follow a consistent 'ihg_<verb>_<noun>' pattern using snake_case. Verbs are clear and consistent (get, search, book, cancel, modify, redeem), making the API predictable.
The 12 tools are well-scoped for the IHG hotel booking and rewards domain. Each tool covers a necessary function without redundancy, and the count is within the ideal 3-15 range.
The tool set covers the full lifecycle: authentication, hotel search/details/rates, booking, reservation retrieval/modification/cancellation, and rewards balance/history/redemption. No obvious gaps for the intended domain.