← manageyourloans.com.au

INDIVIDUAL MCP TOOL

check_costco_eligibility

Check eligibility for the Costco partner service and Shop Card reward (Executive membership + a settled loan).

manageyourloans.com.aunone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-myl-oov7xgbxua-ts.a.run.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_costco_eligibility 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

manageyourloans.com.au

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.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.

Related tools

  • calculate_repayments — Estimate monthly & fortnightly principal-and-interest repayments and total interest for a home/personal loan scenario.
  • estimate_borrowing_power — Estimate indicative borrowing capacity, assessed at a buffered rate (APRA +3% serviceability buffer).
  • compare_loan_types — List Manage Your Loans' loan categories with what each is for and a link.
  • get_rate_guidance — Explain how Australian home-loan rates are determined and the next step.
  • create_enquiry — Submit a mortgage enquiry to Manage Your Loans on the customer's behalf so a broker contacts them.