INDIVIDUAL MCP TOOL
generate_amortization_schedule
Generates the complete period-by-period amortization schedule for a commercial equipment lease or finance agreement: payment date, payment amount, interest portion, principal portion, and remaining balance for every period, plus totals.
LIVE ENDPOINT
https://leaseiq-pro.mcpize.run/mcp
Connect to this endpoint to inspect the live schema for generate_amortization_schedule and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.leaseiq-pro-via-mcpize]
url = "https://leaseiq-pro.mcpize.run/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"leaseiq-pro-via-mcpize": {
"type": "http",
"url": "https://leaseiq-pro.mcpize.run/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: leaseiq-pro-via-mcpize
Remote MCP URL: https://leaseiq-pro.mcpize.run/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": {
"leaseiq-pro-via-mcpize": {
"url": "https://leaseiq-pro.mcpize.run/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"leaseiq-pro-via-mcpize": {
"type": "http",
"url": "https://leaseiq-pro.mcpize.run/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "leaseiq-pro-via-mcpize",
"transport": "streamable-http",
"url": "https://leaseiq-pro.mcpize.run/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_lease— Deterministic commercial equipment lease and finance calculator.solve_lease_structure— Newton-Raphson reverse solver for commercial equipment leases.calculate_auto_lease— Exact consumer car lease calculator using real captive-lender math: money factor rent charge, residual-based depreciation, state tax methods (monthly on payment, upfront on selling price, upfront on total lease, TAVT), fee capitalization, zero-drive-off iteration, and multiple security deposit (MSD) money-factor discounts with ROI.calculate_auto_loan— Exact auto loan payment calculator for vehicle purchases.