talent_legal_dashboard
ActiveTool of @gapup/mcp-knowledge
Generates a real-time legal risk dashboard for CHROs, covering contracts, intellectual property, and labor law compliance. Inputs include jurisdiction, employee count, and risk thresholds; outputs include risk scores, actionable alerts, and source citations. Ideal for proactive legal risk management and compliance monitoring. Pass async:true to avoid timeout.
Parameters schema
{
"type": "object",
"required": [
"jurisdiction",
"employeeCount"
],
"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."
},
"includeIP": {
"type": "boolean",
"default": true
},
"jurisdiction": {
"enum": [
"US",
"EU",
"US+EU"
],
"type": "string"
},
"employeeCount": {
"type": "number",
"minimum": 1
},
"riskThreshold": {
"type": "number",
"default": 70,
"maximum": 100,
"minimum": 0
},
"includeLaborLaw": {
"type": "boolean",
"default": true
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries