com.workers-rights/employment-law
Official8 toolsSearch 142,000+ U.S. employment-law court rulings, attorney directory, and rights data.
Search 142,000+ U.S. employment-law rulings and access attorney directory.
Captured live from the server via tools/list.
search_rulings
Search 140,000+ U.S. employment-law court rulings by keyword, law, court, state, outcome, and date. Returns real cases with citations, outcomes, employers, claim types, damages, and links to the full opinion. Use this to ground any claim about how employment cases have been decided. Results are quality-filtered (low-confidence and junk rows excluded).
Parameters (8)
- querystring
Free-text search across case name and opinion snippet (e.g. "pregnancy discrimination retaliation").
- lawstring
Filter by a related law id, e.g. "title-vii", "adea", "ada", "fmla", "flsa".
- courtstring
Filter by CourtListener court id, e.g. "scotus", "ca11" (11th Circuit).
- statestring
Two-letter US state code the case was filed in, e.g. "FL", "CA".
- outcomestring
Filter to a specific case outcome.
- date_fromstring
Earliest filing date (YYYY-MM-DD).
- date_tostring
Latest filing date (YYYY-MM-DD).
- limitintegerrequired
Max rulings to return (1–25).
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. Returns the aggregate plaintiff (employee) win rate, settlement rate, typical damages range, the factors that most helped employees win vs. lose, and a few representative example cases. This is the highest-value grounding tool for 'what are my chances / what matters' questions. Educational statistics, not a prediction or legal advice.
Parameters (6)
- claim_typesarrayrequired
Claim types alleged, snake_case, e.g. ["retaliation","wrongful_termination","discrimination","harassment"]. The single highest-value signal.
- protected_classesarrayrequired
Protected classes at issue, e.g. ["sex","race","age","disability","pregnancy","national_origin"].
- employer_namestring
Employer / defendant name, e.g. "Union Pacific Railroad". Used for a fuzzy match.
- statestring
Two-letter US state code the situation arose in, e.g. "FL", "CA".
- industrystring
Employer industry, e.g. "healthcare", "retail", "transportation".
- law_idsarrayrequired
Related law ids, e.g. ["title-vii","adea","ada","fmla","flsa"].
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). Use this when a user names their employer and wants that company's litigation history + footprint.
Parameters (2)
- employerstringrequired
Employer/company name to look up, e.g. "Walmart", "Acme Corporation". Common suffixes like Inc/Corp/LLC are ignored when matching.
- limitintegerrequired
Number of example cases to return (1–25). The total count and outcome breakdown reflect the full corpus, not just these examples.
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. Use this when a user names an attorney and wants their public litigation history. Facts only, sourced from federal court dockets.
Parameters (2)
- attorneystringrequired
Employment attorney full name (e.g. "Jane Doe") or their workers-rights.com profile slug.
- limitintegerrequired
Number of example cases to return (1–25). Counts reflect all cases on file, not just these.
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.g. discrimination, harassment, retaliation, wrongful termination) and/or the protected class involved (e.g. race, sex, age, disability, pregnancy). Returns the relevant statutes with citations, who they cover (employer-size thresholds), filing deadlines and agencies, and available remedies. Use this to ground an answer about a worker’s legal protections. Educational information, not legal advice.
Parameters (3)
- issuestring
Type of workplace issue, e.g. "discrimination", "harassment", "retaliation", "wrongful termination", "unpaid wages", "disability accommodation".
- protected_classstring
Protected characteristic involved, e.g. "race", "sex", "age", "disability", "religion", "national origin", "pregnancy".
- statestring
US state (2-letter code or full name) to include state-specific protections and the correct EEOC filing deadline.
get_eeoc_process
Plain-English guide to the 9 stages of an EEOC discrimination/retaliation charge, from pre-filing through resolution. Call with no arguments for an overview of all stages with typical durations; call with a stage number (1-9) for a deep-dive on that stage: what to expect, how long it takes, the key tip, and do/don't guidance. Use this whenever someone asks what happens after filing with the EEOC, how long the process takes, what a position statement or rebuttal is, or what to do at the stage they are currently in.
Parameters (1)
- stageinteger
Stage number 1-9 for a deep-dive on one stage. Omit for an overview of all nine stages.
find_employment_attorney
Find verified employment-law attorneys near a US location from a directory of 9,800+ attorneys. Filter by specialization, language, minimum rating, free consultation, and contingency-fee availability. Returns attorneys with firm, city, contact info, rating, and experience, sorted by proximity. Use when a user wants to talk to a lawyer about their workplace situation.
Parameters (10)
- statestring
US state — 2-letter code or full name (e.g. "FL" or "Florida"). Required unless lat/lng given.
- citystring
Optional city to tighten the search center (e.g. "Tampa").
- latnumber
Optional precise latitude. Overrides city/state when paired with lng.
- lngnumber
Optional precise longitude. Overrides city/state when paired with lat.
- languagestring
Filter to attorneys who speak this language, e.g. "Spanish".
- min_ratingnumberrequired
Minimum star rating (0–5).
- free_consultationboolean
Only attorneys offering a free initial consultation.
- contingency_feeboolean
Only attorneys who work on contingency (no upfront fee).
- radius_milesintegerrequired
Search radius. Defaults to 100mi for broad statewide coverage.
- limitintegerrequired
Max attorneys to return (1–25).
get_corpus_stats
Return live statistics about the Workers' Rights corpus: total number of employment-law court rulings, number of verified 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. Use this to establish scale/credibility or to answer 'how much data do you have / how current is it'.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"employment-law": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.workers-rights.com"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.