mcpserver.lol
registry/calculators
Connection check verified live · 20h ago

calculators

Free financial calculators (rent vs buy, mortgage, retirement) plus the FinFam Pulse money digest.

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

6 tools

Read from the running server on 20h ago.

calculate_view read-only inputs*viewname*owner_username*
Run a financial calculation with the provided input values. Pass field values as a dict mapping field names to values. Use the types from get_view_signature: amoun…
get_pulse read-only period
Get the current FinFam Pulse — FinFam's twice-daily money-news digest. Use this for "what's happening in finance / markets / the economy right now" questions inste…
get_view_signature read-only viewname*owner_username*
Get the full input/output contract for a financial calculator. Returns field names, types, defaults, and hints so you know exactly what inputs to collect from the…
get_view_source read-only viewname*owner_username*
Get the source code/formulas of an open-source financial calculator. Only available for views that have been published as open-source. Returns the calculation logi…
search_pulse read-only dayslimitquery*category
Search past FinFam Pulse editions by topic (e.g. "Fed", "mortgage rates", "layoffs"). Matches both the editions' prose and their individual story cards. Each result…
search_views read-only limitquery*
Search for financial calculators matching a question or topic. Args: query: Natural language search query (e.g. "should I rent or buy a house") lim…