Search
search_hotels_by_description
searchHotelsWithRates
findHotels
search_rooms_by_description
Multifunnels connects AI assistants to MoodTrip.ai hotel search tools: live hotel inventory, pricing, reviews, semantic discovery, and direct booking handoffs through an MCP-ready endpoint.
https://api.moodtrip.ai/api/mcp-http
{
"mcpServers": {
"moodtrip-hotel-search": {
"url": "https://api.moodtrip.ai/api/mcp-http"
}
}
}
Agent toolset
search_hotels_by_description
searchHotelsWithRates
findHotels
search_rooms_by_description
getHotelDetails
getHotelReviews
ask_about_hotel
summarizeResults
getHotelPriceIndex
getCityPriceIndex
relaxConstraints
What agents receive
{
"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
}
How it works
Add the MCP endpoint to your AI client or agent config.
Users describe the stay they want in natural language.
The agent returns options and sends users to MoodTrip.ai booking pages.
Quick setup
No API key required. Paste the MCP server URL into a compatible AI client and start asking hotel questions.
{
"mcpServers": {
"moodtrip-hotel-search": {
"url": "https://api.moodtrip.ai/api/mcp-http"
}
}
}
We can adapt the same MCP-ready pattern for your inventory, data, CRM, booking engine, or internal workflow.