You're viewing a demo portfolio

Join the waitlist
PRSM

hr_benefits_esg_aligner

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Asynchronous tool for Chief Human Resources Officers (CHROs) to align employee benefits packages with ESG (Environmental, Social, Governance) goals. Uses Eurostat HR data, MSCI ESG ratings, and Sustainalytics metrics to generate actionable recommendations. Inputs include company location, industry, and current benefits structure. Outputs ESG-aligned benefits adjustments with sustainability impact scores. Requires async:true to avoid timeout errors.

Parameters schema

{
  "type": "object",
  "required": [
    "companyLocation",
    "industryCode",
    "currentBenefits"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "esgFocus": {
      "type": "array",
      "items": {
        "enum": [
          "Environmental",
          "Social",
          "Governance"
        ],
        "type": "string"
      },
      "description": "Primary ESG pillars to prioritize"
    },
    "industryCode": {
      "type": "string",
      "description": "NACE or ISIC industry classification code"
    },
    "companyLocation": {
      "type": "string",
      "description": "ISO 2-letter country code of company headquarters"
    },
    "currentBenefits": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "benefitType",
          "annualCost"
        ],
        "properties": {
          "annualCost": {
            "type": "number"
          },
          "benefitType": {
            "type": "string"
          },
          "description": {
            "type": "string"
          }
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
hr_benefits_esg_aligner — @gapup/mcp-knowledge — PRSM MCP