mcpbeat Sign in

FinFam Financial Calculators MCP Server

answering

FinFam Financial Calculators is answering right now. Last checked 5 min ago. It exposes 6 tools.

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

Uptime history 30 days of history
30 days agonow
100.0%
Uptime 24h
92 of 92 checks
6
Tools
read from the server
580 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check FinFam Financial Calculators every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add calculators --transport http https://ff-api.finfam.app/mcp/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "calculators": {
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.calculators]
url = "https://ff-api.finfam.app/mcp/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "calculators": {
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "calculators": {
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

pulse
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 memory. Returns a dated headline and paragraph, the overall mood, a finfam.app permalink, the external grounding sources, and the edition's story cards (each with its own article URL). Cite the permalink and the story URLs. Returns null when nothing is published yet. Args: period: 'today' for the latest daily read, 'week' for the running weekly read
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 edition with its headline, paragraph, permalink, sources, and the story cards that matched. Best match first, newest as the tiebreak. Args: query: Topic or keywords to match days: How many days back to search (default 30, max 365) limit: Maximum number of editions to return (default 5, max 20) category: Optional card category filter — one of markets, rates, housing, jobs, spending, debt, money_drama, human_interest, retirement, taxes
view
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 a calculation. Args: owner_username: The view owner's username (from search results) viewname: The view's URL slug (from search results)
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 showing fields, types, defaults, and formulas. Args: owner_username: The view owner's username viewname: The view's URL slug
calculate
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 numbers (e.g. 300000), percent fields take decimals (0.05 = 5%), count fields take integers, yesno fields take true/false. Args: owner_username: The view owner's username viewname: The view's URL slug inputs: Dict of field_name -> value for input fields
views
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 of results to return (default 5, max 20)

Endpoints

URLTransportStateLatencyChecked
https://ff-api.finfam.app/mcp/mcp streamable-http answering 621 ms 5 min ago

Alternatives to FinFam Financial Calculators

same job, measured the same way
Alternomy — Swedish personal-finance calculators
by alternomy

Swedish personal-finance calculators with 2026 tax rules: rent vs buy, leasing, savings, mortgages

4 tools answering
Calculators
by calcfleet

Tested financial & practical calculators as free, no-auth MCP tools for AI agents.

122 tools answering
DAP Bellwether
by dap

Free regulatory change feed for financial regulators in Canada, the US, the UK and the EU.

4 tools answering
Numeratica — financial planning calculations
by numeratica

Deterministic US financial planning: retirement Monte Carlo, Roth conversion, RMD, tax, IRMAA, SS

91 installs/wk 76 tools answering
Financial Calculators
by smartmoney77

Financial calculators over MCP: compound interest, FIRE, historical returns, deep links, 6 languages

14 tools answering
Personal Finance
by sarveshtalele

54 robust financial calculators based on deterministic mathematical principles.

111 installs/wk local only
Economicium
by economicium

Free finance and trading calculators as MCP tools: risk/reward, RMD, Coast FIRE, inflation.

18 tools answering
Mortgage Tools
by com-manageyourloans

Australian mortgage tools: repayment & borrowing-power calculators, guidance & enquiry capture.

6 tools answering

FinFam Financial Calculators — questions

Answers built from our own checks of this server.

What can FinFam Financial Calculators do?
It exposes 6 tools, read directly from the server on our last check. Among them: calculate_view, get_pulse, get_view_signature, get_view_source, search_pulse, search_views. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is FinFam Financial Calculators mostly used for?
Its tools cluster around pulse and view. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is FinFam Financial Calculators working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 580 ms. The bar chart above shows every period we have measured.
How do I connect FinFam Financial Calculators?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does FinFam Financial Calculators need an API key?
No. FinFam Financial Calculators completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is FinFam Financial Calculators?
It answers our handshake in 580 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.