C
catalog
/estimate_point_value
What a point is worth
Miles' own estimate of a loyalty point's value in cents, optionally multiplied by a balance. Call with no arguments to list every program Miles values, with the
liveverifiedunknown~5s typical
mcpprobedcatalog
$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-ai-askmiles-catalog /estimate_point_value for me.
Input
| Field | Type | Description |
|---|---|---|
| program | string | Loyalty program, e.g. 'World of Hyatt'. Matched loosely. Omit to list all. |
| points | number | A balance to value, in points. |
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-ai-askmiles-catalog","endpoint":"/estimate_point_value","input":{}}'cli
npx cracked-ai run -p mcp-ai-askmiles-catalog -e /estimate_point_value -i '{}'mcp
run_tool({ provider: "mcp-ai-askmiles-catalog", endpoint: "/estimate_point_value", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.