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
| Field | Type | Description |
|---|---|---|
| issuer | string | Exact issuer name. |
| card_type | string (Business | Personal) | Personal or Business. |
| network | string (American Express | Discover | Mastercard | Visa) | Payment network. |
| max_annual_fee | number | Highest annual fee in dollars, inclusive. |
| no_foreign_transaction_fee | boolean | Only cards with no foreign transaction fee. |
| rewards_currency | string | Loyalty currency the card earns, e.g. 'Chase Ultimate Rewards'. Matched loosely. |
| benefit | string | Words to look for in a card's statement credits, lounge networks, or purchase/travel prote |
| has_lounge_access | boolean | Only cards carrying at least one lounge network. |
| has_free_night_certificate | boolean | Only cards granting a free night certificate. |
| limit | number | Rows 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.