calculators
C
calculators
/car_loan_calculator

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 schedul

liveunknown~5s typical
mcpcalculators
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-calcfleet-calculators /car_loan_calculator for me.

Input

FieldTypeDescription
vehiclePrice*number
downPayment*number
tradeInValue*number
annualRatePct*number
termMonths*integer
salesTaxPct*number

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-calcfleet-calculators","endpoint":"/car_loan_calculator","input":{"vehiclePrice":1,"downPayment":1,"tradeInValue":1,"annualRatePct":1,"termMonths":1,"salesTaxPct":1}}'
cli
npx cracked-ai run -p mcp-com-calcfleet-calculators -e /car_loan_calculator -i '{"vehiclePrice":1,"downPayment":1,"tradeInValue":1,"annualRatePct":1,"termMonths":1,"salesTaxPct":1}'
mcp
run_tool({ provider: "mcp-com-calcfleet-calculators", endpoint: "/car_loan_calculator", input: {"vehiclePrice":1,"downPayment":1,"tradeInValue":1,"annualRatePct":1,"termMonths":1,"salesTaxPct":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.