
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
calcfi-mcp-server
Advanced tools
CalcFi MCP server — stdio entrypoint exposing 25 personal-finance tools (incl. get_research_outputs), 10 mesh resources, 7 prompts. 100% free, brand-stamped, YMYL-safe, share codes + watch_this_rate + receipt-format citations.
CalcFi's stdio Model Context Protocol server. Exposes 24 personal-finance tools, 10 mesh resources, and 7 prompts to any MCP client (Claude Desktop, Cursor, Continue.dev, Cline, Zed, Codeium).
docs/specs/strategy/architects/01-mcp-architecture.mdnpm install -g calcfi-mcp-server
calcfi-mcp --help
npx -y calcfi-mcp-server
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"calcfi": {
"command": "npx",
"args": ["-y", "calcfi-mcp-server"],
"env": {
"MCP_ENABLE_AI_INSIGHTS": "false"
}
}
}
}
Restart Claude Desktop. The CalcFi tools should appear in the slash-command picker.
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"calcfi": {
"command": "npx",
"args": ["-y", "calcfi-mcp-server"]
}
}
}
In your .continue/config.json:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "calcfi-mcp-server"]
}
}
]
}
}
Open the Cline MCP settings panel and add:
{
"calcfi": {
"command": "npx",
"args": ["-y", "calcfi-mcp-server"]
}
}
| Category | Tools |
|---|---|
| Atomic math (8) | mortgage_payment, paycheck_takehome, debt_payoff_avalanche, debt_payoff_snowball, retirement_projection, cd_calculator, auto_loan, cost_of_living_compare |
| Mesh exposure (10) | get_dataset_doi, get_code_provenance, get_methodology, get_press_coverage, list_example_notebooks, list_interactive_apps, list_embeddable_codepens, list_observable_notebooks, get_author_profile, list_datahub_datasets |
| Citation (1) | cite_this |
| Scenario (2) | save_scenario, cross_analyze (URL-only by design) |
| Email (2) | email_full_report, subscribe_freshness_digest |
| Composite redirect (1) | get_money_analysis_score (URL-only) |
calcfi://datasets/index, calcfi://datasets/changelog, calcfi://methodology/v2, calcfi://author/profile, calcfi://doi/dataset, calcfi://swhid/code, calcfi://press/coverage, calcfi://datahub/index, calcfi://huggingface/spaces, calcfi://schemas/calc-index.
compare_paycheck_by_state, cite_calcfi_dataset, cross_analyze_money_health, summarize_freshness, find_canonical_calc_url, mortgage_affordability_full_picture, weekly_money_digest.
| Var | Default | Effect |
|---|---|---|
MCP_KILL_SWITCH | false | Global off-switch — every tool call returns a 503-style error. |
MCP_ENABLE_AI_INSIGHTS | false | MUST stay false. Defense-in-depth gate against OpenAI-billed tool exposure. |
MCP_ENABLE_EMAIL_TOOLS | true | Disable email_full_report + subscribe_freshness_digest. |
MCP_ENABLE_SCENARIO_SAVES | true | Disable save_scenario + cross_analyze. |
MCP_ENABLE_MESH_TOOLS | true | Disable the 10 mesh-exposure tools. |
MCP_MAX_CONCURRENT | 100 | HTTP-shim concurrency cap (informational here; enforced in the shim package). |
CALCFI_MCP_VERSION | from package.json | Override reported version. |
CALCFI_MCP_COMMIT | dev | Override reported git commit. |
Every tool result is wrapped in:
{
"result": { /* tool payload */ },
"meta": {
"verified_as_of": "2026-05-29",
"source": "...",
"methodology_url": "https://calcfi.app/methodology",
"cite_url": "https://calcfi.app/...",
"disclaimer": "Educational only, not financial advice.",
"license": "CC-BY-4.0"
},
"cross_sell": {
"save_scenario_url": "https://calcfi.app/my-numbers?...",
"see_cross_analysis_at": "https://calcfi.app/my-numbers",
"related_calcs": ["..."]
},
"freshness": {
"data_age_hours": 0.5,
"next_refresh_at": "2026-05-29T13:00:00Z"
}
}
npm install
npm run build
node bin/calcfi-mcp.js
Then drive it with @modelcontextprotocol/inspector:
npx @modelcontextprotocol/inspector node bin/calcfi-mcp.js
MIT. Data is CC-BY-4.0. Citation appreciated: see cite_this tool.
FAQs
CalcFi MCP server — stdio entrypoint exposing 25 personal-finance tools (incl. get_research_outputs), 10 mesh resources, 7 prompts. 100% free, brand-stamped, YMYL-safe, share codes + watch_this_rate + receipt-format citations.
The npm package calcfi-mcp-server receives a total of 24 weekly downloads. As such, calcfi-mcp-server popularity was classified as not popular.
We found that calcfi-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.