Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.calcfleet/calculators

REMOTE · CALCFLEET.COM · SCANNED SEP 26

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

Available components

0 this week 74 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • 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. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability52
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 11571 tokens (~94/item across 122 items; 122 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "take_home_pay_calculator" implies "pay" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 122 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.calcfleet/calculators MCP server?

com.calcfleet/calculators is a hosted endpoint at https://calcfleet.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · calcfleet.com

# add to Claude Code
claude mcp add --transport http com-calcfleet-calculators 'https://calcfleet.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-calcfleet-calculators": {
      "url": "https://calcfleet.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-calcfleet-calculators": {
      "type": "http",
      "url": "https://calcfleet.com/api/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-calcfleet-calculators --url 'https://calcfleet.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-calcfleet-calculators:
    url: "https://calcfleet.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-calcfleet-calculators": {
      "Transport": "http",
      "Url": "https://calcfleet.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-calcfleet-calculators -t streamable-http -u 'https://calcfleet.com/api/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 26 Sept 2026 · Probed https://calcfleet.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=calcfleet.com CN=YR2,O=Let's Encrypt,C=US 6 Sept 2026 5 Dec 2026 RSA 2048 SHA256-RSA 5cfaa1f40c0401be5fc30549c46ee1c4802
SANs: calcfleet.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of calcfleet.com. — Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
calcfleet.com. present 41476 13 Verified
calcfleet.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), payment=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://calcfleet.com/api/mcp Verified 200
http (plaintext) http://calcfleet.com/api/mcp HTTPS enforced 308 https://calcfleet.com/api/mcp
MCP tools · 122 exposed · ~11,571 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
401k_match_calculator ~121

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.

NameTypeReqDescription
contributionPctnumberyes–
firstTierMatchPctnumberyes–
firstTierPctnumberyes–
growthRatePctnumberyes–
salarynumberyes–
secondTierMatchPctnumberyes–
secondTierPctnumberyes–
yearsintegeryes–

No output schema declared.

No examples provided.

ai_agent_cost_calculator ~112

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.

NameTypeReqDescription
cacheHitRatePctnumberyes–
inputTokensPerStepnumberyes–
modelIdstringyes–
outputTokensPerStepnumberyes–
runsPerDaynumberyes–
stepsPerRunintegeryes–
successRatePctnumberyes–

No output schema declared.

No examples provided.

ai_automation_payback_calculator ~130

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.

NameTypeReqDescription
aiCostPerTasknumberyes–
automationCoveragePctnumberyes–
buildCostnumberyes–
loadedHourlyCostnumberyes–
minutesPerTaskManualnumberyes–
platformCostMonumberyes–
reviewMinutesPerTasknumberyes–
tasksPerMonthnumberyes–

No output schema declared.

No examples provided.

ai_build_vs_buy_calculator ~90

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.

NameTypeReqDescription
apiPricePerMtoknumberyes–
selfHostFixedPerMonthnumberyes–
tokensPerMonthnumberyes–

No output schema declared.

No examples provided.

ai_job_exposure_calculator ~87

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.

NameTypeReqDescription
creativeCognitivenumberyes–
interpersonalnumberyes–
physicalnumberyes–
routineCognitivenumberyes–

No output schema declared.

No examples provided.

ai_roi_calculator ~100

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.

NameTypeReqDescription
headcountintegeryes–
hourlyCostnumberyes–
hoursSavedPerWeeknumberyes–
implementationCostnumberyes–
monthlyToolCostnumberyes–

No output schema declared.

No examples provided.

amazon_fba_calculator ~94

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.

NameTypeReqDescription
adCostnumber––
cogsnumberyes–
pricenumberyes–
referralRatePctnumber––
sizeTierstring––

No output schema declared.

No examples provided.

apy_calculator ~86

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.

NameTypeReqDescription
compoundingstringyes–
depositnumberyes–
nominalRatePctnumberyes–
yearsnumberyes–

No output schema declared.

No examples provided.

aquarium_stocking_calculator ~87

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.

NameTypeReqDescription
heightInnumberyes–
inchesPerGallonnumberyes–
lengthInnumberyes–
widthInnumberyes–

No output schema declared.

No examples provided.

aspect_ratio_calculator ~76

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.

NameTypeReqDescription
heightnumberyes–
newWidthnumberyes–
widthnumberyes–

No output schema declared.

No examples provided.

baking_pan_conversion_calculator ~63

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.

NameTypeReqDescription
originalobjectyes–
targetobjectyes–

No output schema declared.

No examples provided.

balance_transfer_calculator ~100

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.

NameTypeReqDescription
balancenumberyes–
currentAprPctnumberyes–
monthlyPaymentnumberyes–
promoMonthsintegeryes–
revertAprPctnumberyes–
transferFeePctnumberyes–

No output schema declared.

No examples provided.

body_fat_calculator ~103

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.

NameTypeReqDescription
heightCmnumberyes–
hipCmnumber––
neckCmnumberyes–
sexstringyes–
waistCmnumberyes–
weightKgnumber––

No output schema declared.

No examples provided.

break_even_calculator ~81

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.

NameTypeReqDescription
fixedCostsnumberyes–
pricePerUnitnumberyes–
targetProfitnumberyes–
variableCostPerUnitnumberyes–

No output schema declared.

No examples provided.

brine_calculator ~94

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.

NameTypeReqDescription
meatWeightGramsnumberyes–
modestringyes–
saltPctnumberyes–
sugarPctnumberyes–
waterVolumeLnumberyes–

No output schema declared.

No examples provided.

burn_rate_runway_calculator ~93

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.

NameTypeReqDescription
cashBalancenumberyes–
monthlyExpenseGrowthPctnumber––
monthlyExpensesnumberyes–
monthlyRevenuenumberyes–
monthlyRevenueGrowthPctnumber––

No output schema declared.

No examples provided.

cac_ltv_calculator ~85

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.

NameTypeReqDescription
arpanumberyes–
cacnumberyes–
grossMarginPctnumberyes–
monthlyChurnPctnumberyes–

No output schema declared.

No examples provided.

calorie_deficit_calculator ~79

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.

NameTypeReqDescription
currentKgnumberyes–
daysintegeryes–
goalKgnumberyes–

No output schema declared.

No examples provided.

calories_burned_calculator ~72

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.

NameTypeReqDescription
metnumberyes–
minutesnumberyes–
weightKgnumberyes–

No output schema declared.

No examples provided.

car_affordability_calculator ~106

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.

NameTypeReqDescription
annualRatePctnumberyes–
downPaymentnumberyes–
monthlyIncomenumber––
monthlyPaymentnumberyes–
termMonthsintegeryes–
tradeInnumberyes–

No output schema declared.

No examples provided.

car_depreciation_calculator ~83

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.

NameTypeReqDescription
annualRatenumberyes–
firstYearRatenumberyes–
horizonYearsintegeryes–
pricenumberyes–

No output schema declared.

No examples provided.

car_lease_calculator ~92

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.

NameTypeReqDescription
capCostnumberyes–
moneyFactornumberyes–
residualnumberyes–
salesTaxPctnumberyes–
termMonthsintegeryes–

No output schema declared.

No examples provided.

car_loan_calculator ~101

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.

NameTypeReqDescription
annualRatePctnumberyes–
downPaymentnumberyes–
salesTaxPctnumberyes–
termMonthsintegeryes–
tradeInValuenumberyes–
vehiclePricenumberyes–

No output schema declared.

No examples provided.

cd_ladder_calculator ~81

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.

NameTypeReqDescription
baseApynumberyes–
principalnumberyes–
rungsintegeryes–
stepnumberyes–

No output schema declared.

No examples provided.

churn_rate_calculator ~86

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

NameTypeReqDescription
expansionMRRnumberyes–
lostCustomersnumberyes–
lostMRRnumberyes–
startingCustomersnumberyes–
startingMRRnumberyes–

No output schema declared.

No examples provided.

closing_cost_calculator ~105

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.

NameTypeReqDescription
appraisalFeenumberyes–
homePricenumberyes–
loanAmountnumberyes–
originationFeePctnumberyes–
prepaidEscrownumberyes–
recordingFeenumberyes–
titleFeenumberyes–

No output schema declared.

No examples provided.

coast_fire_calculator ~86

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.

NameTypeReqDescription
currentAgeintegeryes–
currentSavingsnumberyes–
realReturnPctnumberyes–
retirementAgeintegeryes–
targetFireNumbernumberyes–

No output schema declared.

No examples provided.

compound_interest_calculator ~112

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.

NameTypeReqDescription
annualRatePctnumberyes–
certifyboolean––
initialPrincipalnumberyes–
monthlyContributionnumberyes–
yearsnumberyes–

No output schema declared.

No examples provided.

concrete_calculator ~99

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.

NameTypeReqDescription
bagYieldFt3numberyes–
lengthFtnumberyes–
thicknessInchesnumberyes–
wastePctnumberyes–
widthFtnumberyes–

No output schema declared.

No examples provided.

contractor_vs_employee_calculator ~105

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.

NameTypeReqDescription
benefitsValuenumberyes–
contractorGrossnumberyes–
employerFicaPctnumberyes–
ptoValuenumberyes–
w2Salarynumberyes–

No output schema declared.

No examples provided.

cost_per_mile_calculator ~101

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.

NameTypeReqDescription
annualMilesnumberyes–
depreciationnumberyes–
financingOrLeaseCostnumberyes–
fuelnumberyes–
insurancenumberyes–
maintenancenumberyes–

No output schema declared.

No examples provided.

credit_card_payoff_calculator ~76

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.

NameTypeReqDescription
aprPctnumberyes–
balancenumberyes–
monthlyPaymentnumberyes–
targetMonths–––

No output schema declared.

No examples provided.

crop_factor_calculator ~91

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.

NameTypeReqDescription
aperturenumberyes–
cropFactornumberyes–
focalMmnumberyes–
sensorPresetstringyes–
sensorWidthMmnumberyes–

No output schema declared.

No examples provided.

debt_consolidation_calculator ~73

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.

NameTypeReqDescription
consolidationAprPctnumberyes–
consolidationTermMonthsintegeryes–
debtsarrayyes–

No output schema declared.

No examples provided.

debt_payoff_calculator ~72

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.

NameTypeReqDescription
debtsarrayyes–
extraMonthlynumberyes–
strategystringyes–

No output schema declared.

No examples provided.

deck_boards_calculator ~116

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.

NameTypeReqDescription
boardLengthFtnumberyes–
boardWidthInnumberyes–
deckLengthnumberyes–
deckWidthnumberyes–
gapInnumberyes–
pricePerBoardnumberyes–
wastePctnumberyes–

No output schema declared.

No examples provided.

depth_of_field_calculator ~87

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.

NameTypeReqDescription
aperturenumberyes–
circleOfConfusionMmnumberyes–
focalLengthMmnumberyes–
subjectDistanceMnumberyes–

No output schema declared.

No examples provided.

dividend_reinvestment_calculator ~86

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.

NameTypeReqDescription
annualContributionnumberyes–
dividendYieldPctnumberyes–
priceGrowthPctnumberyes–
principalnumberyes–
yearsintegeryes–

No output schema declared.

No examples provided.

dog_age_calculator ~72

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.

NameTypeReqDescription
ageintegeryes–
sizeClassstringyes–

No output schema declared.

No examples provided.

down_payment_calculator ~62

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.

NameTypeReqDescription
downPctnumberyes–
pricenumberyes–

No output schema declared.

No examples provided.

drywall_calculator ~75

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.

NameTypeReqDescription
sheetAreaSqFtnumberyes–
wallAreanumberyes–
wastePctnumberyes–

No output schema declared.

No examples provided.

dti_calculator ~84

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.

NameTypeReqDescription
grossMonthlyIncomenumberyes–
housingPaymentnumberyes–
otherMonthlyDebtsnumberyes–

No output schema declared.

No examples provided.

ecommerce_profit_margin_calculator ~115

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.

NameTypeReqDescription
adCostPerUnitnumberyes–
cogsnumberyes–
packagingCostnumberyes–
paymentFeePctnumberyes–
platformFeePctnumberyes–
pricenumberyes–
returnsAllowancePctnumberyes–
shippingCostnumberyes–

No output schema declared.

No examples provided.

electricity_cost_calculator ~76

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.

NameTypeReqDescription
hoursPerDaynumberyes–
ratenumberyes–
wattsnumberyes–

No output schema declared.

No examples provided.

employee_cost_calculator ~81

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.

NameTypeReqDescription
benefitsValuenumberyes–
ficaPctnumberyes–
overheadValuenumberyes–
salarynumberyes–

No output schema declared.

No examples provided.

etsy_fee_calculator ~108

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.

NameTypeReqDescription
cogsnumberyes–
itemPricenumberyes–
offsiteAdsstringyes–
processingFlatnumberyes–
processingRatePctnumberyes–
shippingPricenumberyes–

No output schema declared.

No examples provided.

ev_charging_cost_calculator ~108

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.

NameTypeReqDescription
batteryKWhnumberyes–
currentPctnumberyes–
efficiencynumberyes–
homeRatenumberyes–
milesPerKWhnumberyes–
publicRatenumberyes–
targetPctnumberyes–

No output schema declared.

No examples provided.

fence_calculator ~121

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.

NameTypeReqDescription
fenceLengthnumberyes–
gapInnumberyes–
picketPricenumber––
picketWidthInnumberyes–
postPricenumber––
postSpacingnumberyes–
railPricenumber––
railsPerSectionintegeryes–

No output schema declared.

No examples provided.

fertilizer_calculator ~89

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.

NameTypeReqDescription
areaSqFtnumberyes–
nitrogenPctnumberyes–
numApplicationsintegeryes–
targetNper1000numberyes–

No output schema declared.

No examples provided.

fine_tuning_cost_calculator ~119

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.

NameTypeReqDescription
apiFineTuneIdstringyes–
datasetTokensMnumberyes–
epochsintegeryes–
gpuCountintegeryes–
gpuHourlyUsdnumberyes–
gpuIdstringyes–
methodstringyes–
trainingTokensPerSecAggregatenumberyes–

No output schema declared.

No examples provided.

Common questions

What is the com.calcfleet/calculators MCP server?

com.calcfleet/calculators is an MCP server listed in the public MCP registry as com.calcfleet/calculators. Tested financial & practical calculators as free, no-auth MCP tools for AI agents. This page covers its hosted endpoint (https://calcfleet.com/api/mcp).

Is the com.calcfleet/calculators MCP server safe to use?

com.calcfleet/calculators scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.calcfleet/calculators MCP server expose?

com.calcfleet/calculators exposes 122 tools: mortgage_overpayment_calculator, debt_payoff_calculator, freelance_hourly_rate_calculator, compound_interest_calculator, savings_goal_calculator, and 117 more. Their descriptions and schemas cost roughly 11,571 tokens of context every time the server is loaded.

Does the com.calcfleet/calculators MCP server require authentication?

No. We connected to com.calcfleet/calculators without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.calcfleet/calculators MCP server still maintained?

com.calcfleet/calculators is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.