FT
Fly Travel Albania
/charter_dates
Upcoming charter departure 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 dep
liveverifiedunknown~5s typical
mcpprobedflytravelalbania
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-al-flytravel-travel-prices /charter_dates for me.
Input
| Field | Type | Description |
|---|---|---|
| destination* | string | Destination key, e.g. 'antalya' or 'bodrum'. |
| date_from | string | Only departures on/after this date (YYYY-MM-DD). |
| date_to | string | Only departures on/before this date (YYYY-MM-DD). |
| month | string | Whole-month window, e.g. '2026-09' (ignored when date_from/date_to given). |
| limit | integer | Max dates to return (default 20). |
| adults | integer | Number of adults (default 2). |
| children_ages | array | Age of each child AT DEPARTURE (0-14 = child; 15+ is counted as an adult automatically). |
| nights | integer | Trip length in nights. Omit for the standard charter length (6 nights / 7 days). Most depa |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-al-flytravel-travel-prices","endpoint":"/charter_dates","input":{"destination":"..."}}'cli
npx cracked-ai run -p mcp-al-flytravel-travel-prices -e /charter_dates -i '{"destination":"..."}'mcp
run_tool({ provider: "mcp-al-flytravel-travel-prices", endpoint: "/charter_dates", input: {"destination":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.