Skip to main content
Glama
cinderfi

cinderfi-mcp

Official
by cinderfi

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

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@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)

  1. Get a free API key at cinder.fi/mcp

  2. 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

Get API key · Pricing · Interactive planner

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    F
    maintenance
    39 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 updated
    4
    43
    67
    8
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Deterministic 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 updated
    8
    212
    5
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Provides 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 updated
    4
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Connects 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 updated
    MIT

View all related MCP servers

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.

View all MCP Connectors

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