mcpserver.lol
registry/precisioncalc-mcp
Connection check verified live · 27h ago

precisioncalc-mcp

High-precision finance & business calculations for AI agents — exact decimals, never floats.

Tools 11
GitHub stars
Installs / wk 46
Licence MIT
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

11 tools

Read from the running server on 27h ago.

batch_calculate calls*
PAID FEATURE. Run many calculations in one request. calls: list of {tool, arguments} (max 100). One failure never aborts the batch.
business_days daysregionend_dateoperation*start_date*custom_holidays
Business-day arithmetic honoring weekends + regional holidays. operation: add_business_days (needs days, negative ok) | count_business_days (needs end_date, inclusive) | next_busin…
calculate_metric metric*params*currency
Compute a business/SaaS/finance metric with exact decimal precision. Metrics: ltv, cac, ltv_cac_ratio, payback_period_months, contribution_margin, gross_margin, churn_rate, mrr_gro…
compound_growth rateyearscurrencyend_valueoperation*begin_value +3
Compound-interest/growth math. operation: future_value (rate, years, present_value) | present_value (rate, years, future_value) | cagr (begin_value, end_value, years). rate is annu…
currency_convert dateliveamount*to_currency*from_currency*
Convert an amount between major currencies (USD, EUR, GBP, JPY, CAD, AUD, CHF, CNY, INR) with Decimal precision. Static offline table on the free tier; live/historical ECB rates (d…
depreciation cost*method*currencysalvage_value*useful_life_years*
Asset depreciation schedule. method: straight_line | declining_balance | sum_of_years_digits. Book value converges to salvage_value.
health_check
Server health/status metadata.
internal_rate_of_return guesscashflows*
Internal Rate of Return: per-period rate where NPV=0 (Newton + bisection). Requires a sign change in cashflows.
list_metrics
List every supported metric with descriptions and required/optional params.
loan_amortization currencyprincipal*annual_rate*term_months*extra_paymentinclude_schedule
Level-payment loan: monthly payment, total interest, payoff, and (optional) full schedule. payment = P*r/(1-(1+r)^-n), r=annual_rate/12.
net_present_value rate*currencycashflows*
Net Present Value (discounted cash flow). NPV = sum(CF_t/(1+rate)^t). cashflows[0] = period 0 (usually the negative outlay).