Credit GPS — Canadian credit
CG
Credit GPS — Canadian credit
/simulate_paydown

Simulate a paydown

What-if for a specific payment: pay this amount on this card before it closes, and here is the reported utilization before and after, per card and blended, plus

liveverifiedunknown~5s typical
mcpprobedcreditgps
$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-ca-creditgps-canadian-credit /simulate_paydown for me.

Input

FieldTypeDescription
cards*arrayThe person's revolving credit accounts. Ask for limit, statement balance, and statement cl
cardName*stringWhich card the payment goes on. Partial names are matched.
amount*numberPayment amount in CAD, posting before that card's statement closes.
todaystringToday's date in the person's local timezone, yyyy-mm-dd. Pass it — the server otherwise fa

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-ca-creditgps-canadian-credit","endpoint":"/simulate_paydown","input":{"cards":[],"cardName":"...","amount":1}}'
cli
npx cracked-ai run -p mcp-ca-creditgps-canadian-credit -e /simulate_paydown -i '{"cards":[],"cardName":"...","amount":1}'
mcp
run_tool({ provider: "mcp-ca-creditgps-canadian-credit", endpoint: "/simulate_paydown", input: {"cards":[],"cardName":"...","amount":1} })

Try it

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