mcpserver.lol
registry/models
Connection check verified live · 28h ago

models

61 verified financial models plus household planning and coordination tools; specs cited.

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

15 tools

Read from the running server on 28h ago.

create_household labelapi_keyhousehold*
Create a persistent household resource from a household-schema document (docs/household-schema-spec.md: members, accounts by tax wrapper, liabilities, income and expense streams).…
decide_household id*paramsapi_keyhorizon*profilestrategy* +1
Run a Household Coordination Engine strategy on a stored household and get back a ranked decision object with evidence records. Strategies: withdrawal-sequencing (no params); roth-…
draft_import_mapping read-only notesapi_keysampleRecords*
WS3.5c: AI drafts the mapping; determinism executes it. Send up to 10 sample records from an export (column → string cell) and get back a DRAFT mapping template for import_househol…
get_household read-only id*api_key
Fetch a stored household document and its metadata by id.
get_model_contract read-only model*api_keyinclude_spec
Get a model's machine-readable contract: required inputs with types and valid domains, cross-field constraints, sentinel-value meanings, and the government constants (with sources)…
import_households dryRunapi_keyrecordstemplatehouseholds
Migrate a book (WS3.5): import up to 200 households in one call, with dryRun: true validating everything and writing NOTHING — iterate until the per-row, per-field report is clean,…
list_example_households read-only id
Twelve FICTIONAL households, each built to exercise a different part of the planning engine — accumulation, a Roth conversion window, drawdown on a low-basis portfolio, spousal Soc…
list_models read-only
List Worthune's Concordance-tested financial calculation models (an independent second implementation must agree with the engine, per the published spec). Returns model names and s…
narrate_decision read-only api_keyaudiencedecisiondecision_id
The Verified Narrative: client- or advisor-ready prose for a stored decision (decision_id) or an inline decision object. A model drafts the narrative FROM the decision; a determini…
patch_household id*setremoveupsertapi_keyexpectedVersion*
Apply a collection-level delta to a stored household without resending the whole document: set scalars (filingStatus, state), upsert entries by id (replace or append), remove entri…
project_household id*api_keyhorizon*profilemonteCarloassumptions
Run the deterministic multi-year projection on a stored household — income, RMDs, federal + covered state tax, expenses, amortization, cash flow, net worth per year — optionally wi…
replace_household id*labelapi_keyhousehold*expectedVersion
Full-document replace with optimistic concurrency: pass expectedVersion (from get_household) and a stale write loses cleanly with the current version instead of clobbering a concur…
run_model read-only model*inputs*api_key
Run a Concordance-tested calculation model. Inputs must satisfy the contract from get_model_contract (all fields required, values inside their domains — out-of-domain requests are…
try_household_projection read-only policyhorizon*household*monteCarloassumptions*
Run the deterministic multi-year household projection on a document you pass in — income, RMDs, Roth conversions, federal and covered-state tax, expenses, amortization, the tax-gro…
verify_claim read-only model*claims*inputs*api_key
Verify claims about a model's outputs against the engine before presenting them to a user. Pass the model inputs plus one or more claims ({path, op, value}); each claim comes back…