@synthcorp/synthcounsel
v0.1.0
Published
MCP server for legal document preparation — motions, discovery, answers, deadlines, certificates of service. Utah Rules of Civil Procedure. Document preparation tool, not legal advice.
Maintainers
Readme
@synthcorp/synthcounsel
MCP server for legal document preparation. Plug SynthCounsel into Claude Desktop, Cursor, or any MCP-compatible AI assistant. Generates court-compliant motions, discovery, answers, and certificates of service. Computes rule-based deadlines with conservative safety margins. 50 states + federal.
Document preparation tool, not legal advice. SynthCounsel does not create an attorney-client relationship, recommend strategies, or evaluate the merits of any claim. Always verify outputs before filing.
What it does
10 MCP tools exposed over stdio:
| Tool | Purpose |
|------|---------|
| compute_deadline | Calendar/court-day arithmetic, weekend/holiday rolling, service extensions, conservative buffer |
| lookup_rule | Look up a procedural rule by jurisdiction + rule number |
| generate_motion | Generate URCP/FRCP-compliant motions (dismiss, compel, MSJ, extension, strike) |
| generate_answer | Generate an answer with affirmative defenses |
| generate_discovery | Interrogatories, requests for production, requests for admission |
| generate_cos | Certificate of service for any service method |
| scan_fdcpa_violations | 8-violation FDCPA checklist |
| scan_fcra_violations | 3-violation FCRA checklist |
| lookup_sol | Statute of limitations by state + claim type |
| lookup_caselaw | CourtListener case law search |
Install
npm install -g @synthcorp/synthcounselConfigure (Claude Desktop)
Add to claude_desktop_config.json:
{
"mcpServers": {
"synthcounsel": {
"command": "synthcounsel-mcp"
}
}
}Configure (Cursor / other MCP clients)
Point to the binary synthcounsel-mcp over stdio. No API keys required for core functionality.
Jurisdictions
All 50 states + federal (FRCP). Each jurisdiction has its own rule data with deadlines, service extensions, day-counting rules, and non-extendable deadlines.
Privacy
Zero telemetry. Runs locally. Your case data never leaves your machine.
License
MIT
