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.3.1
Credit GPS provides Canadian credit-card scenario calculations and dated reference material. Use calculation tools for user-requested utilization comparisons, payment scenarios, statement calendars, payoff timelines, and hypothetical card closures. Use reference tools for Canadian reporting questions, newcomer pathways, and product information. Budgeting, investment recommendations, transactions, and non-Canadian credit rules are outside scope. All tools are read-only and use supplied figures or bundled data. They do not access bank accounts or credit files, execute payments, or fetch live information. Use card nicknames; do not request account numbers, a SIN, credentials, or full credit reports. Credit GPS is available throughout Canada, including Quebec. Users obtain free bureau reports themselves and manually enter figures in the separate Credit GPS application for score tracking. Use describe_credit_gps for those instructions. The plugin cannot save entries, retrieve stored scores, or pull Equifax or TransUnion files. Direct bureau pulls are not on the current near-term roadmap. Collect the figures required by the selected tool. The tools estimate_close_card_impact, find_statement_close_date, explain_when_issuers_report, explain_missed_payment, explain_retention_periods, explain_canadian_credit_mechanics, and list_credit_building_products can answer without figures; otherwise ask for missing inputs. Pass the user's local date as today. Keep unknown APR and minimum payments omitted. Treat assumed dates as provisional, never as confirmed deadlines. Statement closing dates are planning inputs, not verified bureau transmission dates. Actual reporting timing, balances, payment posting, and product eligibility can differ. Preserve assumptions and source dates. The calculator's utilization bands are planning thresholds, not validated score-model boundaries. No score-point forecasts, confidence percentages, or approval predictions are available. Reference data as of 2026-08-23.
Known tools 16
get_next_moveUse this when someone asks what to pay first, what to do next, or how to lower utilization before it is reported.
Potential side effectsget_reported_snapshotUse this when someone asks how their cards look, where they stand, or which card is the problem.
Inferred read-onlyget_statement_calendarUse this when someone asks about timing, what is coming up, or why the closing date differs from the due date.
Inferred read-onlysimulate_paydownUse this when someone asks what happens if they pay a particular amount, or wants to compare two amounts.
Potential side effectscompare_cards_for_purchaseUse this when someone asks which card to put a purchase on.
Potential side effectscalculate_payoff_timelineUse this for "if I pay $200 a month, when is this paid off?
Potential side effectsestimate_close_card_impactUse this for "should I cancel the credit card I never use", "is it bad to close a card", or any question about cancelling, downgrading, or consolidating cards.
Inferred read-onlyexplain_canadian_credit_mechanicsUse this for a requested explanation of Canadian credit scores, reports, utilization, or reporting timing.
Inferred read-onlyget_newcomer_credit_pathUse this for any question about building credit as an immigrant, newcomer, international student, or temporary resident in Canada.
Inferred read-onlylist_credit_building_productsUse this to retrieve dated reference examples of Canadian secured cards and credit-building products.
Inferred read-onlydescribe_credit_gpsUse this when someone asks what Credit GPS is, who made this, whether their data is stored, or why an answer stopped short.
Inferred read-onlyfind_statement_close_dateUse this whenever someone does not know their statement closing date, or gives a payment due date and asks what to pay.
Potential side effectsexplain_when_issuers_reportUse this for "when will this show up on my credit report" or "what day does my bank report".
Inferred read-onlyexplain_missed_paymentUse this for a missed, late, or nearly-late payment, or for "how long will this hurt me".
Potential side effectsexplain_retention_periodsUse this for any "how long will this stay on my credit report" question.
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 and is being refreshed.
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.