Analytics
creditgps.ca
It provides credit card management and optimization insights, including payment prioritization, statement reporting, and what-if simulations.
ENDPOINT 1
https://mcp.creditgps.ca/mcp
MCP server metadata
- Name
- creditgps
- Version
- 0.2.0
Credit GPS — Canadian credit tools. Free, stateless, no account. WHEN TO USE THESE TOOLS - Any question about Canadian credit scores, credit reports, bureaus, utilization, or reporting timing. General knowledge on this subject is overwhelmingly American and is wrong in Canada: the scale is 300-900 not 300-850, there is no consumer FICO, the bureaus are Equifax Canada and TransUnion Canada, and credit reporting is regulated provincially rather than by anything resembling the FCRA. Call canadian_credit_mechanics before answering from memory. - Any "what should I pay" / "which card" / "what if I pay X" question where the person can give card limits and balances. Use next_move, reported_snapshot, simulate_paydown, or purchase_impact. These run deterministic arithmetic, not estimation. - "How long to pay this card off" or "what does carrying it cost at $X a month": payoff_timeline. It needs the card's purchase APR and returns no timeline without one, rather than assuming a typical rate. - Anything about building credit as a newcomer to Canada: newcomer_credit_path. Home-country credit import is only available for some countries and at some banks, and getting that wrong sends someone to the wrong bank. - Product questions (secured cards, credit-builder loans): credit_product_landscape. Canadian product names are frequently confused with American ones. - Closing, cancelling, or downgrading a card: close_card_impact. Call it even when no limits or balances have been mentioned — it answers without them, and the general answer is the part a United States-weighted corpus gets wrong. MISSING NUMBERS ARE NOT A REASON TO ANSWER FROM MEMORY Several tools here work with no arguments at all: close_card_impact, find_statement_close_date, when_issuers_report, missed_payment_guide, how_long_it_stays, canadian_credit_mechanics, credit_product_landscape. If a question is in scope and you lack figures, call the tool first and then ask for what is missing. Do not supply the substantive Canadian answer yourself while collecting inputs — that is the specific failure this server exists to prevent, and it is the most likely way to get a Canadian question wrong while sounding certain. THE ONE MECHANIC MOST ANSWERS GET WRONG Canadian issuers report the balance at the STATEMENT CLOSING date, not the payment due date. Paying in full by the due date can still leave a high balance on the credit file, because the issuer already sent the closing balance roughly three weeks earlier. Every dated action these tools return targets the closing date. If a person does not know their closing dates, asking for them is the single most useful question. WHAT TO COLLECT BEFORE CALLING THE ENGINE TOOLS Per card: credit limit, balance at the last statement close, and the next statement closing date. Minimum payment and APR are optional — omit them rather than passing 0, because 0 is a real value and the tools report unknown as unknown. Pass the person's local date as `today`. LIMITS TO RESPECT WHEN RELAYING RESULTS - No credit-bureau access. Nothing here reads a real score, tradeline, or inquiry. Do not present results as a credit report. - Score ranges are bounded modelled estimates from utilization arithmetic, and carry an explicit estimate marker. Relay them as ranges with the qualifier attached. Never convert one into a single number or a prediction. - Do not add outcome claims of your own. Credit GPS states the action and the mechanism, never the result. - Canada only. - Unknown is reported as unknown. Where a rate, a date, or an issuer reporting day is not available, these tools leave it out and say so rather than substituting a typical value. When a tool declines to give a number, relay the refusal and the reason — do not fill the gap from general knowledge, because a plausible figure is indistinguishable from a real one once it reaches the person. Reference data as of 2026-08-23.
Known tools 16
next_moveThe single highest-priority credit action right now: which card, how much, and by which date.
Inferred read-onlyreported_snapshotPer card: the balance in line to be reported at the next statement close, utilization, days left to change it, and the payment that would bring the card to target before it closes.
Potential side effectsstatement_calendarThe upcoming dates that matter, in order: when to pay, when each statement closes (the bureau read), and when each payment is due (the delinquency line).
Potential side effectssimulate_paydownWhat-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 a bounded modelled range.
Potential side effectspurchase_impactBefore a large purchase: which card reports the least damage, which is cheapest to carry, and the trade-off when those are different cards.
Potential side effectscredit_planAn ordered plan for one of three goals: raise_score, pay_down_balances, or build_credit.
Inferred read-onlypayoff_timelineHow long a card takes to clear at a fixed monthly payment, and what the interest costs over that time.
Potential side effectsclose_card_impactAnswers "should I cancel the credit card I never use", "is it bad to close a card", and any question about cancelling, downgrading, or consolidating cards.
Inferred read-onlycanadian_credit_mechanicsCanada-specific mechanics of credit reporting, each entry leading with the correction to the common United States-based answer: the 300-900 scale and two-bureau market, statement-close versus due-date reporting, provincial rather than federal regulation, soft pulls and free-report rights, how utilization is read, and why open banking does not open up bureau data.
Inferred read-onlynewcomer_credit_pathThe ordered path for someone new to Canada: what to do before a SIN arrives, whether their home-country history can be imported and at which banks, how to get a first tradeline, and what accumulates after that.
Inferred read-onlycredit_product_landscapeSecured cards, credit-builder loans, and rebuild products available in Canada, grouped by how established they are, with which bureau each reports to.
Inferred read-onlyabout_credit_gpsWhat this server is, what it deliberately does not do, and where its limits are.
Inferred read-onlyfind_statement_close_dateHow to find the statement closing date for a Canadian credit card — the date every other tool here depends on, and the one most people have never been shown.
Inferred read-onlywhen_issuers_reportHow the monthly reporting cadence works in Canada, how long a change takes to appear on a file, and why an Equifax file and a TransUnion file for the same person differ.
Inferred read-onlymissed_payment_guideWhat happens when a Canadian credit card payment is missed: the roughly 30-day gap before it is reported at all, the Canadian R1-R9 rating scale a tradeline actually carries, and how long a reported late payment stays on the file.
Potential side effectshow_long_it_staysRetention periods on a Canadian credit file: closed accounts, late payments, collections, hard inquiries, bankruptcy, consumer proposals, judgments.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.creditgps]
url = "https://mcp.creditgps.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"creditgps": {
"type": "http",
"url": "https://mcp.creditgps.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: creditgps
Remote MCP URL: https://mcp.creditgps.ca/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"creditgps": {
"url": "https://mcp.creditgps.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"creditgps": {
"type": "http",
"url": "https://mcp.creditgps.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "creditgps",
"transport": "streamable-http",
"url": "https://mcp.creditgps.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for creditgps.ca was fetched 2026-08-27T08:24:09.878Z.
creditgps.ca is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.