Finance Calculator
localfinance-calc-tools
Compound interest, loan/mortgage payment, ROI, inflation adjustment, tip splitter — the everyday money maths.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (5)
- compound_interestCompute future value with compound interest. principal * (1 + r/n)^(n*t).
- loan_paymentCompute the monthly payment for a fixed-rate loan (mortgage, auto, etc.). Returns amortization summary.
- roi_calcCompute return on investment. Returns simple ROI, annualised ROI, and net gain.
- inflation_adjustAdjust an amount for inflation between two years given the annual rate. Returns real value in target-year terms.
- tip_calcCalculate tip and per-person share.