AT
Award Travel Finder
/search_all_airlines
search all airlines
Search award flight availability across every airline currently LIVE for a route and date, in parallel. The live list is measured from real searches in the last
liveunknown~5s typical
mcpawardtravelfinder
$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-com-awardtravelfinder-mcp /search_all_airlines for me.
Input
| Field | Type | Description |
|---|---|---|
| departure_code* | string | Departure airport IATA code (e.g. LHR) |
| arrival_code* | string | Arrival airport IATA code (e.g. JFK) |
| date* | string | Travel date (YYYY-MM-DD) |
| cabin | string (economy | premium_economy | business | first) | Cabin to unlock and rank by (default: economy). Results list EVERY bookable cabin the airl |
| flex_days | integer | Also search this many days either side of the date. Only widens the seats.aero results (al |
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-com-awardtravelfinder-mcp","endpoint":"/search_all_airlines","input":{"departure_code":"...","arrival_code":"...","date":"..."}}'cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /search_all_airlines -i '{"departure_code":"...","arrival_code":"...","date":"..."}'mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/search_all_airlines", input: {"departure_code":"...","arrival_code":"...","date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.