FinPlan Skill¶
Auto-triggered skill that connects your AI assistant to the FinPlan MCP server. When you ask about financial projections, tax calculations, retirement planning, or any supported topic, the assistant automatically invokes the relevant MCP tools.
How It Works¶
- You ask a financial planning question in natural language
- The skill activates and determines which MCP tools to call
- Tools execute on the remote FinPlan server and return results
- The assistant interprets results and responds
No manual invocation needed β the skill triggers whenever your request matches a supported capability.
Supported Capabilities¶
The skill provides access to all MCP Tools across 12 categories:
| Category | Examples |
|---|---|
| Profile & State | Create/update your financial profile |
| Accounts | Add accounts, check limits, asset classes |
| Employer Match | 401(k) matching formulas, vesting |
| Tax | Federal income tax, capital gains, after-tax projections |
| Projections | Monte Carlo simulations, scenario comparison |
| Portfolio | Expected returns, volatility, glide paths |
| Goals | Define goals, track progress, required contributions |
| Social Security | Benefits estimation, claiming strategies |
| Mortgage | Payments, amortization schedules |
| RMDs | Required minimum distributions |
| Charts | Fan charts, account breakdowns, scenario comparisons |
| Tool Search | Discover available tools by keyword |
Conventions¶
- Money is in cents (integers).
10000000= $100,000.00 - Rates are decimals.
0.07= 7% - Allocations are integers 0β100 that sum to 100
- Dates use
YYYY-MM-DDformat - Tools return file URLs for large datasets β the assistant uses
jqfor targeted queries rather than loading full files into context