Legal Stack
DocuSign, Clio, and document parsing connected for legal ops
What is Legal Stack?
An MCP bundle for legal operations. Includes DocuSign (send, track, and manage envelopes), Clio (matters, contacts, time entries, billing), and a PDF/DOCX document parser for contract analysis. Pre-configured with audit logging so every action is traceable for compliance.
10 min
Intermediate
What's Included
- mcp-servers.json
- servers/docusign/config.json
- servers/docusign/auth-setup.md
- servers/clio/config.json
- servers/clio/auth-setup.md
- servers/doc-parser/config.json
- servers/doc-parser/usage.md
- docker-compose.yaml
- env.example
- scripts/setup.sh
- scripts/test-connections.sh
- README.md
Preview
// mcp-servers.json
{
"mcpServers": {
"docusign": {
"command": "npx",
"args": ["-y", "@mcp/docusign-server"],
"env": {
"DOCUSIGN_INTEGRATION_KEY": "${DOCUSIGN_INTEGRATION_KEY}",
"DOCUSIGN_ACCOUNT_ID": "${DOCUSIGN_ACCOUNT_ID}",
"DOCUSIGN_BASE_URL": "${DOCUSIGN_BASE_URL}"
}
},
"clio": {
"command": "npx",
"args": ["-y", "@mcp/clio-server"],
"env": {
"CLIO_API_TOKEN": "${CLIO_API_TOKEN}",
"CLIO_REGION": "${CLIO_REGION}"
}
},
"doc-parser": {
"command": "npx",
"args": ["-y", "@mcp/doc-parser-server"],
"env": {
"PARSER_MAX_PAGES": "500",
"PARSER_OCR_ENABLED": "true"
}
}
}
}Installation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip legal-mcp-bundle.zipImport the skill
paperclipai skill import --from ./legal-mcp-bundle/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill legal-mcp-bundle
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Legal Stack"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the legal-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Legal Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging