VOOZH about

URL: https://apify.com/andrew_avina/nlrb-mcp

โ‡ฑ NLRB Labor Relations Intelligence MCP ยท Apify


๐Ÿ‘ NLRB Labor Relations Intelligence MCP avatar

NLRB Labor Relations Intelligence MCP

Pricing

$3.00 / 1,000 result item returneds

Go to Apify Store

NLRB Labor Relations Intelligence MCP

An Apify MCP actor that queries the National Labor Relations Board's public case database. Returns structured records for unfair labor practice charges (CA cases) and union representation election petitions (RC/RM cases) including employer names, unions involved, case status, ...

Pricing

$3.00 / 1,000 result item returneds

Rating

0.0

(0)

Developer

๐Ÿ‘ Andrew Avina

Andrew Avina

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

21 days ago

Last modified

Share

NLRB Labor Relations Intelligence MCP โ€” Union Elections & Unfair Labor Practices

An Apify MCP actor that queries the National Labor Relations Board's public case database. Returns structured records for unfair labor practice charges (CA cases) and union representation election petitions (RC/RM cases) including employer names, unions involved, case status, and filing dates.

What This Actor Does

  • Queries the NLRB open data API (data.nlrb.gov/api/cases/v1) for labor relations cases
  • Supports filtering by case type, state, keyword, and filing date
  • Normalizes raw NLRB API fields into a consistent output schema
  • Falls back to 20 curated real NLRB cases from the 2021-2023 union organizing wave if the API is unreachable
  • Can run as an MCP server (HTTP) for integration with LLM tool-use pipelines

Output Fields

FieldDescription
case_numberNLRB case number (format: XX-CA/RC-XXXXXX)
case_typeCase type code: CA, RC, or RM
case_nameOfficial case name as filed
employerName of the employer respondent
unionPetitioning or charging union
stateTwo-letter state abbreviation
industryIndustry description
statusCurrent case status
filing_dateDate the case was filed
sourceData source identifier

Input Parameters

ParameterTypeDefaultDescription
caseTypestringallCase type: CA (ULP charge), RC (union petition), RM (employer petition), or all
statestring(all)Two-letter state filter (e.g. WA, NY)
keywordstring(none)Keyword search in employer/union name or case description
dateFromstring(none)Filter cases filed on or after this date (YYYY-MM-DD)
limitinteger50Max records returned (up to 500)
serveMcpbooleanfalseStart HTTP MCP server instead of writing dataset

MCP Server Mode

Set serveMcp: true to run this actor as an HTTP MCP server. The server exposes:

  • GET / โ€” Health check
  • GET /mcp/tools โ€” Lists available tools
  • POST / โ€” Invoke a tool with {"tool": "search_nlrb_cases", "arguments": {...}}

Data Source

NLRB Case Types

CodeFull NameDescription
CACharge Against (Employer)Unfair labor practice charge filed against an employer for violating workers' organizing rights
CBCharge Against (Union)Unfair labor practice charge filed against a union
RCRepresentation Case (Union)Petition by workers or a union for a secret ballot election to certify union representation
RMRepresentation Case (Employer)Petition by employer requesting an election (often following a recognition demand)
RDRepresentation Case (Decertification)Petition by workers to decertify an existing union

Use Cases

  • Labor relations intelligence: monitor organizing activity at specific employers or industries
  • Union research: track which unions are most active in a region or sector
  • Corporate due diligence: identify open NLRB charges against an acquisition target
  • Workforce intelligence: gauge labor sentiment at major employers
  • Legal research: find precedent cases by industry or case type

Fallback Data Coverage

The 20-record fallback dataset covers notable cases from the 2021-2023 union organizing wave including:

  • Amazon Labor Union (Staten Island, Joliet)
  • Starbucks Workers United (nationwide organizing)
  • Apple retail store elections (Towson, World Trade Center)
  • Tesla manufacturing charges
  • Trader Joe's United
  • REI Co-op elections
  • Chipotle, Whole Foods, Dollar General, and more

Categories

MCP_SERVERS ยท BUSINESS

You might also like

Cases.com Scraper

lexis-solutions/cases-com-scraper

USA Cases.com scraper for phone, tablet and laptop cases. Extract prices, brands, SKUs, stock, images and attributes from Cases.com for ecommerce pricing, competitor monitoring and market research in the phone case accessories niche.

๐Ÿ‘ User avatar

Lexis Solutions

2

FTC Enforcement Cases Scraper

jungle_synthesizer/ftc-enforcement-actions-cases-scraper

Scrapes the full FTC Legal Library cases-and-proceedings index. Returns structured case records with matter number, docket number, case status, type of action, bureau tags, case summary, and links to legal documents (complaints, consent orders, decisions).

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Case Mate Scraper

lexis-solutions/case-mate-scraper

Case-Mate scraper for USA phone case market: extract product prices, stock, reviews and device-compatible cases from Case-Mate.com collections, search pages and product URLs for ecommerce and market research.

๐Ÿ‘ User avatar

Lexis Solutions

2

International Court of Justice (ICJ) Cases Scraper

parseforge/icj-international-court-scraper

Export every International Court of Justice case from icj-cij.org. Pull case names, parties, case number, year of introduction, summaries and direct case URLs across all 200+ cases since 1947. Switch between all, pending, contentious and advisory lists.

Google Scholar Case Law API

johnvc/google-scholar-case-law

API for Google Scholar US case law. Search opinions and pull full case details with court, year, and citation filters. Returns structured JSON. MCP-ready.

BLS Unemployment Scraper | US Labor Statistics Data

parseforge/bls-unemployment-scraper

Pull US Bureau of Labor Statistics unemployment series with period, rate, area, demographic, and seasonally adjusted flag. Filter by series ID and date range. Built for economists, fintech apps, labor market research, and analysts tracking US employment.

ETA Labor Market Intelligence

ryanclinton/eta-labor-market-intel

US labor market intelligence from 4 DOL Employment & Training Administration datasets: weekly unemployment claims, apprenticeship programs, and trade adjustment assistance.

Related articles

Build and deploy MCP servers in minutes with a TypeScript template
Read more
How to use MCP with Apify Actors
Read more
Deploy your Smithery STDIO MCP servers on Apify
Read more