WealthSchema
OfficialWealthSchema MCP server
An MCP server that gives AI agents current U.S. financial-planning figures with their primary-source citations, plus small synthetic household samples and a benchmark for AI financial-advice systems.
Ask an agent "What's the 2026 401(k) limit?" and it answers from the IRS source, with the document and section, instead of from a model's memory, which is often last year's number.
Tools
Tool | What it returns |
| One cited planning figure (e.g. |
| Every figure in the 2026 federal feed, by domain, marking which are in the free sample |
| A small synthetic household sample (banded amounts, 12-month history) |
| The household archetypes and record schema |
| Data products and where to buy them |
| 50 benchmark tasks for AI financial-advice systems, with answer keys |
Figures cover IRS, SSA, CMS and HHS: contribution limits, tax brackets, standard deduction, RMD tables, IRMAA tiers, Social Security COLA and wage base, HSA limits, estate and gift figures, and more. 2027 figures are added as the agencies publish them (tracker).
Related MCP server: Offramp MCP Server
Free and paid
Without a key you get a free sample of 10 headline figures. A paid Rule Sets plan (from $49/month) returns every federal and state figure. Set your key as WEALTHSCHEMA_API_KEY.
Use it
Remote (no install)
Clients that support remote MCP servers can connect directly:
{ "mcpServers": { "wealthschema": { "url": "https://www.wealthschema.com/api/mcp" } } }With a paid key, send Authorization: Bearer <key>.
Local (stdio)
For clients that only run local servers (Claude Desktop, Cursor, Windsurf, Cline and others):
{
"mcpServers": {
"wealthschema": {
"command": "npx",
"args": ["-y", "github:CapsteraSupport/wealthschema-mcp"],
"env": { "WEALTHSCHEMA_API_KEY": "optional-paid-key" }
}
}
}The local server relays to the hosted one, so tools and answers are always current. Requires Node.js 18+.
Develop
npm install
npm test # starts the server over stdio, lists tools, calls a free and a paid figureNotes
Informational only; not tax, legal or financial advice. Every figure links to its primary source so you can check it.
All household data is synthetic: no real people or accounts.
Also in the official MCP Registry as
com.wealthschema/mcp.Questions: support@wealthschema.com · wealthschema.com/for-agents
Code in this repository is MIT-licensed. Data returned by the server is licensed under the WealthSchema terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Cited 2026 U.S. planning figures (IRS, SSA, CMS), synthetic household samples, and an AI benchmark.
Deterministic US financial planning: retirement Monte Carlo, Roth conversion, RMD, tax, IRMAA, SS
Current source-cited 2026 US tax constants and calculators for AI agents; every answer cites IRS.
Retirement Monte Carlo with a tax-aware withdrawal-order and Roth-conversion recommendation.
Related MCP Servers
FlicenseNot gradedqualityCmaintenanceTax-aware retirement planning for Canada and the US. CPP/OAS and Social Security timing, RRSP/TFSA/401k/IRA projections, Monte Carlo simulation, withdrawal order optimization, and historical backtesting against 150 years of market data.2-- AlicenseNot gradedqualityDmaintenanceProvides 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.7 npmMIT
- AlicenseNot gradedqualityBmaintenanceA simulation engine for retirement planning, accessible via an MCP server that allows AI agents to create financial plans, manage income, expenses, loans, taxes, and portfolios, and run Monte Carlo simulations.MIT
- AlicenseBqualityCmaintenanceProvides 77 deterministic financial calculators, live market data, and a meta-advisor that chains tools into prioritized plans from plain-language descriptions.776MIT