hr_benefits_esg_aligner
ActiveTool of gapup-mcp
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"
}
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries