Install
$
openclaw plugins install clawhub:@adiny/moodtripMoodTrip Hotel Search Plugin for OpenClaw
Search, compare, evaluate, and book hotels through MoodTrip.ai — powered by LiteAPI with real-time pricing, semantic search, reviews, and booking link handoff.
Features
- 12 agent tools covering the full hotel discovery-to-booking workflow
- Real-time pricing via LiteAPI integration
- Semantic search — describe a vibe ("romantic rooftop bar in Paris") and get matching hotels
- Reviews & Q&A — get guest reviews with AI sentiment analysis, ask specific questions about hotels
- Price intelligence — city-level and hotel-level price trend analysis
- Booking handoff — generates direct booking links on moodtrip.ai
- Multi-language — supports en, he, fr, es, and more
- No API key required — all 12 core tools are public
Install
openclaw plugins install @adiny/moodtrip
Or via ClawHub:
openclaw plugins install moodtrip@clawhub
Configuration
In ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"moodtrip": {
"enabled": true,
"config": {
"defaultCurrency": "USD",
"defaultGuestNationality": "IL",
"defaultLanguage": "en"
}
}
}
}
}
Config options
| Key | Default | Description |
|---|---|---|
serverUrl | https://api.moodtrip.ai/api/mcp-http | MoodTrip MCP server URL |
defaultCurrency | USD | Default currency (USD, EUR, GBP, ILS, etc.) |
defaultGuestNationality | (empty) | ISO 2-letter country code for pricing accuracy |
defaultLanguage | en | Language for hotel descriptions |
Available Tools
| Tool | Description |
|---|---|
moodtrip_search_hotels | Search with real-time pricing (dates + city required) |
moodtrip_semantic_search | AI-powered natural language hotel search |
moodtrip_quick_search | Simplified single-room adult-only search |
moodtrip_find_hotels | Browse hotels without pricing (no dates needed) |
moodtrip_hotel_details | Full hotel info + optional live pricing |
moodtrip_hotel_reviews | Guest reviews with optional sentiment analysis |
moodtrip_ask_hotel | Ask specific questions about a hotel |
moodtrip_search_rooms | Find specific room types by description |
moodtrip_summarize | AI summary of search results |
moodtrip_hotel_price_index | Historical price trends per hotel |
moodtrip_city_price_index | City-level price trends |
moodtrip_relax_constraints | Broaden a failed search |
Example Usage
Just talk naturally to your OpenClaw agent:
- "Find me a hotel in Paris for next weekend"
- "Search for a romantic boutique hotel near the Eiffel Tower"
- "Compare the top 3 hotels you found"
- "When is the cheapest time to visit London?"
- "Does that hotel have a pool?"
MCP Server
This plugin connects to MoodTrip's public MCP server:
- URL:
https://api.moodtrip.ai/api/mcp-http - Protocol: Streamable HTTP (JSON-RPC 2.0)
- Auth: None required
License
MIT
