IK
I Know The Pilot
/list_top_deals_from
List Top Deals From Airport
List the cheapest currently active flight deals from a specific Australian airport. Great for answering 'what's cheap from Melbourne right now?'
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 /list_top_deals_from for me.
Input
| Field | Type | Description |
|---|---|---|
| origin* | string | Australian airport code (e.g. 'MEL', 'SYD', 'BNE', 'PER', 'ADL') |
| limit | integer | Number of results (1-20, default 5) default 5 |
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":"/list_top_deals_from","input":{"origin":"...","limit":5}}'cli
npx cracked-ai run -p mcp-au-com-iknowthepilot-flight-deals -e /list_top_deals_from -i '{"origin":"...","limit":5}'mcp
run_tool({ provider: "mcp-au-com-iknowthepilot-flight-deals", endpoint: "/list_top_deals_from", input: {"origin":"...","limit":5} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.