RetireGolden MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RetireGolden MCPBuild a retirement plan for a 45-year-old with $500k savings."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RetireGolden MCP
Headless Model Context Protocol server for the
@retiregolden/engine
retirement-planning calculator.
Run it locally over stdio, connect your AI client (Claude Desktop, Cursor, etc.), and call typed tools: build/validate a plan, run projections, Monte Carlo, batch policy evaluation, and optimization — with session state held in memory (no disk required).
npm: @retiregolden/mcp
License: AGPL-3.0-only (server); MIT (skills under skills/)
RetireGolden Pro ships this same package pre-wired in the desktop app for out-of-the-box convenience. Anyone can install and run the public package.
Disclaimer
Educational / decision-support only — not tax, legal, or financial advice. See DISCLAIMER.md.
Related MCP server: projectionlab-mcp
Quick start
npx @retiregolden/mcp
# or
npm install -g @retiregolden/mcp
retiregolden-mcpConfigure your MCP client to launch retiregolden-mcp (or
npx @retiregolden/mcp) over stdio.
Example Claude Desktop / Cursor snippet
{
"mcpServers": {
"retiregolden": {
"command": "npx",
"args": ["-y", "@retiregolden/mcp"]
}
}
}Connect your AI client
Per-client, copy-paste setup for Claude Desktop, Claude Code, Cursor, and Codex
(MCP config + agent skill / rules) is in docs/clients.md.
Tools (v1)
Read-only with respect to your finances and disk: no trades, no persistence.
Session state (e.g. build_plan, clear_session) is held in memory only.
Tool | Purpose |
| Build an in-memory plan from typed household/policy params or full plan JSON |
| Validate the current session plan (or supplied JSON) |
| Deterministic year-by-year projection |
| Stochastic success rate and required-floor success rate |
| Evaluate many policies against one household (search-friendly) |
| Engine optimizer / conversion schedule search |
| Sustainable-spending bisection |
| Diff two projection summaries |
| Compact evidence / assumptions / limitations payload |
| Return the session plan as full plan JSON (round-trips via |
| Return the engine's versioned Plan JSON Schema (full or a |
| Incrementally merge account/income/assumption/expense fragments into the session plan (validate-before-commit) |
| Inspect or reset in-memory session |
Agent skill
See skills/retiregolden/SKILL.md (MIT). Bench
and product runners should pin the skill file digest used for scored runs.
npm publish
Releases are tag-driven: pushing a mcp-v<version> tag triggers the publish
workflow (see .github/workflows/publish-mcp.yml).
To run locally after npm run build:
node bin/retiregolden-mcp.jsRelated
Engine: https://github.com/RetireGolden/RetireGolden/tree/main/packages/engine
Benchmark harness: https://github.com/RetireGolden/RetireBench
Free planner (no MCP — browser only): https://retiregolden.app/
Trademark
See TRADEMARKS.md. Forks must rename.
Maintenance
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
- 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/RetireGolden/RetireGolden-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server