GitHubスター
0
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
1
お気に入り
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