MCP server exposing 3 tools for nlrb.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nlrb/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
nlrb_search — Search US National Labor Relations Board cases by employer, union, or case number — unfair labor practice charges (C cases: CA against an employer, CB against a union) and union representation/election petitions (R cases: RC, RD, RM). Returns case number, case name, date filed, open/closed status, city and NLRB region for each match, plus the total number of matching cases. Answers "is Starbucks facing an NLRB charge", "labor board complaints against Amazon", "union election petitions at Trader Joe's", "what NLRB cases involve Teamsters Local 705". Filter by case type, status, date filed, and NLRB region.nlrb_case — 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".nlrb_recent_filings — Newest US National Labor Relations Board case filings across the country over a recent window — the labor-dispute equivalent of a new-filings feed. Returns case number, name, date filed, status, city and region, newest first, with the total filed in the window. Answers "what NLRB charges were filed this week", "recent union election petitions", "how much labor board activity was there in the last 30 days". Filter by case type (C for unfair labor practice charges, R for election petitions) and NLRB region.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nlrb/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io