HotelsCasa MCP server: hotels and apartments, owner homes, tours, flights, taxi and car rental for AI assistants. Remote, Streamable HTTP, no auth.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/hotelscasa/hotelscasa-mcp{
"mcpServers": {
"hotelscasa-mcp": {
"command": "node",
"args": ["/path/to/hotelscasa-mcp/dist/index.js"]
}
}
}MCP Servers overview
# HotelsCasa MCP server
A remote [Model Context Protocol](https://modelcontextprotocol.io) server for **[HotelsCasa](https://hotelscasa.com/)**, a travel marketplace for Europe, Turkey, the Caucasus, Central Asia and Latin America.
It lets an AI assistant search more than 1.3 million hotels and apartments, homes and cars listed directly by their owners, tickets and tours, and get the right links for flights, taxi, shipments and car rental. Every result comes with a page on hotelscasa.com where the traveller sees the exact price for the dates and books.
- **Endpoint:** `https://mcp.hotelscasa.com/mcp`
- **Transport:** Streamable HTTP (no SSE)
- **Authentication:** none. The server is public and read-only.
- **Languages:** `es`, `en`, `de`, `fr`, `it`, `pt`, `tr`, `ru` (the `lang` argument of every tool)
- **Registry name:** `com.hotelscasa/hotelscasa-mcp`
- **Video (2 min):** https://youtu.be/gHR8DM62KB0
This repository holds the public description of the server: this README and `server.json` for the MCP Registry. The server itself is hosted by HotelsCasa; there is nothing to install.
## Connect
**Claude (claude.ai, Claude Desktop):** Settings → Connectors → Add custom connector → `https://mcp.hotelscasa.com/mcp`
**Claude Code:**
```sh
claude mcp add --transport http hotelscasa https://mcp.hotelscasa.com/mcp
```
**Cursor, Cline, VS Code and other clients** (`mcp.json`):
```json
{
"mcpServers": {
"hotelscasa": {
"url": "https://mcp.hotelscasa.com/mcp"
}
}
}
```
**Clients that only speak stdio:**
```json
{
"mcpServers": {
"hotelscasa": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.hotelscasa.com/mcp"]
}
}
}
```
## Tools
All 13 tools only read the public catalogue. None of them creates a booking, sends a message or changes anything: booking always happens on the hotelscasa.com page that the tool returns.
| Tool | What it does |
|---|---|
| `search_hotels` | Hotels, apartments and holiday homes by city or coordinates, with indicative nightly prices, rating, type and page link. Filters: stars, type, maximum price. Sorting: recommended (mixed price levels, best rating for the price), price, rating. |
| `get_hotel` | One hotel in full: description, amenities, photos, check-in times, places nearby. |
| `search_activities` | Tickets, tours and attractions by city, country or free text. |
| `get_activity` | One activity with what is included, duration and the next available dates with prices. |
| `find_flights` | The flight search page for a destination and its IATA code. It does not quote fares: the traveller searches them live on the page. |
| `book_ground_transport` | The right link to order a taxi or transfer, send a parcel or a move on the transport exchange, or rent a car. It prepares the link only; nothing is ordered by the tool. |
| `partner_with_hotelscasa` | For businesses: how taxi fleets, drivers, carriers, shipping companies, car rental fleets and property owners join HotelsCasa, with the sign-up page for each profile. |
| `search_properties` | Homes listed directly by private owners, with booking mode, price and booking link. |
| `get_property` | One owner-listed home in full, with rooms, conditions and cancellation policy. |
| `check_availability` | Availability and total price of up to 10 owner-listed homes for given dates. |
| `search_vehicles` | Cars listed by their owners, by city, dates, seats and transmission. |
| `get_vehicle` | One car in full: specs, rental conditions, deposit, busy dates. |
| `check_vehicle_availability` | Availability and total price of up to 10 cars for given dates. |
Tool names are at most 26 characters and the largest answer is under 30,000 characters.
## Example prompts
1. *"Find me a place to stay in Prague for two adults, 10–13 November, under 120 € a night, with good reviews."*
The assistant calls `search_hotels` (`city: "Prague"`, `country: "CZ"`, dates, `price_max: 120`) and then `get_hotel` for the ones the traveller likes.
2. *"What can we do in Rome on a rainy day? Show tickets that are available this weekend."*
The assistant calls `search_activities` (`city: "Rome"`) and `get_activity` for the next dates and prices.
3. *"I land in Valencia on Friday at 18:30 with two suitcases. Get me a taxi to the old town and a rental car from Saturday to Monday."*
The assistant calls `book_ground_transport` with `service: "taxi"` for a pre-filled order link, and `search_vehicles` with the dates for the car.
## Prices and data
- Hotel prices are indicative nightly rates for two adults. The exact price for the dates is shown on the page.
- A hotel with no published rate is returned without any figure, and its page lets the traveller request price and availability.
- Supplier contact details are removed from every text. The only contacts shown are those of HotelsCasa.
- Requests are rate-limited per IP address.
## Links
- Website: https://hotelscasa.com/
- Server card: https://hotelscasa.com/.well-known/mcp/server-card.json
- For AI agents: https://hotelscasa.com/llms.txt
- Privacy policy: https://hotelscasa.com/politica-de-privacidad/
- Contact: 1@hotelscasa.com
What people ask about hotelscasa-mcp
What is hotelscasa/hotelscasa-mcp?
+
hotelscasa/hotelscasa-mcp is mcp servers for the Claude AI ecosystem. HotelsCasa MCP server: hotels and apartments, owner homes, tours, flights, taxi and car rental for AI assistants. Remote, Streamable HTTP, no auth. It has 0 GitHub stars and its last recorded update is dated 2026-09-19.
How do I install hotelscasa-mcp?
+
You can install hotelscasa-mcp by cloning the repository (https://github.com/hotelscasa/hotelscasa-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is hotelscasa/hotelscasa-mcp safe to use?
+
Our security agent has analyzed hotelscasa/hotelscasa-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains hotelscasa/hotelscasa-mcp?
+
hotelscasa/hotelscasa-mcp is maintained by hotelscasa. The last recorded GitHub activity is dated 2026-09-19, with 0 open issues.
Are there alternatives to hotelscasa-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy hotelscasa-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/hotelscasa-hotelscasa-mcp)<a href="https://claudewave.com/repo/hotelscasa-hotelscasa-mcp"><img src="https://claudewave.com/api/badge/hotelscasa-hotelscasa-mcp" alt="Featured on ClaudeWave: hotelscasa/hotelscasa-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.