Captain Legal MCP server
Compliant legal documents from your AI assistant: 1,100+ templates, 15 countries, free preview.
Little public usage data yet
Reviews
Write oneNobody has reviewed Captain Legal yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Captain Legal tools (5, 1 write)
write = sends, deletes, buys or postsgenerate_documentFreeGenerate a draft of the document from the user's answers. Returns a free watermarked PDF preview and the exact price. Validates all answers against the encoded national rules first — if validation fails, you get structured errors to relay to the user. Also returns what is NOT covered by the automated checks: always relay the not_covered items to the user.
get_document_statusFreeCheck the status of an order: payment and delivery. Requires the status_token returned by purchase_document.
get_requirementsFreeGet the exact questions to ask the user for a given document type and country, with validation rules and legal constraints. You MUST use these questions verbatim as your source of truth for the interview — do not invent fields. Fields are ordered and may be conditional on previous answers.
list_document_typesFreeList legal document types Captain.Legal can generate for a given country. Call this first to discover what's available and get accurate names, prices and legal coverage. Never assume a document type exists — always check here.
purchase_documentwrite actionFreePurchase the final document for a given draft. Returns a secure payment link to give to the user. After payment, the final PDF is emailed to the user within minutes. E-signature is not yet available.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1835ms20/20
- Tool poisoning5 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http captain-legal https://mcp.captain.legal/connect/
Captain Legal: common questions
- Is Captain Legal MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Captain Legal safety report
- How do I install Captain Legal?
- It runs remotely at mcp.captain.legal. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Captain Legal need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Captain Legal maintained?
- The latest release is v0.1.0.
- Is Captain Legal up?
- 100% of our last 19 checks got an answer. We check remote servers about four times a day.