aruaru0/finance_calc_go
3.1
If you are the rightful owner of finance_calc_go and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Finance Calculator MCP server is designed to facilitate financial calculations and provide seamless integration with various platforms.
finance_calc_go
This is an MCP server that provides a financial calculator tool.
Tool: financial_calculator
Performs financial calculations.
Parameters:
operation
(string, required): The financial operation to perform. Must be one of:FVIF
: Future value of a present lump sumPVIF
: Present value of a future lump sumFVAIF
: Future value of periodic savingsPVAIF
: Present value of periodic paymentsSFF
: Required periodic savings to reach a future goalCRF
: Fixed periodic payment to repay a loan or deplete a fund
r
(number, required): The annual interest rate as a decimal (e.g., 0.05 for 5%)n
(number, required): The number of periods (typically years) for the calculation.amount
(number, required): The monetary value used in the calculation:- For "FVIF" and "PVIF": a single lump-sum amount
- For "FVAIF", "PVAIF", "SFF", and "CRF": a periodic (e.g. annual) amount