# com.calcfleet/calculators (remote · calcfleet.com)

Tested financial & practical calculators as free, no-auth MCP tools for AI agents.

- Trust score: 60/100 (medium)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `calcfleet.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-calcfleet-calculators/api-mcp.md), [page](https://verifymcp.io/servers/com-calcfleet-calculators/api-mcp)

## Channel facts

- Endpoint: `https://calcfleet.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 122 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 37/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 11571 tokens (~94/item across 122 items; 122 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-calcfleet-calculators https://calcfleet.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-calcfleet-calculators]
url = "https://calcfleet.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-calcfleet-calculators": {
      "type": "remote",
      "url": "https://calcfleet.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-calcfleet-calculators --url https://calcfleet.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-calcfleet-calculators:
    url: "https://calcfleet.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-calcfleet-calculators": {
      "type": "http",
      "url": "https://calcfleet.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 58, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 52, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 51, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 51)

First indexed and scored.

## MCP tools (122)

### `mortgage_overpayment_calculator` (~78 tokens)

Mortgage Overpayment Calculator

Mortgage Overpayment Calculator — See exactly how much interest and time you save by overpaying your mortgage. Instant amortization schedule plus a clear breakdown of the months you save.

Input parameters:

- `annualRatePct` (number, required)
- `extraMonthly` (number, required)
- `principal` (number, required)
- `termYears` (number, required)

### `debt_payoff_calculator` (~72 tokens)

Debt Payoff Calculator: Avalanche vs Snowball

Debt Payoff Calculator: Avalanche vs Snowball — Compare the avalanche and snowball debt payoff strategies side by side. See how much interest you save and how many months sooner you'll be debt-free.

Input parameters:

- `debts` (array, required)
- `extraMonthly` (number, required)
- `strategy` (string, required)

### `freelance_hourly_rate_calculator` (~105 tokens)

Freelance Hourly Rate Calculator

Freelance Hourly Rate Calculator — Calculate your freelance hourly rate accounting for taxes, business expenses, and a profit margin. Find out exactly what to charge to hit your income goal.

Input parameters:

- `annualBusinessExpenses` (number, required)
- `billableHoursPerWeek` (number, required)
- `desiredAnnualIncome` (number, required)
- `profitMarginPct` (number, required)
- `taxRatePct` (number, required)
- `workWeeksPerYear` (number, required)

### `compound_interest_calculator` (~112 tokens)

Compound Interest Calculator

Compound Interest Calculator — Calculate compound interest with monthly contributions. See your balance grow year by year and discover exactly how much of your final balance is pure interest. Supports Verifiable Calculation Certificates: pass certify=true to also receive a signed, independently verifiable receipt (DSSE/Ed25519) for this exact calculation.

Input parameters:

- `annualRatePct` (number, required)
- `certify` (boolean)
- `initialPrincipal` (number, required)
- `monthlyContribution` (number, required)
- `years` (number, required)

### `savings_goal_calculator` (~76 tokens)

Savings Goal Calculator

Savings Goal Calculator — Calculate the monthly savings you need to reach any goal. Input your target, current balance, annual rate, and years to see your required monthly contribution.

Input parameters:

- `annualRatePct` (number, required)
- `currentSavings` (number, required)
- `goalAmount` (number, required)
- `years` (number, required)

### `car_loan_calculator` (~101 tokens)

Car Loan Calculator with Sales Tax and Trade-In

Car Loan Calculator with Sales Tax and Trade-In — Calculate your exact monthly car payment including sales tax and trade-in. View your full amortization schedule, total interest paid, and cost of ownership.

Input parameters:

- `annualRatePct` (number, required)
- `downPayment` (number, required)
- `salesTaxPct` (number, required)
- `termMonths` (integer, required)
- `tradeInValue` (number, required)
- `vehiclePrice` (number, required)

### `break_even_calculator` (~81 tokens)

Break-Even Point Calculator

Break-Even Point Calculator — Calculate your break-even point in units and revenue. Enter fixed costs, variable cost per unit, and price to see exactly when your business turns profitable.

Input parameters:

- `fixedCosts` (number, required)
- `pricePerUnit` (number, required)
- `targetProfit` (number, required)
- `variableCostPerUnit` (number, required)

### `margin_markup_calculator` (~57 tokens)

Margin and Markup Calculator

Margin and Markup Calculator — Calculate gross profit, margin percentage, and markup percentage instantly. Enter cost and price to see the right number for your business pricing strategy.

Input parameters:

- `cost` (number, required)
- `price` (number, required)

### `rent_vs_buy_calculator` (~153 tokens)

Rent vs Buy Calculator

Rent vs Buy Calculator — Compare renting vs buying over any timeline. See which builds more wealth, when break-even hits, and how appreciation and rent increases tip the balance.

Input parameters:

- `buyClosingCostsPct` (number, required)
- `downPaymentPct` (number, required)
- `homeAppreciationPct` (number, required)
- `homePrice` (number, required)
- `horizonYears` (integer, required)
- `investmentReturnPct` (number, required)
- `maintenancePctAnnual` (number, required)
- `monthlyRent` (number, required)
- `mortgageRatePct` (number, required)
- `mortgageTermYears` (integer, required)
- `rentIncreasePct` (number, required)
- `sellCostsPct` (number, required)

### `fire_calculator` (~96 tokens)

FIRE Calculator: When Can You Retire Early?

FIRE Calculator: When Can You Retire Early? — Calculate your FIRE number and years to early retirement. Enter current savings, annual expenses, and expected return rate to reach financial independence.

Input parameters:

- `annualExpenses` (number, required)
- `annualSavings` (number, required)
- `currentAge` (integer, required)
- `currentSavings` (number, required)
- `expectedReturnPct` (number, required)
- `withdrawalRatePct` (number, required)

### `take_home_pay_calculator` (~70 tokens)

Take-Home Pay Calculator (US)

Take-Home Pay Calculator (US) — Estimate your US take-home pay for 2026. Enter gross salary and filing status to see federal income tax, Social Security, Medicare, and monthly net income.

Input parameters:

- `filingStatus` (string, required)
- `grossAnnualSalary` (number, required)

### `student_loan_calculator` (~84 tokens)

Student Loan Payoff Calculator

Student Loan Payoff Calculator — See exactly how many months until you pay off your student loans, how much extra payments save in interest, and whether refinancing makes financial sense.

Input parameters:

- `annualRatePct` (number, required)
- `balance` (number, required)
- `extraMonthly` (number, required)
- `monthlyPayment` (number, required)
- `refinanceRatePct`

### `apy_calculator` (~86 tokens)

APY Calculator: APR to APY Conversion

APY Calculator: APR to APY Conversion — Convert your nominal rate (APR) to APY instantly. See how compounding frequency—daily, monthly, or quarterly—affects your true annual yield and final balance.

Input parameters:

- `compounding` (string, required)
- `deposit` (number, required)
- `nominalRatePct` (number, required)
- `years` (number, required)

### `roi_calculator` (~77 tokens)

ROI Calculator with Annualized Return

ROI Calculator with Annualized Return — Calculate ROI and annualized return on any investment. Add fees and costs to see true net gain and the real annual growth rate behind the headline number.

Input parameters:

- `additionalCosts` (number, required)
- `finalValue` (number, required)
- `initialInvestment` (number, required)
- `years` (number, required)

### `loan_amortization_calculator` (~79 tokens)

Loan Amortization Calculator

Loan Amortization Calculator — Get your full loan amortization schedule instantly. See how each payment splits between interest and principal, and how extra payments cut total interest paid.

Input parameters:

- `annualRatePct` (number, required)
- `extraMonthly` (number, required)
- `loanAmount` (number, required)
- `termMonths` (integer, required)

### `paint_calculator` (~121 tokens)

Paint Calculator: How Much Paint Do I Need?

Paint Calculator: How Much Paint Do I Need? — Calculate exactly how much paint you need for any room. Enter room dimensions, number of coats, doors, windows, and paint coverage to get total liters and cans.

Input parameters:

- `coats` (integer, required)
- `coveragePerLiterM2` (number, required)
- `doors` (integer, required)
- `includeCeiling` (boolean, required)
- `roomLengthM` (number, required)
- `roomWidthM` (number, required)
- `wallHeightM` (number, required)
- `windows` (integer, required)

### `mortgage_refinance_calculator` (~100 tokens)

Mortgage Refinance Calculator

Mortgage Refinance Calculator — Find out if refinancing your mortgage is worth it. Compare monthly payments, see when you break even, and spot if a lower rate actually costs more overall.

Input parameters:

- `closingCosts` (number, required)
- `currentBalance` (number, required)
- `currentRatePct` (number, required)
- `newRatePct` (number, required)
- `newTermMonths` (integer, required)
- `remainingTermMonths` (integer, required)

### `tdee_calculator` (~100 tokens)

TDEE Calculator: Daily Calorie Needs

TDEE Calculator: Daily Calorie Needs — Calculate your Total Daily Energy Expenditure (TDEE) using the Mifflin-St Jeor formula. Find your daily calorie needs for fat loss, maintenance, or muscle gain.

Input parameters:

- `activity` (string, required)
- `age` (integer, required)
- `goal` (string, required)
- `heightCm` (number, required)
- `sex` (string, required)
- `weightKg` (number, required)

### `macro_calculator` (~90 tokens)

Macro Calculator: Protein, Carbs and Fat Targets

Macro Calculator: Protein, Carbs and Fat Targets — Calculate your daily protein, carb, and fat targets from your calorie goal. Choose a preset split or customize macros for your fitness or body-composition plan.

Input parameters:

- `carbsPct` (integer)
- `dailyCalories` (number, required)
- `fatPct` (integer)
- `preset` (string, required)
- `proteinPct` (integer)

### `running_pace_calculator` (~85 tokens)

Running Pace Calculator with Race Predictions

Running Pace Calculator with Race Predictions — Calculate your per-km and per-mile running pace from any distance and time. Get predicted finish times for 5K, 10K, half marathon, and marathon, plus splits.

Input parameters:

- `distanceKm` (number, required)
- `hours` (integer, required)
- `minutes` (integer, required)
- `seconds` (integer, required)

### `rent_affordability_calculator` (~97 tokens)

Rent Affordability Calculator

Rent Affordability Calculator — Find out how much rent you can afford using the 30% rule, 50/30/20 budget, and a cashflow stress test. All three caps side by side so you see the trade-offs.

Input parameters:

- `dtiPct` (number, required)
- `grossMonthlyIncome` (number, required)
- `monthlyFixedExpenses` (number, required)
- `takeHomePay` (number, required)

### `closing_cost_calculator` (~105 tokens)

Mortgage Closing Cost Estimator

Mortgage Closing Cost Estimator — Estimate US mortgage closing costs before you buy. See itemized origination, appraisal, title, and prepaid fees with typical ranges and cash to close.

Input parameters:

- `appraisalFee` (number, required)
- `homePrice` (number, required)
- `loanAmount` (number, required)
- `originationFeePct` (number, required)
- `prepaidEscrow` (number, required)
- `recordingFee` (number, required)
- `titleFee` (number, required)

### `mortgage_points_calculator` (~101 tokens)

Mortgage Discount Points Break-Even Calculator

Mortgage Discount Points Break-Even Calculator — Find out if buying mortgage discount points is worth it. See the break-even month and net gain over your planned hold period. Points lose if you sell early.

Input parameters:

- `annualRatePct` (number, required)
- `holdPeriodMonths` (integer, required)
- `loanAmount` (number, required)
- `points` (number, required)
- `rateReductionPerPoint` (number, required)
- `termMonths` (integer, required)

### `home_affordability_calculator` (~163 tokens)

Home Affordability Calculator

Home Affordability Calculator — Find out how much house you can afford using the 28/36 DTI rule. Enter income, rate, and debts to get your max loan, price, and a DTI scenarios table. Supports Verifiable Calculation Certificates: pass certify=true to also receive a signed, independently verifiable receipt (DSSE/Ed25519) for this exact calculation.

Input parameters:

- `annualRatePct` (number, required)
- `backEndDtiPct` (number, required)
- `certify` (boolean)
- `downPayment` (number, required)
- `frontEndDtiPct` (number, required)
- `grossMonthlyIncome` (number, required)
- `otherMonthlyDebts` (number, required)
- `termYears` (number, required)

### `down_payment_calculator` (~62 tokens)

Down Payment Calculator with PMI Threshold

Down Payment Calculator with PMI Threshold — Calculate your down payment amount, loan size, and PMI status instantly. See the dollar gap to 20% equity and compare multiple down payment scenarios.

Input parameters:

- `downPct` (number, required)
- `price` (number, required)

### `mortgage_piti_calculator` (~108 tokens)

Mortgage PITI Calculator

Mortgage PITI Calculator — Calculate your full monthly PITI mortgage payment—principal, interest, property taxes, homeowners insurance, and PMI. Full amortization schedule included.

Input parameters:

- `annualInsuranceDollars` (number, required)
- `annualPropertyTaxRatePct` (number, required)
- `annualRatePct` (number, required)
- `homeValue` (number, required)
- `loanAmount` (number, required)
- `pmiRatePct` (number, required)
- `termYears` (integer, required)

### `balance_transfer_calculator` (~100 tokens)

Balance Transfer Calculator

Balance Transfer Calculator — See how much a 0% balance transfer saves vs staying on your current APR. Enter the fee, promo months, and planned payment to find out if it is worth it.

Input parameters:

- `balance` (number, required)
- `currentAprPct` (number, required)
- `monthlyPayment` (number, required)
- `promoMonths` (integer, required)
- `revertAprPct` (number, required)
- `transferFeePct` (number, required)

### `heloc_calculator` (~110 tokens)

HELOC Payment Calculator (Draw + Repayment)

HELOC Payment Calculator (Draw + Repayment) — Calculate your HELOC draw and repayment payments. See the payment shock when interest-only switches to fully amortized, plus total interest across both phases.

Input parameters:

- `annualRatePct` (number, required)
- `cltvPct` (number, required)
- `drawBalance` (number, required)
- `drawTermMonths` (integer, required)
- `homeValue` (number, required)
- `mortgageBalance` (number, required)
- `repayTermMonths` (integer, required)

### `debt_consolidation_calculator` (~73 tokens)

Debt Consolidation Calculator

Debt Consolidation Calculator — See how your current debts compare against one new consolidation loan. A lower rate with a longer term can still cost you more — see the true lifetime numbers.

Input parameters:

- `consolidationAprPct` (number, required)
- `consolidationTermMonths` (integer, required)
- `debts` (array, required)

### `credit_card_payoff_calculator` (~76 tokens)

Credit Card Payoff Calculator

Credit Card Payoff Calculator — Find out how many months until your credit card is paid off — and how the minimum-payment trap costs you decades and multiples of your original balance.

Input parameters:

- `aprPct` (number, required)
- `balance` (number, required)
- `monthlyPayment` (number, required)
- `targetMonths`

### `personal_loan_calculator` (~120 tokens)

Personal Loan Calculator with APR & Amortization

Personal Loan Calculator with APR & Amortization — Calculate your personal loan monthly payment, total interest, and true effective APR including any origination fee. Full amortization schedule included. Supports Verifiable Calculation Certificates: pass certify=true to also receive a signed, independently verifiable receipt (DSSE/Ed25519) for this exact calculation.

Input parameters:

- `annualRatePct` (number, required)
- `certify` (boolean)
- `originationFeePct` (number, required)
- `principal` (number, required)
- `termMonths` (integer, required)

### `dti_calculator` (~84 tokens)

Debt-to-Income (DTI) Ratio Calculator

Debt-to-Income (DTI) Ratio Calculator — Calculate your front-end and back-end debt-to-income ratio instantly. See how your debt load compares against the 36%, 43% QM, and 50% lender thresholds.

Input parameters:

- `grossMonthlyIncome` (number, required)
- `housingPayment` (number, required)
- `otherMonthlyDebts` (number, required)

### `saas_mrr_growth_calculator` (~107 tokens)

SaaS MRR Growth Projection Calculator

SaaS MRR Growth Projection Calculator — Model SaaS MRR growth with monthly compounding: add new revenue, subtract churn, apply expansion. See projected ARR and months to any revenue milestone.

Input parameters:

- `monthlyChurnPct` (number, required)
- `monthlyExpansionPct` (number, required)
- `months` (integer, required)
- `newMrrPerMonth` (number, required)
- `startingMrr` (number, required)
- `targetMrr` (number)

### `cac_ltv_calculator` (~85 tokens)

CAC : LTV Ratio Calculator

CAC : LTV Ratio Calculator — Calculate Customer Lifetime Value, LTV:CAC ratio with poor/fair/good/excellent verdict bands, CAC payback months, and monthly gross profit per customer.

Input parameters:

- `arpa` (number, required)
- `cac` (number, required)
- `grossMarginPct` (number, required)
- `monthlyChurnPct` (number, required)

### `roas_calculator` (~78 tokens)

ROAS & Break-Even ROAS Calculator

ROAS & Break-Even ROAS Calculator — Calculate ROAS and break-even ROAS instantly. Enter revenue, ad spend, and gross margin to see if your campaign is truly profitable — or just spending to spend.

Input parameters:

- `adSpend` (number, required)
- `grossMarginPct` (number, required)
- `revenue` (number, required)

### `churn_rate_calculator` (~86 tokens)

Churn & Retention Rate Calculator

Churn & Retention Rate Calculator — Calculate monthly and annual customer churn, revenue churn, and net revenue retention. Compounding conversion and implied average customer lifetime included.

Input parameters:

- `expansionMRR` (number, required)
- `lostCustomers` (number, required)
- `lostMRR` (number, required)
- `startingCustomers` (number, required)
- `startingMRR` (number, required)

### `payback_period_calculator` (~87 tokens)

CAC Payback Period Calculator

CAC Payback Period Calculator — Calculate your CAC payback period with simple and discounted methods. Find the month your customer acquisition cost is fully recovered, plus a cumulative chart.

Input parameters:

- `annualDiscountRatePct` (number, required)
- `arpa` (number, required)
- `cac` (number, required)
- `grossMarginPct` (number, required)
- `targetMonths` (number, required)

### `burn_rate_runway_calculator` (~93 tokens)

Burn Rate & Runway Calculator

Burn Rate & Runway Calculator — Calculate startup burn rate and cash runway. Gross vs net burn, default alive or dead verdict, and month-by-month cash balance simulation with revenue growth.

Input parameters:

- `cashBalance` (number, required)
- `monthlyExpenseGrowthPct` (number)
- `monthlyExpenses` (number, required)
- `monthlyRevenue` (number, required)
- `monthlyRevenueGrowthPct` (number)

### `product_pricing_calculator` (~93 tokens)

Product Pricing Calculator

Product Pricing Calculator — Set the right selling price for your product. Enter fully-loaded unit cost — materials, labor, overhead, and platform fees — then choose a target margin.

Input parameters:

- `feesPct` (number, required)
- `hourlyRate` (number, required)
- `laborHours` (number, required)
- `materials` (number, required)
- `overhead` (number, required)
- `targetMarginPct` (number, required)

### `sales_tax_calculator` (~83 tokens)

US Sales Tax Calculator (by State) + Reverse

US Sales Tax Calculator (by State) + Reverse — Calculate US sales tax by state. Add or strip tax from any price. Select a state to prefill the rate; all 50 states included. 2025 base rates — local rates vary

Input parameters:

- `amount` (number, required)
- `mode` (string, required)
- `ratePct` (number, required)

### `amazon_fba_calculator` (~94 tokens)

Amazon FBA Profit Calculator

Amazon FBA Profit Calculator — Calculate Amazon FBA net profit, margin, and ROI for any product. Enter price, COGS, and size tier to see the full fee breakdown and your break-even price.

Input parameters:

- `adCost` (number)
- `cogs` (number, required)
- `price` (number, required)
- `referralRatePct` (number)
- `sizeTier` (string)

### `etsy_fee_calculator` (~108 tokens)

Etsy Fee & Profit Calculator

Etsy Fee & Profit Calculator — Calculate Etsy fees, net proceeds, and break-even price for any listing. Fee breakdown always visible: listing $0.20, transaction 6.5%, payment 3%+$0.25.

Input parameters:

- `cogs` (number, required)
- `itemPrice` (number, required)
- `offsiteAds` (string, required)
- `processingFlat` (number, required)
- `processingRatePct` (number, required)
- `shippingPrice` (number, required)

### `ecommerce_profit_margin_calculator` (~115 tokens)

Ecommerce Profit Margin Calculator

Ecommerce Profit Margin Calculator — Calculate your true ecommerce profit margin including COGS, shipping, packaging, payment fees, and ad spend per unit. See contribution vs fully-loaded margin.

Input parameters:

- `adCostPerUnit` (number, required)
- `cogs` (number, required)
- `packagingCost` (number, required)
- `paymentFeePct` (number, required)
- `platformFeePct` (number, required)
- `price` (number, required)
- `returnsAllowancePct` (number, required)
- `shippingCost` (number, required)

### `solar_panel_savings_calculator` (~109 tokens)

Solar Panel Savings Calculator

Solar Panel Savings Calculator — Estimate how much a rooftop solar system saves on your power bill: enter size, sun hours, cost, and any currently applicable credit to see yearly savings and payback.

Input parameters:

- `derate` (number, required)
- `electricityRate` (number, required)
- `grossCost` (number, required)
- `horizonYears` (integer, required)
- `peakSunHours` (number, required)
- `systemKW` (number, required)
- `taxCreditPct` (number, required)

### `solar_system_size_calculator` (~101 tokens)

Solar System Size Calculator (kW Needed)

Solar System Size Calculator (kW Needed) — Find the solar system size you need: enter yearly kWh usage, peak sun hours, and panel wattage to get the required kW and the number of panels it takes.

Input parameters:

- `annualUsageKWh` (number, required)
- `derate` (number, required)
- `offsetFraction` (number, required)
- `panelWatts` (number, required)
- `peakSunHours` (number, required)

### `electricity_cost_calculator` (~76 tokens)

Appliance Electricity Cost Calculator

Appliance Electricity Cost Calculator — Work out what any appliance really costs to run. Enter its watts, hours per day, and your kWh rate to see the cost per day, month, and year at a glance.

Input parameters:

- `hoursPerDay` (number, required)
- `rate` (number, required)
- `watts` (number, required)

### `ev_charging_cost_calculator` (~108 tokens)

EV Charging Cost Calculator

EV Charging Cost Calculator — See what it really costs to charge your EV at home or on public chargers. Enter battery size, charge window, and rates for cost per charge and per mile.

Input parameters:

- `batteryKWh` (number, required)
- `currentPct` (number, required)
- `efficiency` (number, required)
- `homeRate` (number, required)
- `milesPerKWh` (number, required)
- `publicRate` (number, required)
- `targetPct` (number, required)

### `heat_pump_savings_calculator` (~94 tokens)

Heat Pump vs Furnace Savings Calculator

Heat Pump vs Furnace Savings Calculator — Compare a heat pump against electric resistance or a furnace. Enter your heating need, COP, and rate to see yearly running cost, savings, and payback.

Input parameters:

- `comparisonCop` (number, required)
- `cop` (number, required)
- `electricityRate` (number, required)
- `heatNeedKWh` (number, required)
- `installedCostDelta` (number, required)

### `home_battery_size_calculator` (~90 tokens)

Home Battery Backup Size Calculator

Home Battery Backup Size Calculator — Size a home backup battery. Enter your essential load in kW and hours of backup to get the kWh needed, how many battery units, and runtime at each load.

Input parameters:

- `backupHours` (number, required)
- `depthOfDischarge` (number, required)
- `essentialLoadKW` (number, required)
- `unitCapacityKWh` (number, required)

### `car_affordability_calculator` (~106 tokens)

Car Affordability Calculator

Car Affordability Calculator — How much car can you afford? Enter your monthly budget, APR, loan term, and down payment to see your max loan and car price, plus a 15%-of-income rule check.

Input parameters:

- `annualRatePct` (number, required)
- `downPayment` (number, required)
- `monthlyIncome` (number)
- `monthlyPayment` (number, required)
- `termMonths` (integer, required)
- `tradeIn` (number, required)

### `car_lease_calculator` (~92 tokens)

Car Lease Payment Calculator (Money Factor)

Car Lease Payment Calculator (Money Factor) — Estimate your monthly car lease payment from the cap cost, residual, term, and money factor. See the depreciation and finance split, sales tax, and APR.

Input parameters:

- `capCost` (number, required)
- `moneyFactor` (number, required)
- `residual` (number, required)
- `salesTaxPct` (number, required)
- `termMonths` (integer, required)

### `lease_vs_buy_car_calculator` (~117 tokens)

Lease vs Buy a Car Calculator

Lease vs Buy a Car Calculator — Compare leasing versus buying a car over the same time horizon. See each total cost, the difference, and true net cost per month once resale value is counted.

Input parameters:

- `buyDownPayment` (number, required)
- `buyMonthly` (number, required)
- `estimatedMaintenance` (number, required)
- `horizonMonths` (integer, required)
- `leaseDownPayment` (number, required)
- `leaseFees` (number, required)
- `leaseMonthly` (number, required)
- `resaleValue` (number, required)

### `car_depreciation_calculator` (~83 tokens)

Car Depreciation Calculator

Car Depreciation Calculator — Estimate what your car will be worth in the years ahead. Enter price and depreciation rates to see a year-by-year value curve, total loss, and percent lost.

Input parameters:

- `annualRate` (number, required)
- `firstYearRate` (number, required)
- `horizonYears` (integer, required)
- `price` (number, required)

### `cost_per_mile_calculator` (~101 tokens)

Cost Per Mile to Own a Car Calculator

Cost Per Mile to Own a Car Calculator — See what your car truly costs to drive: enter yearly fuel, maintenance, insurance, depreciation, and financing interest or lease cost to get your real cost per mile driven.

Input parameters:

- `annualMiles` (number, required)
- `depreciation` (number, required)
- `financingOrLeaseCost` (number, required)
- `fuel` (number, required)
- `insurance` (number, required)
- `maintenance` (number, required)

### `gas_vs_electric_car_calculator` (~109 tokens)

Gas vs Electric Car Cost Calculator

Gas vs Electric Car Cost Calculator — Compare the yearly fuel cost of a gas car versus an electric car. Enter miles, MPG, and rates to see annual savings, break-even years, and 5-year totals.

Input parameters:

- `annualMiles` (number, required)
- `electricityRate` (number, required)
- `evPricePremium` (number)
- `gasPricePerGal` (number, required)
- `kWhPerMile` (number, required)
- `mpg` (number, required)

### `flooring_calculator` (~94 tokens)

Flooring Calculator (Boxes & Cost)

Flooring Calculator (Boxes & Cost) — Figure out how many boxes of flooring to buy and what it costs. Enter room length, width, waste percentage, box coverage, and price per box for an estimate.

Input parameters:

- `boxCoverageSqFt` (number, required)
- `lengthFt` (number, required)
- `pricePerBox` (number, required)
- `wastePct` (number, required)
- `widthFt` (number, required)

### `tile_calculator` (~109 tokens)

Tile Calculator (Tiles Needed)

Tile Calculator (Tiles Needed) — Calculate how many floor or wall tiles you need. Enter room size, tile dimensions, and waste percentage to get total tiles, boxes to buy, and material cost.

Input parameters:

- `lengthFt` (number, required)
- `pricePerBox` (number, required)
- `tileHeightIn` (number, required)
- `tileWidthIn` (number, required)
- `tilesPerBox` (integer, required)
- `wastePct` (number, required)
- `widthFt` (number, required)

### `concrete_calculator` (~99 tokens)

Concrete Calculator (Cubic Yards & Bags)

Concrete Calculator (Cubic Yards & Bags) — Calculate how much concrete you need for a slab, footing, or pad. Enter length, width, and thickness to get cubic yards, cubic feet, and the exact bag count.

Input parameters:

- `bagYieldFt3` (number, required)
- `lengthFt` (number, required)
- `thicknessInches` (number, required)
- `wastePct` (number, required)
- `widthFt` (number, required)

### `drywall_calculator` (~75 tokens)

Drywall Sheet Calculator

Drywall Sheet Calculator — Calculate how many drywall sheets you need for a room. Enter total wall and ceiling area, waste percent, and sheet size to get sheets, screws, mud, and tape.

Input parameters:

- `sheetAreaSqFt` (number, required)
- `wallArea` (number, required)
- `wastePct` (number, required)

### `deck_boards_calculator` (~116 tokens)

Deck Board Calculator (Linear Feet & Boards)

Deck Board Calculator (Linear Feet & Boards) — Calculate how many deck boards you need. Enter deck length, width, board width, gap, and board length to get area, linear feet, board count, and total cost.

Input parameters:

- `boardLengthFt` (number, required)
- `boardWidthIn` (number, required)
- `deckLength` (number, required)
- `deckWidth` (number, required)
- `gapIn` (number, required)
- `pricePerBoard` (number, required)
- `wastePct` (number, required)

### `fence_calculator` (~121 tokens)

Fence Calculator (Posts, Panels, Rails)

Fence Calculator (Posts, Panels, Rails) — Calculate fence materials fast: enter your run length, post spacing, and picket width to get exact posts, rails, and pickets, plus an optional total cost.

Input parameters:

- `fenceLength` (number, required)
- `gapIn` (number, required)
- `picketPrice` (number)
- `picketWidthIn` (number, required)
- `postPrice` (number)
- `postSpacing` (number, required)
- `railPrice` (number)
- `railsPerSection` (integer, required)

### `llm_api_cost_calculator` (~101 tokens)

LLM API Cost Calculator (GPT-4o, Claude, Gemini)

LLM API Cost Calculator (GPT-4o, Claude, Gemini) — Estimate monthly API costs for GPT-4o, Claude, and Gemini from tokens per request and volume. See input vs output cost split. Prices as of 2025 — verify.

Input parameters:

- `inputTokensPerReq` (number, required)
- `model` (string, required)
- `outputTokensPerReq` (number, required)
- `requestsPerMonth` (number, required)

### `token_counter_calculator` (~89 tokens)

Token Counter & Context-Window Fit Calculator

Token Counter & Context-Window Fit Calculator — Estimate the token count of any text with the chars/4 words/0.75 heuristic, check if it fits 8k, 128k, 200k, or 1M context windows, and gauge API cost.

Input parameters:

- `chars` (number, required)
- `pricePerMillion` (number, required)
- `words` (number, required)

### `ai_build_vs_buy_calculator` (~90 tokens)

AI Build vs Buy Calculator (API vs Self-Host)

AI Build vs Buy Calculator (API vs Self-Host) — Compare the monthly cost of a hosted LLM API against self-hosting on your own GPUs. Find the break-even token volume and see which option is cheaper for you.

Input parameters:

- `apiPricePerMtok` (number, required)
- `selfHostFixedPerMonth` (number, required)
- `tokensPerMonth` (number, required)

### `gpu_vram_calculator` (~87 tokens)

GPU VRAM Calculator (Model Size & GPU Fit)

GPU VRAM Calculator (Model Size & GPU Fit) — Calculate the VRAM a large language model needs by parameter count and precision (fp16, int8, int4), then see which GPU it fits — from RTX 4090 to H100.

Input parameters:

- `overheadPct` (number, required)
- `paramsBillion` (number, required)
- `precision` (string, required)

### `ai_roi_calculator` (~100 tokens)

AI Tool ROI Calculator (Payback on Adoption)

AI Tool ROI Calculator (Payback on Adoption) — Estimate the ROI and payback of an AI tool: enter hours saved per week, staff count, and cost to see monthly net savings, break-even months, and annual return.

Input parameters:

- `headcount` (integer, required)
- `hourlyCost` (number, required)
- `hoursSavedPerWeek` (number, required)
- `implementationCost` (number, required)
- `monthlyToolCost` (number, required)

### `ai_job_exposure_calculator` (~87 tokens)

AI Job Exposure Score

AI Job Exposure Score — An AI job exposure score built from published research (Eloundou et al. 2023, O*NET, Goldman Sachs): estimate your task mix, not a prediction about you.

Input parameters:

- `creativeCognitive` (number, required)
- `interpersonal` (number, required)
- `physical` (number, required)
- `routineCognitive` (number, required)

### `salary_to_hourly_calculator` (~98 tokens)

Salary to Hourly Calculator (and Back)

Salary to Hourly Calculator (and Back) — Convert an annual salary to an hourly wage or an hourly rate back to a yearly salary. Set your hours and weeks to see weekly, biweekly, and monthly pay too.

Input parameters:

- `annualSalary` (number, required)
- `hourlyRate` (number, required)
- `hoursPerWeek` (number, required)
- `mode` (string, required)
- `weeksPerYear` (number, required)

### `overtime_pay_calculator` (~95 tokens)

Overtime Pay Calculator (Time-and-a-Half)

Overtime Pay Calculator (Time-and-a-Half) — Calculate overtime pay at time-and-a-half or a custom rate. Enter your hourly wage plus regular, overtime, and double-time hours for weekly and annual gross.

Input parameters:

- `doubletimeHours` (number, required)
- `hourlyRate` (number, required)
- `overtimeHours` (number, required)
- `overtimeMultiplier` (number, required)
- `regularHours` (number, required)

### `pay_raise_calculator` (~78 tokens)

Pay Raise Calculator

Pay Raise Calculator — Calculate your pay raise two ways: the nominal percentage increase and the real, inflation-adjusted raise, plus the annual and per-paycheck dollar gain.

Input parameters:

- `inflationPct` (number, required)
- `newSalary` (number, required)
- `oldSalary` (number, required)
- `payPeriodsPerYear` (integer, required)

### `pto_accrual_calculator` (~101 tokens)

PTO Accrual Calculator

PTO Accrual Calculator — Calculate how much paid time off you accrue each pay period from your annual PTO days, then project your future balance by pay date after the hours you've used.

Input parameters:

- `annualDays` (number, required)
- `currentBalanceHours` (number, required)
- `hoursPerDay` (number, required)
- `periodsElapsed` (integer, required)
- `periodsPerYear` (integer, required)
- `usedHours` (number, required)

### `contractor_vs_employee_calculator` (~105 tokens)

1099 vs W-2 Rate Calculator

1099 vs W-2 Rate Calculator — Compare a W-2 job to 1099 contract work: enter salary, employer FICA, benefits, and PTO to see the equivalent 1099 gross rate you need to break even fairly.

Input parameters:

- `benefitsValue` (number, required)
- `contractorGross` (number, required)
- `employerFicaPct` (number, required)
- `ptoValue` (number, required)
- `w2Salary` (number, required)

### `employee_cost_calculator` (~81 tokens)

True Cost of an Employee Calculator

True Cost of an Employee Calculator — Calculate the true, fully loaded cost of an employee beyond base salary: add employer FICA, benefits, and overhead to see the total and its multiple of pay.

Input parameters:

- `benefitsValue` (number, required)
- `ficaPct` (number, required)
- `overheadValue` (number, required)
- `salary` (number, required)

### `401k_match_calculator` (~121 tokens)

401(k) Employer Match Calculator

401(k) Employer Match Calculator — Calculate your 401(k) employer match: enter salary and contribution rate to see the free money you earn, your total yearly savings, and long-run growth.

Input parameters:

- `contributionPct` (number, required)
- `firstTierMatchPct` (number, required)
- `firstTierPct` (number, required)
- `growthRatePct` (number, required)
- `salary` (number, required)
- `secondTierMatchPct` (number, required)
- `secondTierPct` (number, required)
- `years` (integer, required)

### `roth_ira_calculator` (~83 tokens)

Roth IRA Growth Calculator

Roth IRA Growth Calculator — See how a Roth IRA grows tax-free. Enter your annual contribution, expected return, and time horizon to project future value, total paid in, and growth.

Input parameters:

- `annualContribution` (number, required)
- `annualReturnPct` (number, required)
- `capitalGainsTaxPct` (number, required)
- `years` (integer, required)

### `cd_ladder_calculator` (~81 tokens)

CD Ladder Calculator

CD Ladder Calculator — Build a CD ladder: split your savings across staggered-maturity CDs and see year-one interest, per-rung breakdown, and your blended APY across the whole ladder.

Input parameters:

- `baseApy` (number, required)
- `principal` (number, required)
- `rungs` (integer, required)
- `step` (number, required)

### `coast_fire_calculator` (~86 tokens)

Coast FIRE Calculator

Coast FIRE Calculator — Find your Coast FIRE number: the amount you need invested today so it grows to your FIRE target by retirement with zero further contributions. Mind the gap.

Input parameters:

- `currentAge` (integer, required)
- `currentSavings` (number, required)
- `realReturnPct` (number, required)
- `retirementAge` (integer, required)
- `targetFireNumber` (number, required)

### `dividend_reinvestment_calculator` (~86 tokens)

DRIP Dividend Reinvestment Calculator

DRIP Dividend Reinvestment Calculator — See how reinvested dividends compound your portfolio. Enter dividend yield, price growth, and yearly contributions to project future value and total growth.

Input parameters:

- `annualContribution` (number, required)
- `dividendYieldPct` (number, required)
- `priceGrowthPct` (number, required)
- `principal` (number, required)
- `years` (integer, required)

### `savings_drawdown_calculator` (~70 tokens)

Savings Drawdown Calculator

Savings Drawdown Calculator — See how long your savings will last: enter your balance, monthly withdrawal, and expected return to find the months and years until the money runs out.

Input parameters:

- `annualReturnPct` (number, required)
- `monthlyWithdrawal` (number, required)
- `principal` (number, required)

### `retirement_monte_carlo_calculator` (~117 tokens)

Retirement Monte Carlo Calculator

Retirement Monte Carlo Calculator — Estimate your retirement plan's success probability with 5,000 simulated Monte Carlo market paths, plus a fan chart of percentile balances at every age.

Input parameters:

- `currentAge` (integer, required)
- `currentSavings` (number, required)
- `expectedRealReturnPct` (number, required)
- `monthlyContribution` (number, required)
- `monthlyRetirementSpending` (number, required)
- `planUntilAge` (integer, required)
- `retireAge` (integer, required)
- `volatilityPct` (number, required)

### `mulch_calculator` (~91 tokens)

Mulch Calculator (Cubic Yards & Bags)

Mulch Calculator (Cubic Yards & Bags) — Calculate how much mulch you need for a garden bed or landscape. Enter area and depth to get cubic yards, cubic feet, and the exact number of bags to buy.

Input parameters:

- `areaSqFt` (number, required)
- `bagSizeFt3` (number, required)
- `depthInches` (number, required)
- `wastePct` (number, required)

### `topsoil_calculator` (~87 tokens)

Topsoil Calculator (Yards & Weight)

Topsoil Calculator (Yards & Weight) — Work out how much topsoil you need for a bed, lawn, or garden. Enter area and depth to get cubic yards, cubic feet, weight in tons, and the exact bag count.

Input parameters:

- `areaSqFt` (number, required)
- `bagSizeFt3` (number, required)
- `depthInches` (number, required)

### `grass_seed_calculator` (~83 tokens)

Grass Seed Calculator

Grass Seed Calculator — Calculate how much grass seed you need: enter your lawn area in square feet and the seeding rate to get pounds required and bags to buy for new or overseed.

Input parameters:

- `areaSqFt` (number, required)
- `bagLbs` (number, required)
- `mode` (string, required)
- `ratePer1000` (number, required)

### `gravel_calculator` (~85 tokens)

Gravel & Aggregate Calculator (Yards & Tons)

Gravel & Aggregate Calculator (Yards & Tons) — Calculate how much gravel or aggregate you need for a driveway, path, or garden bed. Enter area and depth to get cubic yards, cubic feet, and tons by density.

Input parameters:

- `areaSqFt` (number, required)
- `densityTonsPerYard` (number, required)
- `depthInches` (number, required)

### `fertilizer_calculator` (~89 tokens)

Fertilizer Calculator (N-P-K Rate)

Fertilizer Calculator (N-P-K Rate) — Work out how much fertilizer to spread: enter your lawn size, target nitrogen rate, and the bag N number to get pounds of product per feeding and per season.

Input parameters:

- `areaSqFt` (number, required)
- `nitrogenPct` (number, required)
- `numApplications` (integer, required)
- `targetNper1000` (number, required)

### `one_rep_max_calculator` (~79 tokens)

One Rep Max (1RM) Calculator

One Rep Max (1RM) Calculator — Estimate your one-rep max from any set using the Epley and Brzycki formulas, then read a full percentage-of-1RM table to set training loads for every lift.

Input parameters:

- `formula` (string, required)
- `reps` (integer, required)
- `weight` (number, required)

### `body_fat_calculator` (~103 tokens)

Body Fat Percentage Calculator (Navy Method)

Body Fat Percentage Calculator (Navy Method) — Estimate your body fat percentage with the US Navy tape-measure method. Enter your sex, height, neck, waist, and hip to see body fat and lean body mass.

Input parameters:

- `heightCm` (number, required)
- `hipCm` (number)
- `neckCm` (number, required)
- `sex` (string, required)
- `waistCm` (number, required)
- `weightKg` (number)

### `ideal_weight_calculator` (~68 tokens)

Ideal Weight Calculator (4 Formulas)

Ideal Weight Calculator (4 Formulas) — Estimate ideal body weight from your height and sex using four classic formulas (Devine, Robinson, Miller, Hamwi) and see the healthy range, not one number.

Input parameters:

- `heightCm` (number, required)
- `sex` (string, required)

### `calories_burned_calculator` (~72 tokens)

Calories Burned Calculator (MET-Based)

Calories Burned Calculator (MET-Based) — Calculate calories burned by activity with the MET formula: enter weight, minutes, and activity to estimate energy spent, and compare exercises side by side.

Input parameters:

- `met` (number, required)
- `minutes` (number, required)
- `weightKg` (number, required)

### `heart_rate_zone_calculator` (~70 tokens)

Heart Rate Zone Calculator

Heart Rate Zone Calculator — Calculate your five heart rate training zones from your age using the 220 − age or Tanaka formula, with an optional Karvonen resting heart rate refinement.

Input parameters:

- `age` (integer, required)
- `formula` (string, required)
- `restingHR` (integer)

### `calorie_deficit_calculator` (~79 tokens)

Calorie Deficit Calculator (Goal Weight by Date)

Calorie Deficit Calculator (Goal Weight by Date) — Set a goal weight and a target date to see the daily calorie deficit you need, your projected weekly loss rate, and whether the pace is safe or too fast.

Input parameters:

- `currentKg` (number, required)
- `days` (integer, required)
- `goalKg` (number, required)

### `recipe_scaler_calculator` (~74 tokens)

Recipe Scaler / Serving Size Calculator

Recipe Scaler / Serving Size Calculator — Scale any recipe up or down: enter the original and desired servings, and this tool multiplies every ingredient by the exact ratio so amounts stay balanced.

Input parameters:

- `desiredServings` (number, required)
- `ingredients` (array, required)
- `originalServings` (number, required)

### `baking_pan_conversion_calculator` (~63 tokens)

Baking Pan Size Conversion Calculator

Baking Pan Size Conversion Calculator — Convert a recipe between round, square, and rectangular baking pans. Scale batter by pan area, not diameter, to see the exact ratio and bake-time guidance.

Input parameters:

- `original` (object, required)
- `target` (object, required)

### `pizza_dough_calculator` (~91 tokens)

Pizza Dough Calculator (Baker's Percentage)

Pizza Dough Calculator (Baker's Percentage) — Calculate pizza dough by baker's percentage: enter ball count, weight, and hydration to get exact flour, water, salt, and yeast weights for your batch.

Input parameters:

- `ballWeight` (number, required)
- `balls` (integer, required)
- `hydration` (number, required)
- `saltPct` (number, required)
- `yeastPct` (number, required)

### `turkey_cooking_time_calculator` (~71 tokens)

Turkey Cooking Time & Thaw Calculator

Turkey Cooking Time & Thaw Calculator — Estimate turkey roasting time by weight, plus refrigerator and cold-water thaw times. Stuffed or unstuffed, always cook to 165°F verified with a thermometer.

Input parameters:

- `minPerLb` (number, required)
- `weightLbs` (number, required)

### `recipe_cost_calculator` (~77 tokens)

Recipe Cost & Cost-Per-Serving Calculator

Recipe Cost & Cost-Per-Serving Calculator — Cost out any recipe in seconds: enter ingredients, quantities, and unit prices to get total cost, cost per serving, and a suggested menu price by food cost.

Input parameters:

- `ingredients` (array, required)
- `servings` (integer, required)
- `targetFoodCostPct` (number)

### `brine_calculator` (~94 tokens)

Brine Calculator (Salt Ratio by Weight)

Brine Calculator (Salt Ratio by Weight) — Calculate salt and sugar for wet or dry brines by weight: enter water volume or meat weight and a salt percentage to get exact grams and a strength chart.

Input parameters:

- `meatWeightGrams` (number, required)
- `mode` (string, required)
- `saltPct` (number, required)
- `sugarPct` (number, required)
- `waterVolumeL` (number, required)

### `depth_of_field_calculator` (~87 tokens)

Depth of Field & Hyperfocal Calculator

Depth of Field & Hyperfocal Calculator — Calculate depth of field and hyperfocal distance from focal length, aperture, and subject distance. See the near and far limits of sharp focus in meters.

Input parameters:

- `aperture` (number, required)
- `circleOfConfusionMm` (number, required)
- `focalLengthMm` (number, required)
- `subjectDistanceM` (number, required)

### `crop_factor_calculator` (~91 tokens)

Crop Factor / Equivalent Focal Length Calculator

Crop Factor / Equivalent Focal Length Calculator — Convert focal length to a full-frame equivalent by crop factor. Enter focal length, aperture, and sensor to get equivalent focal, aperture, and field of view.

Input parameters:

- `aperture` (number, required)
- `cropFactor` (number, required)
- `focalMm` (number, required)
- `sensorPreset` (string, required)
- `sensorWidthMm` (number, required)

### `print_resolution_calculator` (~100 tokens)

Print Resolution & Max Print Size Calculator

Print Resolution & Max Print Size Calculator — Find the largest quality print from your photo pixels, or the DPI a chosen print size lands at. Enter pixel size and a target size or DPI to check the fit.

Input parameters:

- `dpi` (number, required)
- `mode` (string, required)
- `pixelH` (number, required)
- `pixelW` (number, required)
- `printHeightIn` (number, required)
- `printWidthIn` (number, required)

### `time_lapse_calculator` (~92 tokens)

Time-Lapse Calculator (Interval, Clip, Storage)

Time-Lapse Calculator (Interval, Clip, Storage) — Plan a time-lapse: enter shoot length, shot interval, playback fps, and file size to see how many frames you shoot, your clip length, and storage needed.

Input parameters:

- `avgFileSizeMB` (number, required)
- `fps` (number, required)
- `intervalSeconds` (number, required)
- `shootDurationSeconds` (number, required)

### `aspect_ratio_calculator` (~76 tokens)

Aspect Ratio Calculator (Resize & Crop)

Aspect Ratio Calculator (Resize & Crop) — Simplify an aspect ratio and resize while keeping it. Enter width and height to get the ratio like 16:9, then a new width to solve the matching height.

Input parameters:

- `height` (number, required)
- `newWidth` (number, required)
- `width` (number, required)

### `dog_age_calculator` (~72 tokens)

Dog Age Calculator (Human Years, Size-Adjusted)

Dog Age Calculator (Human Years, Size-Adjusted) — Convert your dog age into human years the AKC way, adjusted for body size — not the old myth of multiplying by seven. Enter age and size for a real estimate.

Input parameters:

- `age` (integer, required)
- `sizeClass` (string, required)

### `pet_food_portion_calculator` (~79 tokens)

Dog & Cat Food Portion Calculator

Dog & Cat Food Portion Calculator — Estimate how much to feed a dog or cat from ideal weight and activity using the vet RER formula. Enter weight and food calories to get daily cups to serve.

Input parameters:

- `foodKcalPerCup` (number, required)
- `lifestyleFactor` (number, required)
- `weightKg` (number, required)

### `puppy_weight_calculator` (~72 tokens)

Puppy Adult Weight Predictor

Puppy Adult Weight Predictor — Predict your puppy adult weight from its current weight and age in weeks, with a size-class note. Enter the numbers to see the grown-up size to expect.

Input parameters:

- `ageWeeks` (number, required)
- `currentWeightKg` (number, required)
- `sizeClass` (string)

### `pet_cost_calculator` (~107 tokens)

Pet Cost Calculator (First-Year & Lifetime)

Pet Cost Calculator (First-Year & Lifetime) — Add up the true cost of a pet: first-year and lifetime. Enter monthly food, vet, insurance, and supplies plus setup cost to see what it really adds up to.

Input parameters:

- `food` (number, required)
- `insurance` (number, required)
- `lifespanYears` (integer, required)
- `other` (number, required)
- `setupCost` (number, required)
- `supplies` (number, required)
- `vet` (number, required)

### `aquarium_stocking_calculator` (~87 tokens)

Aquarium Volume & Stocking Calculator

Aquarium Volume & Stocking Calculator — Work out your fish tank volume and stocking capacity. Enter length, width, and height in inches to get gallons, litres, inch-of-fish, and heater wattage.

Input parameters:

- `heightIn` (number, required)
- `inchesPerGallon` (number, required)
- `lengthIn` (number, required)
- `widthIn` (number, required)

### `required_savings_calculator` (~92 tokens)

Required Savings Calculator

Required Savings Calculator — Find the monthly savings needed to reach a goal: three deterministic return scenarios plus an inverse Monte Carlo rate sized for your chosen success odds.

Input parameters:

- `currentSavings` (number, required)
- `expectedRealReturnPct` (number, required)
- `successTargetPct` (integer)
- `targetAmount` (number, required)
- `volatilityPct` (number, required)
- `years` (integer, required)

### `purchase_impact_calculator` (~109 tokens)

Purchase Impact Calculator

Purchase Impact Calculator — See the true cost of any purchase: what the price would grow to if invested, how many days of work it represents, and how far it pushes back your FIRE date.

Input parameters:

- `annualNetIncome` (number)
- `currentSavings` (number)
- `expectedRealReturnPct` (number, required)
- `fireNumber` (number)
- `monthlySavings` (number)
- `price` (number, required)
- `yearsHorizon` (integer, required)

### `hire_vs_outsource_calculator` (~127 tokens)

Hire vs Outsource Calculator

Hire vs Outsource Calculator — Compare the fully loaded cost of an in-house hire against outsourcing to an agency or freelancer, with a break-even hours line showing when hiring wins.

Input parameters:

- `agencyHourlyRate` (number, required)
- `annualSalary` (number, required)
- `benefitsRate` (number, required)
- `employerTaxRate` (number, required)
- `expectedTenureYears` (number, required)
- `hoursNeededPerMonth` (number, required)
- `managementOverheadPct` (number, required)
- `overheadAnnual` (number, required)
- `recruitingCost` (number, required)

### `global_hiring_cost_calculator` (~128 tokens)

Global Hiring Cost Calculator

Global Hiring Cost Calculator — Compare the annual cost of a US W-2 employee against an international contractor or an EOR hire, including employer taxes, benefits, and platform fees.

Input parameters:

- `contractorPlatformFeeMo` (number, required)
- `eorEmployerBurdenPct` (number, required)
- `eorFeeMo` (number, required)
- `eorGrossSalaryAnnual` (number, required)
- `intlContractorMonthly` (number, required)
- `usBenefitsAnnual` (number, required)
- `usOtherEmployerTaxes` (number, required)
- `usSalary` (number, required)

### `ai_automation_payback_calculator` (~130 tokens)

AI Automation Payback Calculator (Process ROI)

AI Automation Payback Calculator (Process ROI) — Estimate the payback of automating a process with AI: task volume, time saved, review effort, and API costs give net monthly savings and break-even months.

Input parameters:

- `aiCostPerTask` (number, required)
- `automationCoveragePct` (number, required)
- `buildCost` (number, required)
- `loadedHourlyCost` (number, required)
- `minutesPerTaskManual` (number, required)
- `platformCostMo` (number, required)
- `reviewMinutesPerTask` (number, required)
- `tasksPerMonth` (number, required)

### `llc_vs_sole_proprietor_calculator` (~118 tokens)

LLC vs Sole Proprietor Calculator

LLC vs Sole Proprietor Calculator — Compare a sole proprietorship with an LLC: formation and annual state costs, self-employment tax on both, and the estimated savings of an S-corp election.

Input parameters:

- `annualStateFee` (number, required)
- `netProfit` (number, required)
- `payrollAdminCost` (number, required)
- `reasonableSalary` (number, required)
- `registeredAgentFee` (number, required)
- `sCorpElection` (boolean, required)
- `stateFilingFee` (number, required)

### `pricing_strategy_calculator` (~93 tokens)

Pricing Strategy Calculator

Pricing Strategy Calculator — Model a price change before you commit: see the maximum volume you can lose and stay profitable, plus predicted demand and profit at a chosen elasticity.

Input parameters:

- `currentPrice` (number, required)
- `elasticity` (number, required)
- `fixedCostsMo` (number, required)
- `monthlyUnits` (number, required)
- `newPrice` (number, required)
- `variableCostPerUnit` (number, required)

### `lead_gen_budget_calculator` (~99 tokens)

Lead Gen Budget Calculator

Lead Gen Budget Calculator — Work out your lead generation budget: leads needed for a customer goal, the implied CAC against your LTV target, and the maximum cost per lead to pay.

Input parameters:

- `avgCustomerLtv` (number, required)
- `blendedCostPerLead` (number, required)
- `leadToCustomerRate` (number, required)
- `newCustomersGoal` (number, required)
- `targetLtvCacRatio` (number, required)

### `llm_self_host_vs_api_calculator` (~123 tokens)

LLM Self-Host vs API Cost Calculator

LLM Self-Host vs API Cost Calculator — Find the monthly token volume where self-hosting an LLM on rented GPUs beats paying per token for an API. Compare costs, GPUs needed, and breakeven point.

Input parameters:

- `apiModelId` (string, required)
- `gpuHourlyUsd` (number, required)
- `gpuId` (string, required)
- `monthlyInputTokensM` (number, required)
- `monthlyOutputTokensM` (number, required)
- `throughputTokensPerSec` (number, required)
- `utilizationPct` (number, required)

### `fine_tuning_cost_calculator` (~119 tokens)

Fine-Tuning Cost Calculator

Fine-Tuning Cost Calculator — Estimate what a fine-tuning run costs: GPU-hours for a self-managed cluster versus per-token managed API pricing, with wall-clock time and the cheaper path.

Input parameters:

- `apiFineTuneId` (string, required)
- `datasetTokensM` (number, required)
- `epochs` (integer, required)
- `gpuCount` (integer, required)
- `gpuHourlyUsd` (number, required)
- `gpuId` (string, required)
- `method` (string, required)
- `trainingTokensPerSecAggregate` (number, required)

### `rag_cost_calculator` (~131 tokens)

RAG Cost Calculator

RAG Cost Calculator — Estimate what a RAG pipeline costs: one-time corpus embedding, monthly vector storage, and per-query LLM generation from verified 2026 provider prices.

Input parameters:

- `avgTokensPerDoc` (number, required)
- `chunkTokens` (integer, required)
- `docCount` (integer, required)
- `embeddingModelId` (string, required)
- `generationModelId` (string, required)
- `outputTokensPerQuery` (number, required)
- `queriesPerMonth` (integer, required)
- `retrievedTokensPerQuery` (number, required)
- `vectorStorageUsdPerGbMonth` (number, required)

### `ai_agent_cost_calculator` (~112 tokens)

AI Agent Cost Calculator

AI Agent Cost Calculator — See what an AI agent really costs per successful task: steps, tokens, model pricing and success rate turn dashboard cost per run into the true unit cost.

Input parameters:

- `cacheHitRatePct` (number, required)
- `inputTokensPerStep` (number, required)
- `modelId` (string, required)
- `outputTokensPerStep` (number, required)
- `runsPerDay` (number, required)
- `stepsPerRun` (integer, required)
- `successRatePct` (number, required)

### `prompt_caching_savings_calculator` (~94 tokens)

Prompt Caching Savings Calculator (LLM API Costs)

Prompt Caching Savings Calculator (LLM API Costs) — Estimate how much prompt caching cuts your LLM API bill: monthly input tokens, cacheable share, and hit rate give per-model savings, cache writes included.

Input parameters:

- `cacheableSharePct` (number, required)
- `hitRatePct` (number, required)
- `modelId` (string, required)
- `monthlyInputTokensM` (number, required)

### `llm_throughput_calculator` (~112 tokens)

LLM Throughput & GPU Sizing Calculator

LLM Throughput & GPU Sizing Calculator — Estimate how many GPUs your LLM needs: concurrent users and target tokens per second become cluster size, monthly cloud cost, and real utilization at load.

Input parameters:

- `aggregateTokensPerSecPerGpu` (number, required)
- `concurrentUsers` (integer, required)
- `gpuHourlyUsd` (number, required)
- `gpuId` (string, required)
- `targetTokensPerSecPerUser` (number, required)
- `utilizationHeadroomPct` (number, required)

### `tiered_commission_calculator` (~138 tokens)

Tiered Commission Calculator (USD)

Tiered Commission Calculator (USD) — Calculate tiered sales commission in USD: a base rate up to a threshold, a higher rate above it, plus any settlement adjustment. See the exact per-tier math. Supports Verifiable Calculation Certificates: pass certify=true to also receive a signed, independently verifiable receipt (DSSE/Ed25519) for this exact calculation.

Input parameters:

- `adjustmentAmount` (number, required)
- `certify` (boolean)
- `revenue` (number, required)
- `tier1RatePct` (number, required)
- `tier2RatePct` (number, required)
- `tier2ThresholdAmount` (number, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-calcfleet-calculators/api-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 58
- 2026-07-30: 53
- 2026-07-29: 53
- 2026-07-28: 52
- 2026-07-27: 51
- 2026-07-26: 51

## Links

- Remote endpoint: https://calcfleet.com/api/mcp
- Website: https://calcfleet.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-calcfleet-calculators/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-calcfleet-calculators/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-calcfleet-calculators/api-mcp
