mcpserver.lol
registry/financial-calculators
Connection check verified live · 28h ago

financial-calculators

Financial calculators over MCP: compound interest, FIRE, historical returns, deep links, 6 languages

Tools 14
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

14 tools

Read from the running server on 28h ago.

build_calculator_link read-only langparamscurrencycalculator*
Build a deep link to a SmartMoney77 calculator with pre-filled values that auto-calculate on open. Use list_calculators first to find the slug and its parameters. Example: { "calcu…
build_share_pack read-only langemojiparamscurrencycalculator*
Build everything needed to share a SmartMoney77 calculation on social media in one call: the deep link to the result, a ready-to-embed 1200x628 image URL rendered on our servers, a…
compare_investments read-only langamount*assets*buy_year*sell_year
Run the same "what if I had invested" calculation across 2-8 assets and rank them by final value. USD only, same yearly low/high average pricing as the SmartMoney77 history calcula…
compound_interest read-only langrate*years*initial*monthly
Project the future value of an initial amount plus monthly contributions at a given annual return (monthly compounding), and return a link to the same calculation on SmartMoney77.…
cost_of_waiting read-only langratestart*retirecompare*monthly*
Compare investing the same monthly amount starting at an early age versus a later age, and show what the delay costs by retirement. Example: { "monthly": 1000, "start": 25, "compar…
credit_card_payoff read-only langrate*balance*payment*purchases
Calculate how long it takes to clear a credit card balance at a fixed monthly payment and APR, plus the total interest paid. Example: { "balance": 10000, "payment": 400, "rate": 18…
emergency_fund read-only langtargetsavingsexpenses*contribution
Calculate how many months of expenses current savings cover, the target emergency fund size, the gap, and how long it takes to close it. Example: { "expenses": 3000, "savings": 600…
fire_number read-only langratesaving*currentexpenses*withdrawalRate
Calculate the financial-independence (FIRE) target from monthly expenses using the 4% rule, plus how many years of saving are needed. Example: { "expenses": 4000, "saving": 1500, "…
get_tool_guide read-only tool
Discovery helper: returns the standard prompt template, argument template, output-interpretation guide and related resources for one or all SmartMoney77 tools, so you can call them…
historical_investment_return read-only langasset*amount*buy_year*sell_year
Compute what a past investment would be worth today (or in a later year), using the same yearly low/high average prices as the SmartMoney77 history calculators. All amounts and pri…
inflation_check read-only langrateyears*amount*
Calculate how much purchasing power cash loses to inflation over time, and what nominal amount keeps the same buying power. Example: { "amount": 100000, "rate": 3, "years": 10 } →…
killer_fees read-only langrateyears*lowFee*highFee*monthly +1
Compare how much a high management fee costs versus a low fee over time on a portfolio with monthly contributions. Example: { "portfolio": 100000, "monthly": 1000, "highFee": 1.5,…
latte_factor read-only cost*langratetypeyearsperWeek
Calculate what a small recurring daily expense (coffee, cigarettes, takeaway) costs over time and what it would grow to if invested instead. Monthly cost = cost × perWeek × 52 / 12…
list_calculators read-only group
List every SmartMoney77 calculator with its slug, accepted URL parameters and supported languages/currencies. Call this before build_calculator_link. Example: { "group": "history"…