CG
Credit GPS — Canadian credit
/payoff_timeline
How long to pay this card off
How long a card takes to clear at a fixed monthly payment, and what the interest costs over that time. Answers "if I pay $200 a month, when is this paid off?" a
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 /payoff_timeline 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 to pay off. Partial names are matched. |
| monthlyPayment | number | Fixed amount paid each month in CAD. Omit to use the card's minimum payment, if one was su |
| 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":"/payoff_timeline","input":{"cards":[],"cardName":"..."}}'cli
npx cracked-ai run -p mcp-ca-creditgps-canadian-credit -e /payoff_timeline -i '{"cards":[],"cardName":"..."}'mcp
run_tool({ provider: "mcp-ca-creditgps-canadian-credit", endpoint: "/payoff_timeline", input: {"cards":[],"cardName":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.