finance_calc_go

finance_calc_goは、金融計算ツールを提供するMCPサーバーです。将来価値や現在価値、定期的な貯蓄の将来価値など、さまざまな金融計算を行うためのAPIを備えています。ユーザーは必要なパラメータを指定することで、簡単に計算結果を得ることができます。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

21

フォーク

0

イシュー

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 sum
    • PVIF: Present value of a future lump sum
    • FVAIF: Future value of periodic savings
    • PVAIF: Present value of periodic payments
    • SFF: Required periodic savings to reach a future goal
    • CRF: 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