← letuska.cz

INDIVIDUAL MCP TOOL

get_cheapest_flights

Get the cheapest round-trip flights on **Letuška** (letuska.cz).

letuska.cznone authenticationAvailability not checked

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 endpoint

letuska.cz

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.letuska-cz]
url = "https://radar.letuska.cz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "letuska-cz": {
      "type": "http",
      "url": "https://radar.letuska.cz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: letuska-cz
Remote MCP URL: https://radar.letuska.cz/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": {
    "letuska-cz": {
      "url": "https://radar.letuska.cz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "letuska-cz": {
      "type": "http",
      "url": "https://radar.letuska.cz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "letuska-cz",
  "transport": "streamable-http",
  "url": "https://radar.letuska.cz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_direct_flights — Find non-stop direct round-trip flights on **Letuška** (letuska.cz) where both outbound and inbound legs are direct.
  • find_deals — Find discounted round-trip flight deals on **Letuška** (letuska.cz) — the Czech flight booking platform.
  • get_weekend_trips — Find weekend trip deals on **Letuška** (letuska.cz) — 2-4 day round-trips departing Thu/Fri, returning Sun/Mon.
  • get_last_minute — Find last-minute round-trip flight deals on **Letuška** (letuska.cz) departing within the next 1-14 days.
  • lookup_airline — Search for airlines by IATA/ICAO code or name.
  • lookup_airport — Search for airports by IATA code, name, or city.