FinFam Financial Calculators
app.finfam/calculatorsFree financial calculators (rent vs buy, mortgage, retirement) plus the FinFam Pulse money digest.
Tools · 6
Search for financial calculators matching a question or topic. Args: query: Natural language search query (e.g. "should I rent or buy a house") limit: Maximum number o…
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 user before running …
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: amount fields take number…
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 logic as a readable TSV …
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 instead of answering from…
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 is one dated editi…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"finfam_financial_calculators": {
"url": "https://ff-api.finfam.app/mcp/mcp",
"transport": "streamable-http"
}
}
}