cinderfi-mcp
Officialcinder.fi MCP
Tax-aware retirement planning for Canada and the US, available as a Claude Code plugin, an Agent Skills skill, and a Model Context Protocol server.
Compatible with Claude Code, Cursor, VS Code Copilot, OpenAI Codex, Gemini CLI, Goose, and any other MCP- or Agent Skills-compatible agent.
What it does
19 tools covering:
Retirement projections (single + couples)
CPP / OAS / Social Security timing
Tax calculations (all Canadian provinces + US states)
GIS eligibility and clawback analysis
RRSP meltdown / Roth conversion strategy
Monte Carlo simulation
Withdrawal order optimization
Historical backtesting (Shiller 1871–2024)
Purchase and windfall impact simulators
Scenario comparison
Personalized retirement insights
Related MCP server: OptionsAhoy: Stock Equity and Tax Optimizer
Claude Code plugin
The fastest path in Claude Code — installs the MCP server plus a retirement-planning skill that sequences the tools:
/plugin marketplace add cinderfi/cinderfi-mcp
/plugin install cinderfi@cinderfiThen set your key so the server authenticates:
export CINDERFI_MCP_KEY=your_api_key # from https://cinder.fi/mcpAgents that support the auth.md protocol can also register for their own credential through a user-approved claim ceremony — no pasted key required.
Get started (any client)
Get a free API key at cinder.fi/mcp
Connect your agent to
https://mcp.cinder.fi/mcp
Claude Desktop
{
"mcpServers": {
"cinderfi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.cinder.fi/mcp"],
"env": {
"AUTHORIZATION": "Bearer YOUR_API_KEY"
}
}
}
}Any MCP-compatible client
Endpoint:
https://mcp.cinder.fi/mcpAuth:
Authorization: Bearer YOUR_API_KEY(or the auth.md registration flow)Transports: Streamable HTTP, SSE
Pricing
Free | Pro | |
Calls/day | 5 | Unlimited |
Single-person tools | ✅ | ✅ |
Couples tools | — | ✅ |
Monte Carlo | — | ✅ |
Optimizer | — | ✅ |
Backtest | — | ✅ |
Scenario comparison | — | ✅ |
This server cannot be deployed
Maintenance
Related MCP Connectors
Deterministic US financial planning: retirement Monte Carlo, Roth conversion, RMD, tax, IRMAA, SS
Retirement drawdown, 72(t) SEPP, RMD, Roth conversion, Social Security and state-tax calculators.
FIRE & retirement calculators + a multi-currency portfolio rebalancer (exact buy/sell trades).
Equity comp tax/trade optimizer: ISO/AMT exercise, NSO, RSU, QSBS, concentration, hedging. 50-state.
Related MCP Servers
- AlicenseBqualityAmaintenance39 tax tools for US individual taxpayers — federal/state tax calculations, credits, deductions, retirement strategies, audit risk, and tax planning. All calculations run locally, no data leaves the machine. Supports TY2024 and TY2025 (One Big Beautiful Bill Act).4453712MIT
- AlicenseAqualityAmaintenanceDeterministic US equity-compensation tax optimizer. Six tools cover ISO/AMT exercise scheduling, NSO sell-vs-hold, RSU vest-and-sell, single-stock concentration, protective put / zero-cost collar pricing, and Section 1202 QSBS qualification. Federal plus 50-state plus DC tax math.8895MIT
- AlicenseNot gradedqualityDmaintenanceProvides retirement planning computations for AI agents, including Monte Carlo simulations, tax burden modeling across all US states, Social Security claiming optimization, and cost-of-living comparisons.7MIT
- AlicenseNot gradedqualityBmaintenanceConnects AI assistants to the NowCapital.ca retirement planning API for Canadian retirement simulations, enabling calculations of sustainable spending, tax-optimized projections, and Monte Carlo risk analysis.MIT