labor_burden

Labor Burden Calculator — Fully-burdened hourly cost of an employee including taxes, insurance, PTO and billing margin.

SERVERGateway SOURCEhttps://wingmanprotocol.com/mcp
Low RISK CLASS
Category Read
Parameters 121 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-wingmanprotocol-agent-gateway/labor-burden.md

What labor_burden does on Gateway

AI agents call labor_burden to retrieve information from Gateway without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
pto_on boolean Include paid time off
futa_on boolean Apply FUTA
pto_days number PTO days per year
base_wage number Yes Base hourly wage in USD
futa_rate number FUTA rate as a percent of wage, e.g. 0.6 = 0.6%
health_on boolean Include health insurance
workers_on boolean Include workers' comp
health_month number Monthly health insurance cost in USD
liability_on boolean Include general liability
workers_rate number Workers' comp rate as a percent of wage, e.g. 4 = 4%
billing_margin number Target billing margin percent
liability_rate number Liability rate as a percent of wage, e.g. 1.5 = 1.5%

Parameters from the server's own tool schema.

Why labor_burden is rated Low

Even though labor_burden only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

Risk signalsHigh parameter count (12 properties)

Questions about labor_burden

What does the labor_burden tool do? +

Labor Burden Calculator — Fully-burdened hourly cost of an employee including taxes, insurance, PTO and billing margin. It is categorised as a Read tool in the Gateway MCP Server, which means it retrieves data without modifying state.

What parameters does labor_burden accept? +

labor_burden accepts 12 parameters: pto_on, futa_on, pto_days, base_wage, futa_rate, health_on, workers_on, health_month, liability_on, workers_rate, billing_margin, liability_rate. Required: base_wage. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on labor_burden? +

Register the Gateway MCP server in PolicyLayer and add a rule for labor_burden: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Gateway. Nothing to install.

What risk level is labor_burden? +

labor_burden is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit labor_burden? +

Yes. Add a rate_limit block to the labor_burden rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block labor_burden completely? +

Set action: deny in the PolicyLayer policy for labor_burden. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides labor_burden? +

labor_burden is provided by the Gateway MCP server (https://wingmanprotocol.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Gateway, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Gateway's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.