Fully-burdened hourly cost of an employee including taxes, insurance, PTO and billing margin.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
base_wage | number | required | Base hourly wage in USD |
billing_margin | number | optional | Target billing margin percent |
futa_on | boolean | optional | Apply FUTA |
futa_rate | number | optional | FUTA rate as a decimal |
health_on | boolean | optional | Include health insurance |
health_month | number | optional | Monthly health insurance cost in USD |
liability_on | boolean | optional | Include general liability |
liability_rate | number | optional | Liability rate as a decimal of wage |
pto_on | boolean | optional | Include paid time off |
pto_days | number | optional | PTO days per year |
workers_on | boolean | optional | Include workers' comp |
workers_rate | number | optional | Workers' comp rate as a decimal of wage |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "labor_burden", "arguments": {"base_wage": 35}}}'curl -s https://wingmanprotocol.com/tools/labor_burden \
-H 'Content-Type: application/json' \
-d '{"base_wage": 35}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/labor_burden from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).