Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

FinFam Financial Calculators

app.finfam/calculators

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

Uptime
33.3%
3 direct probes · 30d
Response
2084ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_views

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_view_signature

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 …

calculate_view

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_view_source

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_pulse

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_pulse

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…

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"
    }
  }
}