Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.retirecrunch/calculators

REMOTE · MCP.RETIRECRUNCH.COM · SCANNED SEP 25

FIRE & retirement calculators + a multi-currency portfolio rebalancer (exact buy/sell trades).

0 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability57
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1191 tokens (~198/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 52% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.retirecrunch/calculators MCP server?

com.retirecrunch/calculators is a hosted endpoint at https://mcp.retirecrunch.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.retirecrunch.com

# add to Claude Code
claude mcp add --transport http com-retirecrunch-calculators 'https://mcp.retirecrunch.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-retirecrunch-calculators": {
      "url": "https://mcp.retirecrunch.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-retirecrunch-calculators": {
      "type": "http",
      "url": "https://mcp.retirecrunch.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-retirecrunch-calculators]
url = "https://mcp.retirecrunch.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-retirecrunch-calculators": {
      "type": "remote",
      "url": "https://mcp.retirecrunch.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-retirecrunch-calculators --url 'https://mcp.retirecrunch.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-retirecrunch-calculators:
    url: "https://mcp.retirecrunch.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-retirecrunch-calculators": {
      "Transport": "http",
      "Url": "https://mcp.retirecrunch.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-retirecrunch-calculators -t streamable-http -u 'https://mcp.retirecrunch.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-retirecrunch-calculators": {
      "type": "http",
      "url": "https://mcp.retirecrunch.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://mcp.retirecrunch.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.retirecrunch.com CN=WR3,O=Google Trust Services,C=US 25 Aug 2026 23 Nov 2026 RSA 2048 SHA256-RSA 530215e40184204c1053f5f6493528d4
SANs: mcp.retirecrunch.com
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.retirecrunch.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
retirecrunch.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.retirecrunch.com/mcp Verified 200
http (plaintext) http://mcp.retirecrunch.com/mcp HTTPS enforced
MCP tools · 6 exposed · ~1,191 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calculate_coast_fire ~133

Compute the Coast FIRE milestone — the capital required today such that, with no further contributions, a portfolio compounds to the user's retirement target by their target age.

NameTypeReqDescription
annual_expenses_in_retirementnumberyes–
currencystring––
current_ageintegeryes–
current_savingsnumberyes–
expected_return_ratenumber––
inflation_ratenumber––
monthly_savingsnumber––
portfolio_volatilitynumber––
safe_withdrawal_ratenumber––
target_retirement_ageintegeryes–

No output schema declared.

No examples provided.

calculate_fire_target ~133

Estimate the savings target needed for Financial Independence / Early Retirement. Runs Monte Carlo simulation and returns the probability the portfolio survives the planning horizon.

NameTypeReqDescription
annual_expensenumberyesProjected annual spending in retirement (in selected currency).
apply_inflationboolean––
currencystring––
current_savingsnumber–Current liquid + invested assets.
inflation_ratenumber––
portfolio_return_ratenumber–Expected real annual return %.
portfolio_volatilitynumber–Annual return standard deviation %.
yearsintegeryesPlanning horizon in years.

No output schema declared.

No examples provided.

compute_swiss_property_tax ~153

Estimate the Swiss cantonal real-estate capital gains tax (Grundstückgewinnsteuer) for a property sale. Covers all 26 cantons with holding-period adjustments and Ersatzbeschaffung (replacement-residence) deferral. Educational estimate; commune surcharges and value-enhancing-improvement deductions are not modeled.

NameTypeReqDescription
cantonstringyesCanton code (ZH, BE, ..., JU).
ersatzbeschaffungboolean–Reinvest proceeds into a replacement primary residence.
ersatzbeschaffung_amountnumber–Amount reinvested (caps the tax deferral).
purchase_pricenumberyes–
sale_pricenumberyes–
years_heldnumberyes–

No output schema declared.

No examples provided.

get_portfolio_returns ~81

Return RetireCrunch's historical portfolio return profiles for a currency. Each profile is a (return %, volatility %) pair derived from real index data — useful for grounding the assumptions in calculate_fire_target / project_wealth_plan in something defensible rather than guessing.

NameTypeReqDescription
currencystringyesCurrency code; the historical return profiles are denominated in this currency.

No output schema declared.

No examples provided.

project_wealth_plan ~501

Run RetireCrunch's full year-by-year Wealth Plan projection for a household. Models earned income, pensions, expenses, portfolio growth, optional growth→income phase switch, mortgage amortization, optional property sale, and region-aware tax (US uses 2026 federal+state brackets; other regions use a flat rate). Returns a compact summary with 5-year milestones by default, or the full annual array when yearly_detail=true.

NameTypeReqDescription
currencystring––
current_earned_incomenumber–Annual gross earned income today.
current_housing_expensesnumber–Annual housing expenses today.
current_investment_portfolionumber––
current_liquiditynumber––
current_living_costsnumber–Annual general living expenses today.
current_mortgagenumber––
current_other_expensesnumber–Annual other expenses today.
current_propertynumber––
estimated_tax_ratenumber–Pre-retirement effective tax rate (%).
household_typestring––
income_yield_ratenumber–Annual yield % during the income phase.
inflation_ratenumber–Annual inflation %.
partner_early_death_years_before_endinteger––
partner_survivor_expense_factornumber––
plan_horizon_yearsinteger–Total years to project from start_year.
portfolio_return_ratenumber–Annual real portfolio return %.
portfolio_switch_enabledboolean––
portfolio_switch_yearinteger–Year to switch from growth to income phase. Defaults to retirement_year if omitted.
portfolio_volatilitynumber–Return std dev %; 0 = deterministic.
post_retirement_tax_ratenumber–Post-retirement effective tax rate (%).
property_sale_destinationstring––
property_sale_enabledboolean––
property_sale_yearinteger––
regionstring–Country regime — drives tax model (US uses bracket-based federal/state; others a flat rate).
retirement_yearintegeryesYear retirement begins.
start_yearintegeryesFirst year of the projection (typically the current year).
yearly_detailboolean–When true, include the full year-by-year array in the response. When false (default), return a compact summary plus 5-year milestones.

No output schema declared.

No examples provided.

rebalance_portfolio ~190

Rebalance a multi-currency portfolio: given holdings, per-holding (or per-asset-class) target weights, cash and FX rates, return the exact BUY/SELL trades to reach the targets, the per-currency cash movements (flagging foreign-cash overdrafts), and a summary. Planning math only — no transaction costs or taxes.

NameTypeReqDescription
available_cashobject–Cash held per currency, keyed by ISO code.
base_currencystring–Base currency the portfolio is valued in.
class_targetsobject–Optional per-asset-class goal % (incl. "Cash"). When given, unlocked holdings are retargeted to hit each class goal before computing trades.
fx_ratesobject–Value of 1 unit of each currency in the base currency (base currency itself is 1).
holdingsarrayyesThe portfolio holdings to rebalance.

No output schema declared.

No examples provided.

Common questions

What is the com.retirecrunch/calculators MCP server?

com.retirecrunch/calculators is an MCP server listed in the public MCP registry as com.retirecrunch/calculators. FIRE & retirement calculators + a multi-currency portfolio rebalancer (exact buy/sell trades). This page covers its hosted endpoint (https://mcp.retirecrunch.com/mcp).

Is the com.retirecrunch/calculators MCP server safe to use?

com.retirecrunch/calculators scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.retirecrunch/calculators MCP server expose?

com.retirecrunch/calculators exposes 6 tools: calculate_fire_target, calculate_coast_fire, compute_swiss_property_tax, project_wealth_plan, get_portfolio_returns, rebalance_portfolio. Their descriptions and schemas cost roughly 1,191 tokens of context every time the server is loaded.

Does the com.retirecrunch/calculators MCP server require authentication?

No. We connected to com.retirecrunch/calculators without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.retirecrunch/calculators MCP server still maintained?

com.retirecrunch/calculators is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.