moodtrip-hotel-search
MoodTrip is an AI-powered hotel search that understands natural language.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- FindHotels: Search for hotels by city, country, dates, and guest count. Returns hotel metadata including name, rating, location, and images.
- SearchHotelsWithRates: Search hotels with real-time pricing and availability. Returns hotels with live rates, cancellation policies, and booking URLs.
- RelaxConstraints: Progressively relax search constraints when initial search returns no results. Adjusts parameters like price range, rating, and amenities.
What data it sees
Do you need an account
No: the server works without sign-in
MoodTrip is an AI-powered hotel search that understands natural language. Instead of clicking through dozens of filters, simply describe your ideal stay: "boutique hotel in Tokyo for 2 adults, December 10-15, under $200/night." MoodTrip interprets your request, searches real-time availability across thousands of properties, and returns hotels with:
Live pricing and availability Hotel photos and ratings Direct booking links Smart constraint relaxation when results are limited Perfect for travelers who know what they want but hate the traditional search process.
Server tool list (12)
Raw names from tools/list. Only developers need these.
| findHotels | Search for hotels by city, country, dates, and guest count. Returns hotel metadata including name, rating, location, and images. |
| searchHotelsWithRates | Search hotels with real-time pricing and availability. Returns hotels with live rates, cancellation policies, and booking URLs. |
| relaxConstraints | Progressively relax search constraints when initial search returns no results. Adjusts parameters like price range, rating, and amenities. |
| summarizeResults | Generate an AI-powered summary and suggestions from hotel search results. |
| search_hotels_by_description | Search hotels using a natural language description. Finds hotels matching style, vibe, and amenities. Optionally filter by location and include real-time pricing. |
| ask_about_hotel | Ask a question about a specific hotel. Returns an AI-generated answer based on hotel data. |
| search_rooms_by_description | Search hotel rooms using a natural language description. Find rooms matching criteria like 'suite with ocean view'. Optionally filter by location. |
| getHotelDetails | Get detailed information about a specific hotel by its ID. Returns hotel name, address, images, description, facilities, star rating, guest rating, location, and optionally live pricing when dates are provided. |
| getHotelReviews | Get guest reviews for a specific hotel by its ID. Returns an array of reviews with optional AI sentiment analysis. |
| getHotelPriceIndex | Get historical price index data for one or more hotels. Returns average per-night prices aggregated by calendar day in USD. Useful for price trend analysis and comparison. |
| getCityPriceIndex | Get historical price index data for a city. Returns average per-night prices aggregated by calendar day in USD. Useful for destination comparison and pricing analysis. |
| build_booking_link | Generate a booking URL and gallery URL for a specific hotel. Requires a valid hotelId from a previous search. Does not validate hotel existence or availability. |