eCommerce
flytravel.al
Travel booking service for vacations and hotels in Antalya and Bodrum with charter flights from Tirana.
ENDPOINT 1
https://flytravel.al/mcp
MCP server metadata
- Name
- flytravel-albania
- Version
- 1.2.0
Fly Travel Albania — licensed Albanian online travel agency (Tirana). All prices are CACHED from recent real searches (each row has cached_at/age_minutes) — not live. CHARTER prices are PACKAGE TOTALS for the row's "party" (2 adults unless party_match=true says otherwise); TOUR prices are per person. Prices are DATE-SPECIFIC: never attribute a price to a different departure date than its own "date" field. ROUTING: discovery/advice/budget questions ("what do you suggest for 1500 EUR, 5 stars, aquapark?") → ONE charter_offers call with the date, party and filters; one named hotel → charter_hotel WITH the date and party; 2-6 named hotels → compare_hotels; amenities/facilities → hotel_details; "which date is cheapest" → charter_flexible_dates; departure calendars → charter_dates; organized group tours → tours_list, and ONE tour's program/dates/date-specific price → tour_details; non-charter holiday packages (Corfu, Parga, Crete, Malta, Barcelona…) → holiday_packages. Do NOT call charter_hotel repeatedly to browse — charter_offers filters the whole cache in one request. MULTI-ROOM parties (e.g. two families): the engine prices ONE room per search — make one call per room with that room's adults/children and sum the totals; say the total is the sum of per-room packages. If no exact cached price exists for the requested date/party, say so (party_match=false = 2-adult reference) and share the hotel_page link (it prices any date and party live). FINAL VERIFICATION: there is deliberately no live-quote tool on this anonymous surface — the hotel_page/booking links ARE the live verification: they reprice the exact date and party in seconds; hand the link when the user is ready to book. Advise from the tiers — never lead with only the cheapest option unless the user explicitly asks for the cheapest. Always give the user a booking_link/hotel_page URL to book. Human pages: https://flytravel.al/cmimet (live prices), https://flytravel.al/per-ai (about this API).
Known tools 12
charter_cheapestCheapest 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).
Inferred read-onlycharter_offersTHE 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…).
Inferred read-onlycharter_datesReal 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.
Inferred read-onlytours_listEscorted 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.
Inferred read-onlybooking_linkDeep 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.
Inferred read-onlyprices_digestToday's full machine-readable price digest (charter packages, tours, guides, FAQ) — same content as https://flytravel.
Inferred read-onlyhotel_detailsStatic 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.
Inferred read-onlycompare_hotelsSide-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.
Inferred read-onlycharter_flexible_datesFor flexible travellers: the lowest CACHED package total for each departure date inside a window (max 31 days) for a destination and party, plus best_value_date.
Inferred read-onlytour_detailsFull cached details for ONE organized group tour: the COMPLETE departure-date calendar, the day-by-day program as text, duration, transport, and the per-person price.
Inferred read-onlyholiday_packagesOur NON-charter holiday packages from Tirana (flight+hotel or bus+hotel: Corfu, Parga, Crete, Malta, Barcelona, Mallorca, Rimini…): which destinations are on sale right now, their validated upcoming departure dates, an INDICATIVE "from €X per person" price and the booking page link.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for flytravel.al was fetched 2026-08-23T18:33:33.328Z and is being refreshed.
flytravel.al is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.