IK
I Know The Pilot
/get_cheapest_flight_dates
Get Cheapest Flight Dates
For a known origin and destination, get the cheapest fare for each departure date in a date window. Prices are cached fares in AUD from I Want That Flight (I Kn
liveverifiedunknown~5s typical
mcpprobediknowthe
$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-au-com-iknowthepilot-flight-deals /get_cheapest_flight_dates for me.
Input
| Field | Type | Description |
|---|---|---|
| origin* | string | 3-letter IATA origin airport code (e.g. 'SYD', 'MEL') |
| destination* | string | Destination airport code, city name, or country name (e.g. 'DPS', 'Bali', 'Japan') |
| depart_date_from* | string | Start of the departure window (YYYY-MM-DD) |
| depart_date_to* | string | End of the departure window (YYYY-MM-DD) |
| round_trip | boolean | True for return fares (default), false for one-way default true |
| cabin_class | string (economy | premium_economy | business | first) | Cabin class default "economy" |
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-au-com-iknowthepilot-flight-deals","endpoint":"/get_cheapest_flight_dates","input":{"origin":"...","destination":"...","depart_date_from":"...","depart_date_to":"...","round_trip":true,"cabin_class":"economy"}}'cli
npx cracked-ai run -p mcp-au-com-iknowthepilot-flight-deals -e /get_cheapest_flight_dates -i '{"origin":"...","destination":"...","depart_date_from":"...","depart_date_to":"...","round_trip":true,"cabin_class":"economy"}'mcp
run_tool({ provider: "mcp-au-com-iknowthepilot-flight-deals", endpoint: "/get_cheapest_flight_dates", input: {"origin":"...","destination":"...","depart_date_from":"...","depart_date_to":"...","round_trip":true,"cabin_class":"economy"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.