MCP Server
A calculation engine
for AI agents.
Model Context Protocol (MCP) is an open standard for connecting tools to AI assistants — the same way a browser exposes APIs to web pages. CalcFleet implements MCP so any compatible assistant can run deterministic, Zod-validated financial and practical calculations instead of guessing the arithmetic.
Connect
Free during launchEndpoint
https://calcfleet.com/api/mcp (Streamable HTTP)MCP config
{
"mcpServers": {
"calcfleet": {
"url": "https://calcfleet.com/api/mcp"
}
}
}Add this to your agent's MCP configuration (Claude Desktop, Claude Code, or any MCP-compatible client). No API key required.
Why determinism matters
Language models approximate. CalcFleet calculates. Every tool accepts a strictly typed input, validates it server-side with Zod, runs the same arithmetic the web UI uses, and returns a structured JSON result. No hallucinated numbers, no rounding guesses.
- ValidatedInputs pass Zod schemas before any math runs — bad inputs return a structured error with per-field issues, never NaN.
- TestedEvery calculator has a test suite verifying the math against hand-checked numbers — the same code serves the web UI and MCP.
- StructuredErrors come back as typed MCP content with
isError: trueand a JSON body — easy for agents to handle gracefully.
Tool catalog
32 toolsEvery calculator in the fleet is exposed automatically — no configuration needed when new tools are added.
mortgage_overpayment_calculator
mortgagedebt_payoff_calculator
debt- Freelance Hourly Rate Calculatorfreelance
freelance_hourly_rate_calculator
freelance compound_interest_calculator
savings- Savings Goal Calculatorsavings
savings_goal_calculator
savings car_loan_calculator
auto- Break-Even Point Calculatorbusiness
break_even_calculator
business - Margin and Markup Calculatorbusiness
margin_markup_calculator
business rent_vs_buy_calculator
homefire_calculator
savingstake_home_pay_calculator
salarystudent_loan_calculator
loansapy_calculator
savingsroi_calculator
businessloan_amortization_calculator
loanspaint_calculator
homemortgage_refinance_calculator
mortgagetdee_calculator
fitnessmacro_calculator
fitnessrunning_pace_calculator
sportrent_affordability_calculator
home- Mortgage Closing Cost Estimatormortgage
closing_cost_calculator
mortgage mortgage_points_calculator
mortgagehome_affordability_calculator
mortgagedown_payment_calculator
mortgagemortgage_piti_calculator
mortgagebalance_transfer_calculator
debtheloc_calculator
loansdebt_consolidation_calculator
debtcredit_card_payoff_calculator
debtpersonal_loan_calculator
loansdti_calculator
loans
Custom integrations or volume needs? partnership@calcfleet.com