You're viewing a demo portfolio

Join the waitlist
PRSM

ip_contract_clause_extractor

Active

Tool of gapup-mcp

declared in 0.2.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →