AT
Award Travel Finder
/get_program_rates
get program rates
Get the full award chart rates for a specific loyalty program. Returns all destinations with points required per cabin class including off-peak/peak pricing. Fr
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_program_rates for me.
Input
| Field | Type | Description |
|---|---|---|
| program* | string | Loyalty program slug (e.g. british-airways, emirates, aeroplan) |
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_program_rates","input":{"program":"..."}}'cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /get_program_rates -i '{"program":"..."}'mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/get_program_rates", input: {"program":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.