CG
Credit GPS — Canadian credit
/purchase_impact
Which card for this purchase
Before a large purchase: which card reports the least damage, which is cheapest to carry, and the trade-off when those are different cards. Returns both answers
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 /purchase_impact for me.
Input
| Field | Type | Description |
|---|---|---|
| cards* | array | The person's revolving credit accounts. Ask for limit, statement balance, and statement cl |
| amount* | number | Purchase amount in CAD. |
| 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":"/purchase_impact","input":{"cards":[],"amount":1}}'cli
npx cracked-ai run -p mcp-ca-creditgps-canadian-credit -e /purchase_impact -i '{"cards":[],"amount":1}'mcp
run_tool({ provider: "mcp-ca-creditgps-canadian-credit", endpoint: "/purchase_impact", input: {"cards":[],"amount":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.