Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

io.github.causehacker/quicksign

io.github.causehacker/quicksign

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

Uptime
2.4%
42 probes
Response
481ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

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, pl…

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 whet…

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 …

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 contra…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.causehacker/quicksign": {
      "url": "https://quicksign.pro/api/mcp/sse",
      "transport": "streamable-http"
    }
  }
}