INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://www.workers-rights.com/api/mcp
Connect to this endpoint to inspect the live schema for get_evidence_preservation_checklist and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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 a 140,000+ U.S.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 distinct federal cases and trusted published opinions that involve that employer, the breakdown of outcomes (employee wins, employer wins, settlements, dismissals), the most notable recent opinions, AND the count of federal docket records on file (cases that may not have a written opinion).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.g.get_eeoc_process— Plain-English guide to the 9 stages of an EEOC discrimination/retaliation charge, from pre-filing through resolution.find_employment_attorney— Find public-source employment-law attorney listings near a US location.get_corpus_stats— Return live statistics about the Workers' Rights corpus: total number of court rulings in the research corpus, number of public attorney listings, number of monitored legal data sources, the date the corpus was last updated, and the distribution of case outcomes across the analyzed rulings.