Credit GPS — Canadian credit
CG
Credit GPS — Canadian credit
/credit_plan

Multi-step credit plan

An ordered plan for one of three goals: raise_score, pay_down_balances, or build_credit. Safety steps come first (anything overdue, then imminent minimums), the

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 /credit_plan for me.

Input

FieldTypeDescription
cards*arrayThe person's revolving credit accounts. Ask for limit, statement balance, and statement cl
goal*string (raise_score | pay_down_balances | build_credit)Which goal to plan for.
todaystringToday's date in the person's local timezone, yyyy-mm-dd. Pass it — the server otherwise fa
targetUtilizationnumberTarget 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":"/credit_plan","input":{"cards":[],"goal":"raise_score"}}'
cli
npx cracked-ai run -p mcp-ca-creditgps-canadian-credit -e /credit_plan -i '{"cards":[],"goal":"raise_score"}'
mcp
run_tool({ provider: "mcp-ca-creditgps-canadian-credit", endpoint: "/credit_plan", input: {"cards":[],"goal":"raise_score"} })

Try it

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