AT
Award Travel Finder
/get_buy_points_pricing
get buy points pricing
Get the cost to buy points/miles for a loyalty program. Returns tiered base purchase pricing and any active bonus promotion. Use to answer 'how much does it cos
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_buy_points_pricing for me.
Input
| Field | Type | Description |
|---|---|---|
| program | string | Program slug. Omit to list all available programs. |
| quantity | integer | Number of points/miles to price (e.g. 50000). |
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_buy_points_pricing","input":{}}'cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /get_buy_points_pricing -i '{}'mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/get_buy_points_pricing", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.