io.github.docracy1/docracy
io.github.docracy1/docracyFree, no-signup e-signatures. check_status free for anyone; find_documents needs paid key.
Tools · 4
Look up the status of a Docracy signing chain from a sign or status link — who's signed, who's still pending.
List free and Marketplace legal templates from Docracy (NDAs, contractor agreements, offer letters, etc.). Optional text filter. Returns slugs and prepare URLs — does not create or send documents.
Fetch metadata for one Docracy template by slug (title, description, key clauses / drafting hints when available) plus the prepare URL to open it for e-signature.
Start an agentic drafting workflow from a trusted Docracy template. Returns the prepare URL (fields already placed where applicable), library page, and drafting hints. Does NOT auto-send for signature…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.docracy1/docracy": {
"url": "https://mcp.docracy.io/mcp",
"transport": "streamable-http"
}
}
}