← flytravel.al

INDIVIDUAL MCP TOOL

prices_digest

Today's full machine-readable price digest (charter packages, tours, guides, FAQ) — same content as https://flytravel.

flytravel.alnone authenticationAvailability not checked

LIVE ENDPOINT

https://flytravel.al/mcp

No auth detected

Connect to this endpoint to inspect the live schema for prices_digest 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

flytravel.al

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.flytravel-albania]
url = "https://flytravel.al/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flytravel-albania": {
      "type": "http",
      "url": "https://flytravel.al/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flytravel-albania": {
      "type": "http",
      "url": "https://flytravel.al/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flytravel-albania",
  "transport": "streamable-http",
  "url": "https://flytravel.al/mcp"
}
MCP Inspector

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

Related tools

  • charter_cheapest — Cheapest flight+hotel charter packages from Tirana (Albania) per destination, from the live booking-engine cache (the 5 cheapest per destination, each on its own date).
  • charter_hotel — Cached price(s) for ONE hotel named by the user (e.
  • charter_offers — THE discovery tool: filters the whole cached charter inventory (hundreds of hotels) in ONE call by date, TOTAL budget, stars, board, zone, party and hotel features (aquapark, kids club, adults-only, beach, spa, luxury…).
  • charter_dates — Real upcoming charter departure dates from Tirana for a destination (cached calendar), each with the trip lengths (nights_available) really on sale for that departure and a ready booking-search link.
  • tours_list — Escorted group tours from Tirana with Albanian-speaking guides (cached catalogue): stable id, title, days/nights, cities, transport, next_departure and the PER PERSON price in EUR — unlike charter packages, tour prices are per person.
  • booking_link — Deep link into the live charter search results for a destination, date, party and optional trip length — hand this URL to the user to see live availability and book.
  • hotel_details — Static facts we hold about ONE charter hotel: stars, zone, provider-tagged categories, tri-state features (aquapark, kids_club, kids_pool, beach, private_beach, spa, adults_only, luxury, night_entertainment, water_slides — true/false/null where null = unknown), the facility list and a short description.
  • compare_hotels — Side-by-side comparison of 2-6 named hotels for a date and party: cached price (with party_match + cached_at), stars, zone, board, room, features (aquapark, kids club, beach, spa, adults-only…) and a booking link each — one call instead of several charter_hotel calls.