C
creditcards.best
/check_eligibility
Check likely eligibility
Given a user's credit band (and optionally income), return cards they would typically qualify for, surfacing issuer application rules (e.g. Chase 5/24) and any
liveverifiedunknown~5s typical
mcpprobedcreditcards.best
$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-best-creditcards-mcp /check_eligibility for me.
Input
| Field | Type | Description |
|---|---|---|
| creditBand* | string (excellent | good | fair | poor | none) | |
| incomeUsd | number | |
| cardIds | array | Restrict to these cards; default is all verified cards |
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-best-creditcards-mcp","endpoint":"/check_eligibility","input":{"creditBand":"excellent"}}'cli
npx cracked-ai run -p mcp-best-creditcards-mcp -e /check_eligibility -i '{"creditBand":"excellent"}'mcp
run_tool({ provider: "mcp-best-creditcards-mcp", endpoint: "/check_eligibility", input: {"creditBand":"excellent"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.