cinderfi-mcp
OfficialCinderfi MCP — Agent Skills
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.
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
Get started
Get a free API key at cinderfi.com/mcp
Connect your agent to
https://mcp.cinderfi.com/mcp
Claude Desktop
{
"mcpServers": {
"cinderfi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.cinderfi.com/mcp"],
"env": {
"AUTHORIZATION": "Bearer YOUR_API_KEY"
}
}
}
}OpenClaw
{
"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"}}'Any MCP-compatible client
Endpoint:
https://mcp.cinderfi.com/mcpAuth:
Authorization: Bearer YOUR_API_KEYTransports: 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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cinderfi/cinderfi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server