LeaseIQ Pro
Server Details
Exact lease finance calculations: equipment structuring, solvers, amortization, auto lease & loan
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 5 of 5 tools scored.
Each tool targets a distinct calculation domain: auto lease, auto loan, commercial lease, amortization schedules, and solving for unknown lease parameters. There is no overlap in purpose, making it easy for an agent to select the correct tool.
All tool names follow a consistent verb_noun snake_case pattern (e.g., calculate_auto_lease, generate_amortization_schedule). This predictability helps agents quickly understand each tool's function.
With 5 tools, the set is well-scoped for a lease/loan calculator server. Each tool provides essential functionality without unnecessary bloat or missing core operations.
The set covers auto leasing, auto loans, commercial leasing, amortization schedules, and reverse solving. This provides full lifecycle support for lease/loan calculations, including dealer quote verification and lease-versus-buy comparisons.
Available Tools
5 toolscalculate_auto_leaseConsumer Auto Lease CalculatorInspect
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. Accepts either a money factor (e.g. 0.00225) or an APR (auto-converted). Use to verify dealer quotes, compare lease offers, or compute drive-off and lease-end buyout amounts.
| Name | Required | Description | Default |
|---|---|---|---|
| apr | No | Annual percentage rate, e.g. 5.4; converted as apr / 2400 | |
| msrp | Yes | MSRP in dollars, e.g. 45000 | |
| term | Yes | Lease term in months, typically 24, 36, or 48 | |
| docFee | No | Dealer documentation fee | |
| mileage | No | Annual mileage allowance (default 12000) | |
| rebates | No | Taxed incentives in dollars | |
| taxRate | No | Sales tax percentage, e.g. 6.625 | |
| msdCount | No | Number of multiple security deposits for money factor reduction | |
| taxMethod | No | State tax method (default 'Monthly') | |
| downPayment | No | Cash down / cap cost reduction in dollars | |
| moneyFactor | No | Money factor, e.g. 0.00225. Provide this OR apr | |
| sellingPrice | No | Negotiated selling price (defaults to MSRP) | |
| tradeInEquity | No | ||
| acquisitionFee | No | Bank acquisition fee, e.g. 895 | |
| capitalizeFees | No | true = roll fees into payment; false (default) = pay at signing | |
| dispositionFee | No | Fee charged at lease end | |
| isZeroDriveOff | No | true = capitalize all upfront costs for $0 due at signing | |
| registrationFee | No | ||
| residualPercent | Yes | Residual as percent of MSRP, e.g. 58 |
calculate_auto_loanAuto Loan / Purchase CalculatorInspect
Exact auto loan payment calculator for vehicle purchases. Computes monthly payment, total interest, total cost, and upfront cash for financed purchases, or the all-in cost for cash purchases. Useful together with calculate_auto_lease for lease-versus-buy comparisons.
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Annual loan rate percentage (required for finance) | |
| term | No | Loan term in months (required for finance) | |
| salesTax | No | Upfront sales tax amount in dollars (not a percentage) | |
| downPayment | No | ||
| vehiclePrice | Yes | Out-the-door vehicle price in dollars | |
| tradeInCredit | No | Trade-in equity applied in dollars | |
| purchaseMethod | No | Default 'finance' |
calculate_leaseCommercial Equipment Lease CalculatorInspect
Deterministic commercial equipment lease and finance calculator. Computes the exact periodic payment for equipment leases and equipment financing agreements: level payments, balloon, step-up/step-down, custom payment streams, interest-only periods, and skip/seasonal structures. Regression-tested against Excel-verified amortization to the penny. Use this instead of estimating lease payments: LLM arithmetic on compounding interest is unreliable, this engine is not. Returns payment, tax, interim rent, and totals (total interest, total of payments, final balance).
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | For Step/Custom structures: ordered payment segments | |
| taxRate | No | Sales tax rate percentage, e.g. 7 | |
| leaseTerm | Yes | Lease term in months, e.g. 60 | |
| taxMethod | No | Sales tax treatment: 'Exempt' (default), 'Monthly' on top of payment, or 'Upfront' capitalized | |
| skipMonths | No | For Skip: calendar months (1=Jan..12=Dec) skipped every year of the term, e.g. [12,1,2] for a seasonal business closed in winter | |
| downPayment | No | Down payment in dollars | |
| fundingDate | No | Funding date YYYY-MM-DD; a gap before leaseStartDate produces interim rent | |
| interestRate | Yes | Annual interest rate as a percentage, e.g. 7.5 for 7.5% | |
| equipmentCost | Yes | Total equipment cost in dollars, e.g. 150000 | |
| paymentTiming | No | 'Arrears' = end of period (default), 'Advance' = beginning of period | |
| residualValue | No | End-of-term residual in dollars (default 0 = full payout). Alternative: residualPercent | |
| leaseStartDate | No | First payment date YYYY-MM-DD (defaults to today) | |
| residualPercent | No | Residual as a percent of equipment cost, e.g. 10 for 10% FMV | |
| upfrontPayments | No | Number of payments collected in advance at signing | |
| interestOnlyTerm | No | For InterestOnly: number of interest-only months before amortization begins | |
| paymentFrequency | No | Payment frequency (default 'Monthly') | |
| paymentStructure | No | Payment structure (default 'Level') | |
| balloonPercentage | No | For Balloon: final payment as percent of equipment cost, e.g. 20 | |
| skipPaymentAmount | No | Amount paid during skipped months (often 0) | |
| additionalClosingFees | No | Documentation/closing fees in dollars |
generate_amortization_scheduleFull Amortization Schedule GeneratorInspect
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. Supports all payment structures (level, balloon, step, skip/seasonal, interest-only) and both 30/360 and Actual/365 day counts. Use when the user needs the full payment schedule, a payoff balance at a specific period, or interest/principal splits for accounting.
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | For Step/Custom structures: ordered payment segments | |
| taxRate | No | Sales tax rate percentage, e.g. 7 | |
| leaseTerm | Yes | Lease term in months, e.g. 60 | |
| taxMethod | No | Sales tax treatment: 'Exempt' (default), 'Monthly' on top of payment, or 'Upfront' capitalized | |
| skipMonths | No | For Skip: calendar months (1=Jan..12=Dec) skipped every year of the term, e.g. [12,1,2] for a seasonal business closed in winter | |
| downPayment | No | Down payment in dollars | |
| fundingDate | No | Funding date YYYY-MM-DD; a gap before leaseStartDate produces interim rent | |
| interestRate | Yes | Annual interest rate as a percentage, e.g. 7.5 for 7.5% | |
| equipmentCost | Yes | Total equipment cost in dollars, e.g. 150000 | |
| paymentTiming | No | 'Arrears' = end of period (default), 'Advance' = beginning of period | |
| residualValue | No | End-of-term residual in dollars (default 0 = full payout). Alternative: residualPercent | |
| leaseStartDate | No | First payment date YYYY-MM-DD (defaults to today) | |
| residualPercent | No | Residual as a percent of equipment cost, e.g. 10 for 10% FMV | |
| upfrontPayments | No | Number of payments collected in advance at signing | |
| interestOnlyTerm | No | For InterestOnly: number of interest-only months before amortization begins | |
| paymentFrequency | No | Payment frequency (default 'Monthly') | |
| paymentStructure | No | Payment structure (default 'Level') | |
| balloonPercentage | No | For Balloon: final payment as percent of equipment cost, e.g. 20 | |
| skipPaymentAmount | No | Amount paid during skipped months (often 0) | |
| additionalClosingFees | No | Documentation/closing fees in dollars |
solve_lease_structureReverse Lease Solver (Rate, Term, Residual, PV)Inspect
Newton-Raphson reverse solver for commercial equipment leases. Given a known target payment, solves for the unknown deal variable: the implicit interest rate (yield) buried in a quote, the term length, the residual value, or the present value of a payment stream. This is the tool for questions like "what rate am I really paying?", "what residual makes this payment work?", or "what is this payment stream worth today?". Multi-variable iterative solving that LLMs cannot do reliably by hand.
| Name | Required | Description | Default |
|---|---|---|---|
| solveFor | Yes | The unknown variable to solve for | |
| leaseTerm | No | Term in months (omit when solving Term) | |
| interestRate | No | Annual rate percentage (omit when solving Rate) | |
| equipmentCost | No | Equipment cost in dollars (omit when solving PresentValue) | |
| paymentTiming | No | ||
| residualValue | No | Residual in dollars (omit when solving ResidualValue) | |
| targetPayment | Yes | The known periodic payment amount to solve from | |
| paymentFrequency | No |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!