FinFam Financial Calculators
FF
FinFam Financial Calculators
/calculate_view

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_v

liveunknown~5s typical
mcpfinfamfinancialcalculators
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-finfam-calculators /calculate_view for me.

Input

FieldTypeDescription
owner_username*string
viewname*string
inputs*object

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-finfam-calculators","endpoint":"/calculate_view","input":{"owner_username":"...","viewname":"...","inputs":{}}}'
cli
npx cracked-ai run -p mcp-app-finfam-calculators -e /calculate_view -i '{"owner_username":"...","viewname":"...","inputs":{}}'
mcp
run_tool({ provider: "mcp-app-finfam-calculators", endpoint: "/calculate_view", input: {"owner_username":"...","viewname":"...","inputs":{}} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.