nlrb_case

Pack: nlrb · Endpoint: https://gateway.pipeworx.io/nlrb/mcp

Full docket for one US National Labor Relations Board case by case number (e.g. “10-CB-393760”, “31-RC-357638”): the allegations charged under the National Labor Relations Act (such as “8(a)(3) Discharge” or “8(b)(1)(A) Duty of Fair Representation”), status, date filed, location, assigned region, the participants (charged party, charging party, employer, union and their legal representatives), the docket activity log, and for representation cases the election tally — eligible voters, ballots counted, votes for and against the union. Answers “what is Starbucks charged with in this NLRB case”, “how did the union election in case 31-RC-357638 turn out”.

Parameters

NameTypeRequiredDescription
case_numberstringyesNLRB case number in region-type-serial form, e.g. “10-CB-393760” or “31-rc-357638” (case-insensitive; surrounding whitespace ignored).

Example call

Arguments

{
  "case_number": "10-CB-393760"
}

curl

curl -X POST https://gateway.pipeworx.io/nlrb/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nlrb_case","arguments":{"case_number":"10-CB-393760"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('nlrb_case', {
  "case_number": "10-CB-393760"
});

More examples

{
  "case_number": "31-RC-357638"
}

Connect

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

{
  "mcpServers": {
    "nlrb": {
      "url": "https://gateway.pipeworx.io/nlrb/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 29, 2026