Cinderfi — Retirement Planning
UnexploredRetirement planning for Canada & US. CPP/OAS, Social Security, RRSP/TFSA, 401k/IRA, Monte Carlo.
Install
mcp_config.json
{
"mcpServers": {
"com-cinderfi-retirement-planning": {
"url": "https://mcp.cinderfi.com/mcp",
"type": "streamable-http"
}
}
}Documentation
cinder.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
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@cinderfi
Then set your key so the server authenticates:
export CINDERFI_MCP_KEY=your_api_key # from https://cinder.fi/mcp
Agents 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/mcp - Auth:
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 | — | ✅ |
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822