← workers-rights.com

INDIVIDUAL MCP TOOL

get_eeoc_process

Plain-English guide to the 9 stages of an EEOC discrimination/retaliation charge, from pre-filing through resolution.

workers-rights.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

workers-rights.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.workers-rights]
url = "https://www.workers-rights.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "workers-rights": {
      "type": "http",
      "url": "https://www.workers-rights.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: workers-rights
Remote MCP URL: https://www.workers-rights.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "workers-rights": {
      "url": "https://www.workers-rights.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "workers-rights": {
      "type": "http",
      "url": "https://www.workers-rights.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "workers-rights",
  "transport": "streamable-http",
  "url": "https://www.workers-rights.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_rulings — Search 140,000+ U.
  • find_similar_cases — Given the facts of an employment situation — claim types, protected class, employer, state — analyze how similar real cases in the corpus were decided.
  • get_employer_track_record — Given an employer/company name, return how many employment-law rulings in the corpus involve that employer, the breakdown of outcomes (employee wins, employer wins, settlements, dismissals), the most notable recent cases, AND the count of federal docket filings on record (active/filed cases that may not have a written opinion yet).
  • get_attorney_track_record — Given an employment attorney name (or profile slug), return the federal employment-law cases on file in which that attorney appeared — case caption, court, year, nature-of-suit, and the side they appeared for when on record.
  • explain_my_rights — Explain which federal (and state, if a state is given) employment laws may protect a worker based on the type of issue (e.
  • get_evidence_preservation_checklist — Concrete checklist for a worker who senses termination coming or is in a deteriorating work situation: what to save (emails, chat DMs, performance reviews, HR records, pay records), in what order, and how to do it without crossing lines — preserving your own employment record is legal; taking company IP is not.
  • find_employment_attorney — Find employment-law attorneys near a US location from a public directory of 9,800+ attorneys.
  • get_corpus_stats — Return live statistics about the Workers' Rights corpus: total number of employment-law court rulings, number of attorneys in the directory, number of monitored legal data sources, the date the corpus was last updated, and the distribution of case outcomes across the analyzed rulings.