ClipMarts

Legal Stack

DocuSign, Clio, and document parsing connected for legal ops

$29Operator PackFor departments, agencies, and ops-heavy teams

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.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-codecursor

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
// 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

terminal
$ paperclipai skill import --from ./legal-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip legal-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./legal-mcp-bundle/
3

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

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the legal-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Legal Stack" from the list.

Share
Files included12
Setup time10 min
Difficultyintermediate

Tags

mcpdocusigncliolegalcontractsdocument-parsing