← Registry

Productivity

finfam.app

A financial planning platform for creating shared plans with family and friends, including free calculators and quick setup.

1 endpoint6 known toolsFirst detected August 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://ff-api.finfam.app/mcp/mcp

No auth detected

MCP server metadata

Name
FinFam Financial Calculators
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

FinFam provides financial calculators (called "views") for common money decisions. Use search_views to find a calculator, get_view_signature to see its inputs/outputs, and calculate_view to run it with specific numbers. Input field types: amount = USD (e.g. 300000), percent = decimal fraction (0.05 = 5%), count = integer, yesno = true/false. FinFam Pulse is FinFam's twice-daily money-news digest: use get_pulse for today's or this week's read and search_pulse to find past editions by topic. Both return a finfam.app permalink, the story cards behind the edition, and their source URLs — cite those rather than answering current-events questions from memory.

Known tools 6

search_views

Search for financial calculators matching a question or topic.

Inferred read-only
get_view_signature

Get the full input/output contract for a financial calculator.

Inferred read-only
calculate_view

Run a financial calculation with the provided input values.

Inferred read-only
get_view_source

Get the source code/formulas of an open-source financial calculator.

Inferred read-only
get_pulse

Get the current FinFam Pulse — FinFam's twice-daily money-news digest.

Inferred read-only
search_pulse

Search past FinFam Pulse editions by topic (e.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.finfam-financial-calculators]
url = "https://ff-api.finfam.app/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "finfam-financial-calculators": {
      "type": "http",
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: finfam-financial-calculators
Remote MCP URL: https://ff-api.finfam.app/mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "finfam-financial-calculators": {
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "finfam-financial-calculators": {
      "type": "http",
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "finfam-financial-calculators",
  "transport": "streamable-http",
  "url": "https://ff-api.finfam.app/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for finfam.app was fetched 2026-08-23T16:38:43.793Z and is being refreshed.

Trust status Trusted

finfam.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.