Search
search_hotels_by_description
searchHotelsWithRates
findHotels
search_rooms_by_description
An MCP endpoint for hotel discovery, live inventory, pricing, reviews, semantic hotel search, comparison, and booking handoff.
https://api.moodtrip.ai/api/mcp-http
{
"mcpServers": {
"moodtrip-hotel-search": {
"url": "https://api.moodtrip.ai/api/mcp-http"
}
}
}
Agent toolset
Agents receive structured hotel results they can compare, explain, and hand off to a booking page — grounded in live inventory rather than model memory.
search_hotels_by_description
searchHotelsWithRates
findHotels
search_rooms_by_description
getHotelDetails
getHotelReviews
ask_about_hotel
summarizeResults
getHotelPriceIndex
getCityPriceIndex
relaxConstraints
What agents receive
Every search returns machine-readable hotel data — name, rating, live price, tags, and a booking URL — so the agent can compare options and hand the user to a real booking path.
{
"hotels": [
{
"name": "Maison Souquet",
"city": "Paris",
"rating": 9.2,
"price": { "amount": 285, "currency": "EUR" },
"tags": ["romantic", "boutique", "historic"],
"bookingUrl": "https://moodtrip.ai/hotel/..."
}
],
"totalResults": 3
}
Related projects
We can adapt the same MCP-ready pattern for your inventory, data, CRM, booking engine, or internal workflow.