Back to Browse

Clauseai MCP Server

Developer ToolsModerate6.8MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Generate attorney-drafted NDAs, MSAs, DPAs, and more as PDF, ODT, or Markdown. No account required.

About

Generate attorney-drafted NDAs, MSAs, DPAs, and more as PDF, ODT, or Markdown. No account required.

Remote endpoints: streamable-http: https://clauseai.exe.xyz/mcp

Security Report

6.8
Moderate6.8Moderate Risk

ClauseAI is a well-architected document generation server with proper input validation, secure credential handling, and appropriate error handling. The server correctly escapes user input to prevent injection attacks, uses environment variables for sensitive configuration, and has no malicious patterns or data exfiltration risks. Permissions align with its purpose as a legal document generator and MCP server. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

ClauseAI

Generate startup legal documents from attorney-drafted templates: NDAs, MSAs, DPAs, privacy policies, offer letters, and more. Download PDF, ODT, or Markdown through MCP or an agent skill. No account required.

The gallery, JSON API, MCP server, and agent skill all share the same template engine. Templates come from General Legal and are released under CC0.

Use with an agent

npx skills add wasauce/clauseai --skill clauseai

MCP (Streamable HTTP, no account):

https://clauseai.exe.xyz/mcp

GrokBot version:

https://x.ai/bot/lBf5ZVjFUDPgn_OVzU8_R

Walkthrough: Generate a mutual NDA from your company details.

Run locally

System dependencies:

  • Python 3.12+
  • uv
  • pandoc for ODT export (brew install pandoc or apt-get install pandoc)
  • WeasyPrint libraries for PDF (brew install pango gdk-pixbuf libffi on macOS)
cp env.example .env
uv sync --dev
uv run python run.py

Open http://localhost:8000.

SurfacePath
GalleryGET /
WizardGET /{slug}
JSON APIGET /api/templates
GeneratePOST /api/templates/{slug}/generate
Agent skillGET /skill.md
MCP/mcp
Agent indexGET /llms.txt
NDA walkthroughGET /examples/generate-nda.md

Tests

uv run pytest

Refresh templates

Vendored markdown lives in clauseai/data/templates/. Curated manifest.json files are kept across re-syncs:

uv run python scripts/sync_templates.py

Templates are for general reference only and are not legal advice.

Reviews

No reviews yet

Be the first to review this server!