Productivity
finfam.app
A financial planning platform for creating shared plans with family and friends, including free calculators and quick setup.
ENDPOINT 1
https://ff-api.finfam.app/mcp/mcp
MCP server metadata
- Name
- FinFam Financial Calculators
- Version
- 1.28.1
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
get_view_sourceGet the source code/formulas of an open-source financial calculator.
Inferred read-onlyCONNECT 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.
finfam.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.