{"name":"io.github.inity13/precisioncalc-mcp","slug":"inity13-precisioncalc-mcp","title":null,"description":"High-precision finance & business calculations for AI agents — exact decimals, never floats.","url":"https://mcp.market/server/inity13-precisioncalc-mcp","rating":null,"grade":"A","score":90,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":22,"stars":0,"forks":0,"downloads_week":26,"last_push_at":"2026-08-12T09:36:35.000Z","license":"MIT"},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T08:16:11.796Z","last_ok_at":"2026-09-24T08:16:11.796Z","latency_ms":54},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/inity13/precisioncalc-mcp","website":null,"version":"2.1.1","remotes":[{"type":"streamable-http","url":"https://precisioncalc-mcp.pages.dev/mcp"}],"packages":[{"registryType":"npm","identifier":"precisioncalc-mcp","version":"2.1.1","transport":{"type":"stdio"}}],"tools":[{"name":"batch_calculate","description":"PAID FEATURE. Run many calculations in one request. calls: list of {tool, arguments} (max 100). One failure never aborts the batch.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"calls":{"type":"array","items":{"type":"object"}}},"required":["calls"]}},{"name":"business_days","description":"Business-day arithmetic honoring weekends + regional holidays. operation: add_business_days (needs days, negative ok) | count_business_days (needs end_date, inclusive) | next_business_day | previous_business_day. region: US | UK | EU | NONE. custom_holidays: list of YYYY-MM-DD.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string"},"start_date":{"type":"string"},"days":{"type":"integer"},"end_date":{"type":"string"},"region":{"type":"string","default":"US"},"custom_holidays":{"type":"array","items":{"type":"string"}}},"required":["operation","start_date"]}},{"name":"calculate_metric","description":"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_growth_rate, arr, break_even_units, nrr, grr, rule_of_40, magic_number. Rates/margins are decimals (0.05=5%). Call list_metrics for schemas.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"metric":{"type":"string"},"params":{"type":"object"},"currency":{"type":"string","default":"USD"}},"required":["metric","params"]}},{"name":"compound_growth","description":"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 annual decimal (0.08=8%). compounding: daily|weekly|monthly|quarterly|semiannually|annually|continuous.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string"},"rate":{"type":"number"},"years":{"type":"number"},"present_value":{"type":"number"},"future_value":{"type":"number"},"begin_value":{"type":"number"},"end_value":{"type":"number"},"compounding":{"type":"string","default":"annually"},"currency":{"type":"string","default":"USD"}},"required":["operation"]}},{"name":"currency_convert","description":"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 (date/live=true) require a paid plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"type":"number"},"from_currency":{"type":"string"},"to_currency":{"type":"string"},"date":{"type":"string"},"live":{"type":"boolean"}},"required":["amount","from_currency","to_currency"]}},{"name":"depreciation","description":"Asset depreciation schedule. method: straight_line | declining_balance | sum_of_years_digits. Book value converges to salvage_value.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"method":{"type":"string"},"cost":{"type":"number"},"salvage_value":{"type":"number"},"useful_life_years":{"type":"integer"},"currency":{"type":"string","default":"USD"}},"required":["method","cost","salvage_value","useful_life_years"]}},{"name":"health_check","description":"Server health/status metadata.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"internal_rate_of_return","description":"Internal Rate of Return: per-period rate where NPV=0 (Newton + bisection). Requires a sign change in cashflows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cashflows":{"type":"array","items":{"type":"number"}},"guess":{"type":"number","default":0.1}},"required":["cashflows"]}},{"name":"list_metrics","description":"List every supported metric with descriptions and required/optional params.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"loan_amortization","description":"Level-payment loan: monthly payment, total interest, payoff, and (optional) full schedule. payment = P*r/(1-(1+r)^-n), r=annual_rate/12.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"principal":{"type":"number"},"annual_rate":{"type":"number"},"term_months":{"type":"integer"},"extra_payment":{"type":"number","default":0},"currency":{"type":"string","default":"USD"},"include_schedule":{"type":"boolean","default":false}},"required":["principal","annual_rate","term_months"]}},{"name":"net_present_value","description":"Net Present Value (discounted cash flow). NPV = sum(CF_t/(1+rate)^t). cashflows[0] = period 0 (usually the negative outlay).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"rate":{"type":"number"},"cashflows":{"type":"array","items":{"type":"number"}},"currency":{"type":"string","default":"USD"}},"required":["rate","cashflows"]}}],"scan":{"score":90,"grade":"A","scanned_at":"2026-09-23T17:17:18.340Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T17:17:18.336Z","components":{"code":{"score":25,"max":25,"notes":["3 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 234ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":12,"max":15,"notes":["last push 42 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://precisioncalc-mcp.pages.dev/mcp","reachable":true,"authRequired":false,"latencyMs":234,"serverInfo":{"name":"PrecisionCalc","version":"2.1.0-edge"}}],"packages":[{"registryType":"npm","identifier":"precisioncalc-mcp","version":"2.1.1","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":1,"publishedAt":"2026-08-12T09:31:24.917Z","repositoryUrl":"git+https://github.com/inity13/precisioncalc-mcp.git","weeklyDownloads":26}],"repo":{"found":true,"owner":"inity13","repo":"precisioncalc-mcp","archived":false,"pushedAt":"2026-08-12T09:36:35Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/30606024?v=4","ownerCreatedAt":"2017-07-31T20:28:48Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/30606024?v=4&s=128","source":"github"},"presence":{"stars":0,"forks":0,"downloadsWeek":26,"license":"MIT","lastPushAt":"2026-08-12T09:36:35.000Z","score":22}}}},"grade_history":[],"reviews":[]}