Give your AI the power of
True Finance Math
All 31 calculators are published to your browser as Model Context Protocoltools. Any AI agent that supports WebMCP can discover them and run our exact formulas — right on the page you're reading.
How it works
Every page on this site registers its calculators with the browser's WebMCP API (navigator.modelContext). If you browse with an AI-enabled browser or an agent extension that speaks WebMCP, the tools below appear automatically — no setup, no configuration file, and no API key.
> calculate_mortgage({
homePrice: 400000,
downPaymentPercentage: 20,
interestRate: 6.5,
loanTermYears: 30
})
< {
"summary": "Total monthly payment ... (P&I ...).
Total interest ... Paid off in ... years.",
"details": {
"monthlyPi": ..., "monthlyTaxesAndFees": ...,
"totalInterest": ..., "totalCost": ...,
"schedule": [ /* year-by-year amortization */ ]
}
}Free, with no API keysAsk your agent to "calculate my mortgage" while this site is open and it will call our exact formulas instead of estimating the math itself.
Runs entirely on your deviceThese tools execute in your browser tab. There is no hosted calculation endpoint, so the numbers you or your agent enter are never transmitted to us.
Agents without WebMCP supportDesktop clients that connect over stdio or HTTP can't reach an in-browser tool. For those, open the calculator you need and export the result as PDF or CSV. The Mortgage, Compound Interest, and Investment ROI calculators also keep their inputs in the URL, so a link reproduces the exact scenario.
All 31 tools
calculate_mortgage— Mortgage Calculatorcalculate_compound_interest— Compound Interestcalculate_debt_payoff— Debt Payoffcalculate_retirement— Retirement Plannercalculate_budget— Budget Plannercalculate_car_loan— Car Loancalculate_emergency_fund— Emergency Fundcalculate_fire— FIRE Calculatorcalculate_home_affordability— Home Affordabilitycalculate_inflation— Inflationcalculate_investment_roi— Investment ROIcalculate_loan_emi— Loan EMIcalculate_net_worth— Net Worthcalculate_rent_vs_buy— Rent vs. Buycalculate_salary_tax— Salary Taxcalculate_savings_goal— Savings Goalcalculate_roth_vs_traditional— Roth vs. Traditionalcalculate_social_security— Social Securitycalculate_student_loan— Student Loancalculate_credit_card_payoff— Credit Card Payoffcalculate_debt_snowball— Debt Snowball / Avalanchecalculate_tip— Tip Calculatorcalculate_paycheck— Paycheck Calculatorcalculate_cd— CD Calculatorcalculate_auto_refinance— Auto Refinancecalculate_down_payment— Down Paymentcalculate_hourly_to_salary— Hourly to Salarycalculate_401k— 401(k) Calculatorcalculate_rmd— RMD Calculatorcalculate_capital_gains_tax— Capital Gains Taxcalculate_lease_vs_buy— Lease vs. Buy Car