au.com.iknowthepilot/flight-deals
Official3 toolsI Know The Pilot
Find curated cheap flight and travel deals from Australia.
Find curated cheap flight and travel deals from Australia.
Captured live from the server via tools/list.
search_deals
Search for currently active curated flight deals from Australia. Returns deals matching destination and/or price criteria. Deals are curated exceptional fares, not live inventory search.
Parameters (3)
- destinationstring
Airport code, city name, or country name (e.g. 'DPS', 'Bali', 'Japan')
- max_priceinteger
Maximum price in AUD
- limitinteger
Number of results (1-20, default 5)
list_top_deals_from
List the cheapest currently active flight deals from a specific Australian airport. Great for answering 'what's cheap from Melbourne right now?'
Parameters (2)
- originstringrequired
Australian airport code (e.g. 'MEL', 'SYD', 'BNE', 'PER', 'ADL')
- limitinteger
Number of results (1-20, default 5)
get_deal
Get full details for a specific flight deal including routes and airlines.
Parameters (1)
- deal_idintegerrequired
The deal ID
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"flight-deals": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://iknowthepilot.com.au/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.