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: Equity Comp Tax (ISO/NSO/RSU/QSBS); Concentration, Hedging and Equity Funding Optimizers
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenance39 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).Last updated443678MIT
- 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.Last updated82125MIT
- Alicense-qualityBmaintenanceProvides 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.Last updated4MIT
- Alicense-qualityBmaintenanceConnects 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.Last updatedMIT
Related MCP Connectors
Deterministic US financial planning: retirement Monte Carlo, Roth conversion, RMD, tax, IRMAA, SS
Equity comp tax/trade optimizer: ISO/AMT exercise, NSO, RSU, QSBS, concentration, hedging. 50-state.
Savvly MCP: query fund data, model projections, and compare against alternative retirement products.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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