calc.engineer / General & Math / Sales Tax
Sales Tax v1.0.0
Calculates total cost including sales tax for a purchase. Given a unit price, tax rate percentage, and optional quantity, computes the subtotal (price times quantity), the tax amount rounded to two decimal places, and the final total. Useful for estimating purchase costs across US states and municipalities with different tax rates, comparing pre-tax and post-tax prices, and budgeting. Chain into salary_to_hourly to see how many work-hours a purchase represents.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/sales_tax \
-H "Content-Type: application/json" \
-d '{"price": …, "tax_rate_pct": …, "quantity": …}'MCP: connect to https://calc.engineer/mcp and call sales_tax.
calc.engineer — free, MCP-native engineering tools.