streamable-httpupdated 1mo ago
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.
Cinderfi — Retirement Planning 能做什么?
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 | — | ✅ |
安装
把 Cinderfi — Retirement Planning 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http cinderfi-retirement-planning https://mcp.cinderfi.com/mcpcodex mcp add cinderfi-retirement-planning --url https://mcp.cinderfi.com/mcp{
"mcpServers": {
"cinderfi-retirement-planning": {
"url": "https://mcp.cinderfi.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cinderfi-retirement-planning": {
"type": "http",
"url": "https://mcp.cinderfi.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cinderfi-retirement-planning": {
"url": "https://mcp.cinderfi.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cinderfi-retirement-planning": {
"serverUrl": "https://mcp.cinderfi.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 46 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年4月14日 |
| 1.0.0 | 2026年4月13日 |