mcpbeat

LeaseIQ Pro MCP Server

io.github.glennl201/leaseiq-pro
answering

LeaseIQ Pro is answering right now. Last checked 4 min ago. It exposes 5 tools.

Exact lease finance calculations: equipment structuring, solvers, amortization, auto lease & loan

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 40 hours of history · worst hour 75%
40 hours agonow
98.9%
Uptime 24h
90 of 91 checks
5
Tools
read from the server
3939 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add leaseiq-pro --transport http https://leaseiq-pro.mcpize.run/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "leaseiq-pro": {
      "url": "https://leaseiq-pro.mcpize.run/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.leaseiq-pro]
url = "https://leaseiq-pro.mcpize.run/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "leaseiq-pro": {
      "url": "https://leaseiq-pro.mcpize.run/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "leaseiq-pro": {
      "url": "https://leaseiq-pro.mcpize.run/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

calculate
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. 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.
calculate_auto_loan
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.
calculate_lease
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).
generate
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. 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.
solve
solve_lease_structure
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.

Endpoints

URLTransportStateLatencyChecked
https://leaseiq-pro.mcpize.run/mcp streamable-http answering 1867 ms 4 min ago

LeaseIQ Pro — questions

Answers built from our own checks of this server.

What can LeaseIQ Pro do?
It exposes 5 tools, read directly from the server on our last check. Among them: calculate_auto_lease, calculate_auto_loan, calculate_lease, generate_amortization_schedule, solve_lease_structure. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is LeaseIQ Pro working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 3939 ms. The bar chart above shows every period we have measured.
Is LeaseIQ Pro still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect LeaseIQ Pro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does LeaseIQ Pro need an API key?
No. LeaseIQ Pro completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.