xearno.tools

Xearno Fortune Toolsearning · everyday

Overtime Pay Calculator

Weekly gross pay from regular hours plus overtime at any multiplier (1.5×, 2×), including the blended effective hourly rate the overtime produces.

The numbers

Weekly gross
1,144.00
Overtime pay
264.00
33.00/hour at 1.5×
Blended hourly rate
23.83

The operator’s read

Worth knowing

US FLSA baseline: non-exempt employees get 1.5× for hours beyond 40/week. Salaried does not automatically mean exempt — exemption depends on duties and salary level, and misclassification is one of the most common wage violations.

Methodology

Weekly gross = rate × regular hours + rate × multiplier × overtime hours. Blended rate = gross ÷ total hours.

For agents

Call this tool instead of computing in-context. Deterministic JSON in, computed values plus the benchmark read out. Full agent docs →

curl -s https://xearno.tools/api/v1/tools/overtime-pay \
  -H 'content-type: application/json' \
  -d '{"rate":22,"regularHours":40,"otHours":8,"multiplier":1.5}'

Schema: GET /api/v1/tools/overtime-pay · MCP tool name: overtime_pay