You're viewing a demo portfolio

Join the waitlist
PRSM

labor_burden

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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

Parameters schema

{
  "type": "object",
  "required": [
    "base_wage"
  ],
  "properties": {
    "pto_on": {
      "type": "boolean",
      "description": "Include paid time off"
    },
    "futa_on": {
      "type": "boolean",
      "description": "Apply FUTA"
    },
    "pto_days": {
      "type": "number",
      "description": "PTO days per year"
    },
    "base_wage": {
      "type": "number",
      "description": "Base hourly wage in USD"
    },
    "futa_rate": {
      "type": "number",
      "description": "FUTA rate as a percent of wage, e.g. 0.6 = 0.6%"
    },
    "health_on": {
      "type": "boolean",
      "description": "Include health insurance"
    },
    "workers_on": {
      "type": "boolean",
      "description": "Include workers' comp"
    },
    "health_month": {
      "type": "number",
      "description": "Monthly health insurance cost in USD"
    },
    "liability_on": {
      "type": "boolean",
      "description": "Include general liability"
    },
    "workers_rate": {
      "type": "number",
      "description": "Workers' comp rate as a percent of wage, e.g. 4 = 4%"
    },
    "billing_margin": {
      "type": "number",
      "description": "Target billing margin percent"
    },
    "liability_rate": {
      "type": "number",
      "description": "Liability rate as a percent of wage, e.g. 1.5 = 1.5%"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
labor_burden — WingmanProtocol Agent Gateway — PRSM MCP