← hotelscasa.com

INDIVIDUAL MCP TOOL

find_flights

Link to search and book flights on HotelsCasa.

hotelscasa.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.hotelscasa.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_flights and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hotelscasa.com

CONNECT 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.

Related tools

  • search_hotels — Search hotels on HotelsCasa: more than 1.
  • get_hotel — Full 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.
  • search_activities — Search tickets, tours and attractions (museums, monuments, day trips) sold on HotelsCasa with our partner Tiqets.
  • get_activity — Details of one activity by activity_key: description, what is included, duration, cancellation, next available dates with prices, photos and the page url.
  • book_ground_transport — Ground 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.
  • partner_with_hotelscasa — For businesses and professionals who want to WORK with HotelsCasa (not for travellers).
  • search_properties — Search the holiday homes, villas, rural houses and small hotels that private owners list directly on HotelsCasa (hotelscasa.
  • get_property — Full 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).