INDIVIDUAL MCP TOOL
explain_retention_periods
Use this for any "how long will this stay on my credit report" question.
LIVE ENDPOINT
https://mcp.creditgps.ca/mcp
Connect to this endpoint to inspect the live schema for explain_retention_periods and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_next_move— Use this when someone asks what to pay first, what to do next, or how to lower utilization before it is reported.get_reported_snapshot— Use this when someone asks how their cards look, where they stand, or which card is the problem.get_statement_calendar— Use this when someone asks about timing, what is coming up, or why the closing date differs from the due date.simulate_paydown— Use this when someone asks what happens if they pay a particular amount, or wants to compare two amounts.compare_cards_for_purchase— Use this when someone asks which card to put a purchase on.get_credit_plan— Use this when someone wants more than the next single action.calculate_payoff_timeline— Use this for "if I pay $200 a month, when is this paid off?estimate_close_card_impact— Use 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.