mcpbeat Sign in

Amortization Schedule MCP Server

not responding

Amortization Schedule is listed as active in the registry but did not answer our last check. It exposes 1 tools.

Row-by-row loan amortization schedules: monthly or daily accrual, extra principal, PMI, biweekly.

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

Uptime history 5 days of history · worst day 4%
5 days agonow
6.5%
Uptime 24h
6 of 93 checks
1
Tools
read from the server
862 ms
Response time
average over 24h
open, no key
Access
streamable-http

Amortization Schedule does not always answer

Over the last week it answered 69.8% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

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

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

Available tools 1

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

amortize
amortize
Builds the full row-by-row amortization schedule for a loan — interest, principal, PMI, and running balance for every payment — instead of just the monthly payment amount. Use this whenever a row-by-row schedule matters: "what is my balance after payment 47", "what does an extra $200/month do to my payoff date", "when does PMI drop off", or "give me the whole amortization table". Do not do this arithmetic by hand or in your head. Two things go wrong reliably when a model tries: 1. THE LAST ROW. The textbook payment formula only amortizes to exactly zero in infinite precision. Rounded to cents and carried over up to a few hundred rows, a hand-rolled schedule drifts and ends with a balance of a few cents to a few dollars instead of zero — exactly the row a person checks against their real statement. This tool recomputes the final row as "remaining balance + that row's interest" so it always ends at zero, and reports the delta. 2. COMPOUNDING CONVENTION. Fixed mortgages compound monthly (rate/12). HELOCs, most auto loans, and most private student loans accrue interest DAILY on the actual number of days between payments, which is a genuinely different schedule, not a rounding variant. Guessing the wrong one silently produces a plausible but wrong table. Input: `principal`, `annualRatePercent` (e.g. 6.5), `termMonths` (integer), and `compounding` ("monthly" or "daily") are required. For `compounding: "daily"`, supply EITHER `startDate` (YYYY-MM-DD — the tool derives real day counts and leap years from the calendar itself) OR `dayCountBasis` ("30/360" | "actual/365" | "actual/actual") for a hypothetical loan with no dates — never both are needed, and supplying neither is refused rather than guessed. Optional: `paymentFrequency` ("monthly" default | "biweekly", which requires daily compounding — pass `paymentOverride` if the actual billed payment differs from the textbook one, e.g. a HELOC's quoted minimum; `extraPrincipal` as `{type:"oneOff",amount,atPaymentNumber}` or `{type:"recurring",amount,startingPaymentNumber?}`; `pmi` as `{monthlyAmount,originalValue,cancelAtPercent?}` (78 or 80, default 78) to model PMI dropping off. Refuses rather than guesses: a payment that does not exceed the first period's interest (negative amortization) is a named error with the minimum amortizing payment attached, not a schedule that never ends. An unparseable or impossible date is refused, not reinterpreted. Returns the full schedule, total interest and PMI paid, the payoff date or period, the final payment amount and how it differs from the standard one, and — when extra principal was given — the same schedule without it, so the periods and interest saved are explicit. A `disclaimer` field travels with every response: this is a planning estimate, not a lender payoff quote, and PMI cancellation here uses your actual balance, which a servicer is legally permitted to compute off the original schedule instead. Relay the warnings, not just the numbers.

Endpoints

URLTransportStateLatencyChecked
https://amortize.gumballtools.com/api/mcp streamable-http answering 185 ms 3 min ago

Alternatives to Amortization Schedule

same job, measured the same way
Loan Schedule
by theluckystrike

Amortization schedules for a loan: the level payment, the interest, and what settling early saves.

local only
Dooit
by dooit

Read and run a user's task board: tasks, schedules, projects, and weekly/monthly/yearly goals.

answering
meek_daily_plan_mcp
by csoai-org

MEEK Daily Plan MCP — the daily orchestration (today priorities, this week sprints, blockers, decisi

428 installs/wk local only
Nigeria Trade Intel
by braynexservices

Nigeria import/export stats (UN Comtrade, keyless) + HS-code classification, annual or monthly.

120 installs/wk local only
LeaseIQ Pro
by glennl201

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

5 tools answering
India MCP Railways
by samarth-23-eng

MCP server for Indian Railways: search trains, stations, schedules and live status.

local only
Axiom
by axiom

List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.

answering
Amortization
by theluckystrike

Loan and lease schedules: payment, interest, early settlement and the journal, to the minor unit.

9 tools answering

Amortization Schedule — questions

Answers built from our own checks of this server.

What can Amortization Schedule do?
It exposes 1 tools, read directly from the server on our last check. Among them: amortize. 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 Amortization Schedule working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 6 of 93 checks got a reply (6.5%), average response time 862 ms. The bar chart above shows every period we have measured.
Is Amortization Schedule 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.
The registry lists Amortization Schedule as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Amortization Schedule?
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 Amortization Schedule need an API key?
No. Amortization Schedule completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Amortization Schedule?
It answers our handshake in 862 ms on average, which is faster than 12% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.