moodtrip-hotel-search banner
adiny adiny

moodtrip-hotel-search

AI community intermediate

Description

A Claude AI skill for searching, comparing, evaluating, and booking hotels through the [MoodTrip.ai](https://moodtrip.ai) MCP server.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

MoodTrip Hotel Search Skill

A Claude AI skill for searching, comparing, evaluating, and booking hotels through the [MoodTrip.ai](https://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

Tool Purpose
searchHotelsWithRates Search with real-time pricing
searchHotelsSemanticQuery AI-powered natural language search
quickHotelSearch Simplified single-room search
findHotels Browse hotels without pricing
getHotelDetails Full hotel info + optional pricing
getHotelReviews Guest reviews + sentiment analysis
askHotelQuestion AI Q&A about a specific hotel
searchRooms Visual/text room search
summarizeResults AI summary of search results
getHotelPriceIndex Hotel price trends
getCityPriceIndex City-level price trends
relaxConstraints Broaden a failed search

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

Installation

Option 1: ClawHub

Import directly from [ClawHub](https://clawhub.com) — 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](../../releases) and import it into Claude.

MCP Server

  • Endpoint: https://api.moodtrip.ai/api/mcp-http
  • Protocol: MCP Streamable HTTP (JSON-RPC 2.0)

...