calc.engineer / General & Math / Salary To Hourly
Salary To Hourly v1.0.0
Converts compensation between annual salary, monthly pay, weekly pay, and hourly wage. Accepts any of the four pay periods as input and derives all others. Uses configurable hours per week (default 40) and weeks per year (default 52). Daily rate assumes an 8-hour workday; monthly is annual divided by 12. Useful for comparing job offers quoted in different pay periods, freelance rate-setting, and budgeting. Chain from sales_tax to see how many hours a purchase costs.
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/salary_to_hourly \
-H "Content-Type: application/json" \
-d '{"amount": …, "from_type": …, "hours_per_week": …}'MCP: connect to https://calc.engineer/mcp and call salary_to_hourly.
calc.engineer — free, MCP-native engineering tools.