INDIVIDUAL MCP TOOL
analyze_estimated_taxes
Estimated / quarterly tax & safe-harbor planner (IRC §6654) for the self-employed and S-corp owners: "How much should I send the IRS each quarter so I never owe an underpayment penalty?" From your projected self-employment / S-corp income it projects the current-year tax (self-employment tax on 92.35% net earnings, federal income tax with the optional §199A QBI deduction, NIIT, and an optional flat state tax), then computes the §6654 required annual payment — the LESSER of 90% of the projected current-year tax and the 100%/110%-of-prior-year safe harbor (110% when prior-year AGI exceeds $150,000).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.planfi-app]
url = "https://ai.planfi.app/mcp/free"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"planfi-app": {
"type": "http",
"url": "https://ai.planfi.app/mcp/free"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: planfi-app
Remote MCP URL: https://ai.planfi.app/mcp/free
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"planfi-app": {
"url": "https://ai.planfi.app/mcp/free"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"planfi-app": {
"type": "http",
"url": "https://ai.planfi.app/mcp/free"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "planfi-app",
"transport": "streamable-http",
"url": "https://ai.planfi.app/mcp/free"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_financial_plan— Generate a complete FIRE financial plan and projections.what_if_plan— Run a STRUCTURED what-if scenario against a saved plan — the safe, preferred way to answer "what if I …" questions.generate_financial_insights— Run PlanFi's 50+ rule insights engine against a financial plan.generate_action_plan— Transform a financial plan into a structured, time-boxed action plan.compare_plans— Compare 2–4 FIRE scenarios side by side against a single base plan.run_backtesting— Run historical backtesting against 150+ years of Shiller S&P 500 data (1871–present), evaluating the plan across every rolling historical market window including the Great Depression, 1970s stagflation, dot-com crash, and 2008.analyze_roth_conversion— Build a year-by-year Roth conversion ladder for the early-retirement gap (after work income stops, before RMDs/Social Security begin).analyze_withdrawal_strategy— Model the decumulation (retirement spend-down) phase across three account types — taxable brokerage, traditional/pre-tax, and Roth — and compare withdrawal-ordering strategies.