General Tools
manageyourloans.com.au
Provides Australian home and personal loan calculators, borrowing power estimates, loan type comparisons, and eligibility checks.
ENDPOINT 1
https://mcp-myl-oov7xgbxua-ts.a.run.app/mcp
MCP server metadata
- Name
- Manage Your Loans
- Version
- 1.12.4
Known tools 6
calculate_repaymentsEstimate monthly & fortnightly principal-and-interest repayments and total interest for a home/personal loan scenario.
Inferred read-onlyestimate_borrowing_powerEstimate indicative borrowing capacity, assessed at a buffered rate (APRA +3% serviceability buffer).
Inferred read-onlycompare_loan_typesList Manage Your Loans' loan categories with what each is for and a link.
Inferred read-onlycheck_costco_eligibilityCheck eligibility for the Costco partner service and Shop Card reward (Executive membership + a settled loan).
Inferred read-onlyget_rate_guidanceExplain how Australian home-loan rates are determined and the next step.
Inferred read-onlycreate_enquirySubmit a mortgage enquiry to Manage Your Loans on the customer's behalf so a broker contacts them.
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.manage-your-loans]
url = "https://mcp-myl-oov7xgbxua-ts.a.run.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"manage-your-loans": {
"type": "http",
"url": "https://mcp-myl-oov7xgbxua-ts.a.run.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: manage-your-loans
Remote MCP URL: https://mcp-myl-oov7xgbxua-ts.a.run.app/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": {
"manage-your-loans": {
"url": "https://mcp-myl-oov7xgbxua-ts.a.run.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"manage-your-loans": {
"type": "http",
"url": "https://mcp-myl-oov7xgbxua-ts.a.run.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "manage-your-loans",
"transport": "streamable-http",
"url": "https://mcp-myl-oov7xgbxua-ts.a.run.app/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 run.app was fetched 2026-07-28T00:07:38.004Z and is being refreshed.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.