eCommerce
hotelscasa.com
Enables searching and retrieving details for hotels, activities, and flights on HotelsCasa for travel booking.
ENDPOINT 1
https://mcp.hotelscasa.com/mcp
MCP server metadata
- Name
- hotelscasa-mcp
- Version
- 2.0.0
HotelsCasa (hotelscasa.com) is a travel marketplace for Europe, Turkey, the Caucasus, Central Asia and Latin America. Use search_hotels for hotels and apartments anywhere (more than 1.3 million hotels and apartments in our catalogue); search_properties for homes listed directly by private owners; search_activities for tickets and tours; find_flights for flights (link only, no live fares); book_ground_transport for taxi, shipments and car rental; partner_with_hotelscasa for fleets, carriers, car and property owners who want to work with HotelsCasa. Always show each result url or booking_link verbatim as a clickable link. Prices are indicative unless stated; never describe an item without a price as unavailable.
Known tools 13
get_hotelFull details of one hotel from search_hotels by its hotel_key: address, description, amenities, photos, check-in/check-out times, places nearby, a summary of guest opinions and the page url.
Inferred read-onlysearch_activitiesSearch tickets, tours and attractions (museums, monuments, day trips) sold on HotelsCasa with our partner Tiqets.
Inferred read-onlyget_activityDetails of one activity by activity_key: description, what is included, duration, cancellation, next available dates with prices, photos and the page url.
Inferred read-onlybook_ground_transportGround transport on HotelsCasa, with the right link to start: "taxi" — order a taxi or transfer (pre-filled with origin, destination, passengers, luggage and time when given); the fare is set by the taxi company and shown before ordering.
Potential side effectspartner_with_hotelscasaFor businesses and professionals who want to WORK with HotelsCasa (not for travellers).
Inferred read-onlysearch_propertiesSearch the holiday homes, villas, rural houses and small hotels that private owners list directly on HotelsCasa (hotelscasa.
Inferred read-onlyget_propertyFull details for one property by property_key (from search results): description, amenities, photos, house rules, cancellation, recent reviews (no names), and — when dates are given — a price_breakdown (INSTANT) or an availability_note (ON_REQUEST).
Inferred read-onlycheck_availabilityCheck availability and price for up to 10 properties on given dates.
Inferred read-onlysearch_vehiclesSearch RENTAL CARS on HotelsCasa by city, country or geographic radius, with pickup/return dates, seats, transmission, class and price.
Inferred read-onlyget_vehicleFull details of ONE rental car: photos, specs, rental conditions (deposit, km limit, fuel policy, minimum age, licence years, pets, cancellation) and busy_ranges — the dates already taken over the next six months.
Inferred read-onlycheck_vehicle_availabilityCheck availability and total price of up to 10 cars for given pickup/return dates.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hotelscasa-mcp]
url = "https://mcp.hotelscasa.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hotelscasa-mcp": {
"type": "http",
"url": "https://mcp.hotelscasa.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hotelscasa-mcp
Remote MCP URL: https://mcp.hotelscasa.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hotelscasa-mcp": {
"url": "https://mcp.hotelscasa.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hotelscasa-mcp": {
"type": "http",
"url": "https://mcp.hotelscasa.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hotelscasa-mcp",
"transport": "streamable-http",
"url": "https://mcp.hotelscasa.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.