C
catalog
/get_card_facts
One card's catalog record
Everything the public catalog holds on one card: issuer, annual fee, network, foreign transaction fee, rewards currency, and the names of its statement credits,
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 /get_card_facts for me.
Input
| Field | Type | Description |
|---|---|---|
| card_name* | string | Card name, e.g. 'Amex Platinum' or 'Venture X'. |
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":"/get_card_facts","input":{"card_name":"..."}}'cli
npx cracked-ai run -p mcp-ai-askmiles-catalog -e /get_card_facts -i '{"card_name":"..."}'mcp
run_tool({ provider: "mcp-ai-askmiles-catalog", endpoint: "/get_card_facts", input: {"card_name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.