← catalogue · rank #93
flight deals
Find priced flights or deals
Find curated cheap flight and travel deals from Australia.
Usability
Skill: Find curated cheap flight deals from Australia. Use search_deals to find deals by destination, list_top_deals_from to see the cheapest deals from a specific airport, or get_deal for full deal details. For cheapest cached fares by date (not curated deals), use get_cheapest_flight_… Tools: search_deals, list_top_deals_from, get_deal, get_cheapest_flight_dates, find_cheapest_flights_to. Best live test 5/5 — Answered the domain question. Weakest 3/5 — Thin but ran. Partially usable — works, but inventory or schema is picky.
usefulness 3.7/5 cheap flight deals https://iknowthepilot.com.au/mcp
How to use it (server skill)
Find curated cheap flight deals from Australia. Use search_deals to find deals by destination, list_top_deals_from to see the cheapest deals from a specific airport, or get_deal for full deal details. For cheapest cached fares by date (not curated deals), use get_cheapest_flight_dates when the origin is known, or find_cheapest_flights_to to compare origins.
What it is for
Curated cheap flight deals from Australia.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. Search for currently active curated flight deals from Australia
score 3/5 · Thin but ran. · live · search_deals
call
{
"tool": "search_deals",
"arguments": {
"destination": "CDG"
}
}reply
{"deals":[],"total":0,"message":"No destinations found matching 'CDG'"}2. List the cheapest currently active flight deals from a specific Australian airport
score 3/5 · Thin but ran. · live · list_top_deals_from
call
{
"tool": "list_top_deals_from",
"arguments": {
"origin": "BTS"
}
}reply
{"deals":[],"total":0,"message":"'BTS' is not a valid Australian airport code. Valid codes: MEL, SYD, BNE, ADL, OOL, DRW, PER, HBA, CBR, TSV, CNS"}3. 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
score 5/5 · Answered the domain question. · live · find_cheapest_flights_to
call
{
"tool": "find_cheapest_flights_to",
"arguments": {
"destination": "CDG",
"depart_date_from": "Dubai Marina",
"depart_date_to": "Dubai Marina"
}
}reply
Couldn't match 'CDG' to an airport - try a city name or IATA code (e.g. 'DPS').
Open source / endpoint Business model