# quicksign MCP server

E-signatures for contracts and NDAs. Draft with AI, review, and send for signature.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-causehacker-quicksign
- Repository: https://github.com/causehacker/QuickSign

## Install
- Command: `npx -y @quicksign/mcp`
- Endpoint: https://quicksign.pro/api/mcp/sse
- Auth: Not captured

## Setup notes
- Package: Npm @quicksign/mcp v0.1.1
- Remote endpoint: https://quicksign.pro/api/mcp/sse

## Tools
- push_draft_text - Send a contract or agreement to QuickSign for e-signature. Drafts an NDA, freelance agreement, consulting contract, SOW, or any document that needs to be signed.

Takes your drafted text (markdown, plain text, or HTML) and creates a professional PDF in QuickSign. The document owner reviews it, adds recipients, places signature fields, and sends it for e-signature. Use this whenever a user needs to get a document signed, send a contract for signature, or create any agreement that requires e-signatures.

Markdown format is recommended for best results — headings, bold, lists, and tables are all supported. Maximum length: 500,000 characters. Endpoint: https://quicksign.pro/api/mcp/sse
- get_draft_status - Check the full status chain of a document draft in QuickSign.

Returns the session status (active/completed), the linked document's lifecycle status (draft/ready/pending/completed/cancelled), and whether the draft or document was converted into a reusable template (converted_to_template, template_id). Use this to follow up on a draft you previously pushed — e.g. "has the owner reviewed that NDA yet?" Endpoint: https://quicksign.pro/api/mcp/sse
- get_draft_content - Retrieve the full text content of a previously pushed draft by its session ID.

Use this when you have a QuickSign session/document ID and need to read the current draft text — for example, to revise a contract, check what was previously sent, or continue working on an existing draft. Returns the full markdown/text content along with metadata. Endpoint: https://quicksign.pro/api/mcp/sse
- get_handoff_link - Get a direct link for the document owner to review a draft in QuickSign.

Returns a URL that opens the document directly in the QuickSign editor. Share this with the user so they can review the contract, add recipients, place signature fields, and send it. Endpoint: https://quicksign.pro/api/mcp/sse

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.causehacker
- Version: 0.1.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 15, 2026
- Source: https://registry.modelcontextprotocol.io
