talent_contract_risk_mapper
ActiveTool of @gapup/mcp-knowledge
For CHROs: analyzes employee contracts for non-compete, IP assignment, and confidentiality clauses, comparing against state labor laws and jurisdiction-specific precedents. Returns risk levels, conflicting statutes, and suggested revisions. Uses USPTO PatFT, CourtListener, and EUR-Lex for legal cross-referencing. Ideal for contract reviews, compliance audits, or policy updates.
Parameters schema
{
"type": "object",
"required": [
"contract_text",
"jurisdiction"
],
"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."
},
"jurisdiction": {
"type": "string",
"description": "State or country jurisdiction (e.g., 'California', 'Germany')"
},
"contract_text": {
"type": "string",
"description": "Full text of the employee contract or clause section to analyze"
},
"employee_role": {
"type": "string",
"description": "Job title or role classification (e.g., 'Software Engineer', 'Executive')"
},
"effective_date": {
"type": "string",
"format": "date",
"description": "Contract effective date (YYYY-MM-DD)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries