ptab_party_exposure

Pack: uspto-ptab · Endpoint: https://gateway.pipeworx.io/uspto-ptab/mcp

Summarize PTAB proceeding exposure for a petitioner or patent owner, including roles, challenged patents, statuses, trial types, and recorded outcomes. Party matching follows USPTO indexed names and may combine similarly named entities; verify identity before relying on totals.

Parameters

NameTypeRequiredDescription
partystringyesCompany or party name.
_apiKeystringnoUSPTO ODP API key.

Example call

Arguments

{
  "party": "Apple",
  "_apiKey": "your-uspto-ptab-api-key"
}

curl

curl -X POST https://gateway.pipeworx.io/uspto-ptab/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ptab_party_exposure","arguments":{"party":"Apple","_apiKey":"your-uspto-ptab-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('ptab_party_exposure', {
  "party": "Apple",
  "_apiKey": "your-uspto-ptab-api-key"
});

More examples

{
  "party": "Zydus Lifesciences",
  "_apiKey": "your-uspto-ptab-api-key"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "uspto-ptab": {
      "url": "https://gateway.pipeworx.io/uspto-ptab/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 3, 2026