ip_contract_clause_extractor
ActiveTool of @gapup/mcp-knowledge
For CHRO use: analyzes employment contract text to identify and extract IP-related clauses such as invention assignment, confidentiality, non-compete, and patent rights. Returns structured data with clause types, risk levels, and relevant legal context. Ideal for contract review workflows, compliance checks, and IP protection strategy. Sources: USPTO PatFT and EPO Espacenet public datasets. Keywords: employment contract, IP clause, invention assignment, confidentiality agreement, non-compete, patent rights, CHRO tool.
Parameters schema
{
"type": "object",
"required": [
"contractText"
],
"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."
},
"contractText": {
"type": "string",
"description": "Full text of the employment contract to analyze"
},
"jurisdiction": {
"type": "string",
"description": "Country/state jurisdiction for legal context (e.g., 'US-CA', 'DE')"
},
"includeContext": {
"type": "boolean",
"default": false,
"description": "Whether to include legal context for each clause"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries