AT
Award Travel Finder
/get_pricing
get pricing
Get the award pricing chart for a specific airline route. Shows points required per cabin class (off-peak/peak). No date needed. Paid feature.
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 /get_pricing for me.
Input
| Field | Type | Description |
|---|---|---|
| airline* | string (british_airways | qatar_airways | cathay_pacific | virgin_atlantic | iberia | emirates) | |
| departure_code* | string | |
| arrival_code* | string |
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":"/get_pricing","input":{"airline":"british_airways","departure_code":"...","arrival_code":"..."}}'cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /get_pricing -i '{"airline":"british_airways","departure_code":"...","arrival_code":"..."}'mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/get_pricing", input: {"airline":"british_airways","departure_code":"...","arrival_code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.