Anssol
Back to Skills
Utility & Automation

MoodTrip Hotel Search

Hotel search, comparison, reviews, pricing, and booking handoff.

travelhotelsutility

MoodTrip Hotel Search Skill

A Claude AI skill for searching, comparing, evaluating, and booking hotels through the MoodTrip.ai MCP server.

What It Does

This skill connects to https://api.moodtrip.ai/api/mcp-http and gives Claude (or any MCP-compatible agent) the ability to:

  • Search hotels by destination, dates, budget, and natural language ("romantic getaway with rooftop bar")
  • Compare hotels side-by-side with ratings, prices, and amenities
  • View reviews with AI-powered sentiment analysis
  • Explore rooms by description or photo upload
  • Track pricing trends for cities and specific hotels
  • Hand off booking via direct booking links to moodtrip.ai

Tools Covered

ToolPurpose
searchHotelsWithRatesSearch with real-time pricing
searchHotelsSemanticQueryAI-powered natural language search
quickHotelSearchSimplified single-room search
findHotelsBrowse hotels without pricing
getHotelDetailsFull hotel info + optional pricing
getHotelReviewsGuest reviews + sentiment analysis
askHotelQuestionAI Q&A about a specific hotel
searchRoomsVisual/text room search
summarizeResultsAI summary of search results
getHotelPriceIndexHotel price trends
getCityPriceIndexCity-level price trends
relaxConstraintsBroaden a failed search

Plus 3 optional Agent Builder tools (build_booking_link, search, fetch).

Installation

Option 1: ClawHub

Import directly from ClawHub — search for moodtrip-hotel-search.

Option 2: Claude Project

Copy the contents of SKILL.md into your Claude Project's custom instructions.

Option 3: .skill file

Download moodtrip-hotel-search.skill from Releases and import it into Claude.

MCP Server

  • Endpoint: https://api.moodtrip.ai/api/mcp-http
  • Protocol: MCP Streamable HTTP (JSON-RPC 2.0)
  • Auth: Public for search (no API key needed). OAuth 2.1 optional for session tracking.
  • Booking: Link-based handoff — user completes booking on moodtrip.ai

Quick Start

No setup needed. The MCP server is live and free to call for search operations.

To connect from Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "moodtrip": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.moodtrip.ai/api/mcp-http"]
    }
  }
}

Example Interactions

Search with pricing:

"Find me hotels in Paris for May 1-4, under $200/night"

Semantic search:

"Romantic boutique hotel with rooftop bar in Tel Aviv"

Hotel deep-dive:

"Tell me more about the second hotel — reviews, photos, and is breakfast included?"

Price intelligence:

"When is the cheapest time to visit London?"

Data Source

Hotel inventory, pricing, and reviews are provided by LiteAPI.

License

MIT-0 (No Attribution Required)

Links

Want something like this for your team?

We build custom MCPs and Claude skills tailored to private workflows. Get in touch.

Start a Conversation

Ready to Ship Something?

Tell us about your project. We respond within one business day with honest scoping — not a sales pitch.

Get Started