loading…
Search for a command to run...
loading…
Tax-aware retirement planning for Canada and the US. CPP/OAS and Social Security timing, RRSP/TFSA/401k/IRA projections, Monte Carlo simulation, withdrawal orde
Tax-aware retirement planning for Canada and the US. CPP/OAS and Social Security timing, RRSP/TFSA/401k/IRA projections, Monte Carlo simulation, withdrawal order optimization, and historical backtesting against 150 years of market data.
Tax-aware retirement planning for Canada and the US, available as an Agent Skills skill and Model Context Protocol server.
Compatible with Claude Code, OpenClaw, Cursor, VS Code Copilot, OpenAI Codex, Gemini CLI, Goose, and any other Agent Skills-compatible agent.
19 tools covering:
https://mcp.cinderfi.com/mcp{
"mcpServers": {
"cinderfi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.cinderfi.com/mcp"],
"env": {
"AUTHORIZATION": "Bearer YOUR_API_KEY"
}
}
}
}
{
"mcp": {
"servers": {
"cinderfi": {
"url": "https://mcp.cinderfi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}
Or via CLI:
openclaw mcp set cinderfi '{"url":"https://mcp.cinderfi.com/mcp","headers":{"Authorization":"Bearer YOUR_API_KEY"}}'
https://mcp.cinderfi.com/mcpAuthorization: Bearer YOUR_API_KEY| Free | Pro | |
|---|---|---|
| Calls/day | 5 | Unlimited |
| Single-person tools | ✅ | ✅ |
| Couples tools | — | ✅ |
| Monte Carlo | — | ✅ |
| Optimizer | — | ✅ |
| Backtest | — | ✅ |
| Scenario comparison | — | ✅ |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cinderfi-mcp": {
"command": "npx",
"args": []
}
}
}