catalog
C
catalog
/search_card_catalog

Search the card catalog

Find credit cards open to new applicants by issuer, annual fee, network, rewards currency, or a benefit they carry. Returns a short row per card; call get_card_

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

Input

FieldTypeDescription
issuerstringExact issuer name.
card_typestring (Business | Personal)Personal or Business.
networkstring (American Express | Discover | Mastercard | Visa)Payment network.
max_annual_feenumberHighest annual fee in dollars, inclusive.
no_foreign_transaction_feebooleanOnly cards with no foreign transaction fee.
rewards_currencystringLoyalty currency the card earns, e.g. 'Chase Ultimate Rewards'. Matched loosely.
benefitstringWords to look for in a card's statement credits, lounge networks, or purchase/travel prote
has_lounge_accessbooleanOnly cards carrying at least one lounge network.
has_free_night_certificatebooleanOnly cards granting a free night certificate.
limitnumberRows to return. Default 10, maximum 25.

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

Try it

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