talent_litigation_exposure
ActiveTool of @gapup/mcp-knowledge
Estimates litigation exposure risk for CHROs by analyzing past employee lawsuits, settlement amounts, and industry benchmarks. Inputs include company location, industry code, and employee count range. Returns exposure score, average settlement amounts, lawsuit frequency trends, and risk factors. Ideal for legal risk assessment, HR strategy planning, and board-level reporting. Pass async:true to avoid timeout.
Parameters schema
{
"type": "object",
"required": [
"company_location",
"industry_code"
],
"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."
},
"industry_code": {
"type": "string",
"description": "NAICS industry code (e.g., '541511' for IT services)"
},
"employee_count": {
"type": "number",
"minimum": 1,
"description": "Current number of employees"
},
"lookback_years": {
"type": "number",
"default": 5,
"maximum": 10,
"minimum": 1,
"description": "Number of years to analyze"
},
"company_location": {
"type": "string",
"description": "State or region where company operates (e.g., 'CA', 'New York')"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries