CG
Credit GPS — Canadian credit
/next_move
Next move
The single highest-priority credit action right now: which card, how much, and by which date. Dated to the statement CLOSING date rather than the payment due da
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 /next_move for me.
Input
| Field | Type | Description |
|---|---|---|
| cards* | array | The person's revolving credit accounts. Ask for limit, statement balance, and statement cl |
| today | string | Today's date in the person's local timezone, yyyy-mm-dd. Pass it — the server otherwise fa |
| targetUtilization | number | Target utilization as a decimal. Defaults to 0.29 — one point under the 30% band. |
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":"/next_move","input":{"cards":[]}}'cli
npx cracked-ai run -p mcp-ca-creditgps-canadian-credit -e /next_move -i '{"cards":[]}'mcp
run_tool({ provider: "mcp-ca-creditgps-canadian-credit", endpoint: "/next_move", input: {"cards":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.