finance_calc_go
finance_calc_go is an MCP server that provides a financial calculator tool. It features an API capable of performing various financial calculations, including future value and present value of lump sums, as well as future value of periodic savings. Users can easily obtain calculation results by specifying the required parameters.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
22
Forks
0
Issues
0
README
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