I Know The Pilot
IK
I Know The Pilot
/find_cheapest_flights_to

Find Cheapest Flights To Destination

When the user hasn't said where they're flying from, compare the cheapest fare to a destination from every origin airport with cached data. Prices are cached fa

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 /find_cheapest_flights_to for me.

Input

FieldTypeDescription
destination*stringDestination airport code, city name, or country name (e.g. 'DPS', 'Bali', 'Japan')
depart_date_from*stringStart of the departure window (YYYY-MM-DD)
depart_date_to*stringEnd of the departure window (YYYY-MM-DD)
round_tripbooleanTrue for return fares (default), false for one-way default true
cabin_classstring (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":"/find_cheapest_flights_to","input":{"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 /find_cheapest_flights_to -i '{"destination":"...","depart_date_from":"...","depart_date_to":"...","round_trip":true,"cabin_class":"economy"}'
mcp
run_tool({ provider: "mcp-au-com-iknowthepilot-flight-deals", endpoint: "/find_cheapest_flights_to", input: {"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.