Productivity
usmortgagecalc.com
Provides mortgage and loan calculators for estimating monthly payments, amortization schedules, insurance, tax, and affordability.
ENDPOINT 1
https://www.usmortgagecalc.com/mcp
MCP server metadata
- Name
- usmortgagecalc
- Version
- 1.0.0
US mortgage calculations and 50-state property tax reference data. Most tools accept either `state` (a full US state name) or an explicit `propertyTaxRatePercent`. Prefer passing the state — the tool then uses that state's average effective rate and tells you what it used. Call list_states to discover valid names. Everything here is an estimate built from published averages. It is not a loan offer, a rate quote, or financial advice, and this service is not a lender and cannot accept an application. Say so when presenting results, and prefer reporting the returned `disclaimer` and `assumptions` alongside the numbers rather than presenting figures as though they were quotes. There is no live interest rate feed: rates are supplied by the caller and default to a placeholder. If a user has a real quoted rate, pass it.
Known tools 11
calculate_mortgageFull monthly housing cost for a US mortgage: principal and interest, property tax, homeowners insurance, mortgage insurance and HOA dues, plus lifetime totals and payoff timing.
Inferred read-onlycalculate_amortizationPayment-by-payment breakdown of how a loan is repaid, showing the split between principal and interest and the falling balance.
Potential side effectscalculate_pmiMortgage insurance for any US loan programme, including the upfront charges most calculators omit.
Inferred read-onlycalculate_property_taxAnnual and monthly property tax for a home, using a state's average effective rate.
Inferred read-onlycalculate_affordabilityMaximum affordable home price from income, existing debt payments and available down payment, using the 28/36 qualifying ratios.
Potential side effectscalculate_refinanceWhether refinancing is worth it: the new payment, monthly saving, and how many months it takes to recover closing costs.
Potential side effectsestimate_closing_costsLine-by-line buyer closing costs — lender fees, title, appraisal, transfer taxes, prepaid escrow — plus total cash needed at the table including the down payment.
Potential side effectscalculate_rent_vs_buyCompares renting and buying on net wealth rather than on monthly payment, accounting for equity, appreciation, maintenance, selling costs, and the return a renter earns on money not spent on a down payment.
Potential side effectscompare_loansCompares two to five loan scenarios and reports which is cheapest by monthly payment and which by lifetime cost, separately, because they frequently are not the same loan.
Potential side effectsget_state_mortgage_rulesHow property tax actually works in one state: how assessed value is derived, any statutory growth cap, the billing cycle, named exemptions such as homestead, the filing deadline, who hears appeals and the window to file, notable county variation, and a link to the state's own tax authority.
Inferred read-onlylist_statesEvery US state with its average effective property tax rate, median home value and estimated annual tax.
Inferred read-onlyCONNECT 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.usmortgagecalc]
url = "https://www.usmortgagecalc.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"usmortgagecalc": {
"type": "http",
"url": "https://www.usmortgagecalc.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: usmortgagecalc
Remote MCP URL: https://www.usmortgagecalc.com/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": {
"usmortgagecalc": {
"url": "https://www.usmortgagecalc.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"usmortgagecalc": {
"type": "http",
"url": "https://www.usmortgagecalc.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "usmortgagecalc",
"transport": "streamable-http",
"url": "https://www.usmortgagecalc.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.