← retirecrunch.com
INDIVIDUAL MCP TOOL
get_portfolio_returns
Return RetireCrunch's historical portfolio return profiles for a currency.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.retirecrunch-com]
url = "https://mcp.retirecrunch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"retirecrunch-com": {
"type": "http",
"url": "https://mcp.retirecrunch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: retirecrunch-com
Remote MCP URL: https://mcp.retirecrunch.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": {
"retirecrunch-com": {
"url": "https://mcp.retirecrunch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"retirecrunch-com": {
"type": "http",
"url": "https://mcp.retirecrunch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "retirecrunch-com",
"transport": "streamable-http",
"url": "https://mcp.retirecrunch.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_fire_target— Estimate the savings target needed for Financial Independence / Early Retirement.calculate_coast_fire— 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.compute_swiss_property_tax— Estimate the Swiss cantonal real-estate capital gains tax (Grundstückgewinnsteuer) for a property sale.project_wealth_plan— Run RetireCrunch's full year-by-year Wealth Plan projection for a household.rebalance_portfolio— 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.