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
| Field | Type | Description |
|---|---|---|
| cards* | array | The person's revolving credit accounts. Ask for limit, statement balance, and statement cl |
| cardName* | string | Which card the payment goes on. Partial names are matched. |
| amount* | number | Payment amount in CAD, posting before that card's statement closes. |
| today | string | Today'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.