INDIVIDUAL MCP TOOL
loan_repay_early
Work out what settling or overpaying costs as of a period: the outstanding balance, the penalty if one is given, the recalculated remaining schedule and the interest saved, stated gross and net of the penalty.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/lease-schedule
Connect to this endpoint to inspect the live schema for loan_repay_early 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.mcp-amortization]
url = "https://mcp.zovo.one/mcp/lease-schedule"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-amortization": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-amortization
Remote MCP URL: https://mcp.zovo.one/mcp/lease-schedule
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": {
"mcp-amortization": {
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-amortization": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-amortization",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
loan_create— Record a loan or lease and return its id, level payment and effective annual rate.loan_schedule— Build one loan's schedule: opening balance, payment, interest, principal and closing per period, with total interest.loan_journal— Return the double entry for one payment period or month: debit interest expense and loan liability, credit cash, in the cash book's account names, with an expense_add-ready payload.loan_list— List the register with terms, level payment, effective annual rate and, at as_of, periods paid, balance outstanding, interest to date and the next payment, totalled per currency.loan_delete— Remove one loan or lease from the register and give its free-tier slot back.loans_report— The debt at as_of: per loan what is outstanding, whether it is settled, the next payment, and the interest and principal charged in a year, then totals per currency.license_status— Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.license_activate— Turn Pro on for this connection with key, an MCPL1.