catalog
C
catalog
/find_transfer_routes

Which transfer routes exist

Which loyalty programs a currency transfers to, or which currencies reach a destination, and whether a transfer bonus is running. This is the route graph only —

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 /find_transfer_routes for me.

Input

FieldTypeDescription
from_programstringSource currency, e.g. 'Chase Ultimate Rewards'.
to_programstringDestination program, e.g. 'World of Hyatt'. Matched loosely; call with neither argument to
only_with_bonusbooleanOnly routes with a transfer bonus running.
include_inactivebooleanInclude routes that have been discontinued.
limitnumberRoutes to return. Default 100, maximum 200.

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":"/find_transfer_routes","input":{}}'
cli
npx cracked-ai run -p mcp-ai-askmiles-catalog -e /find_transfer_routes -i '{}'
mcp
run_tool({ provider: "mcp-ai-askmiles-catalog", endpoint: "/find_transfer_routes", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.