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
4.8%
21 probes
Response
481ms
last probe
Tools
4
callable

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…

Similar MCP servers embedding-nearest

io.github.kumarprobeops/signforge
Send documents for e-signature from AI agents. Upload, sign, and download PDFs.
0 tools
eSignatures
Integrates with the eSignatures.com API to simplify contract and document management, enabling creation, querying, and handling of digital c
0 tools
FreeSign — Free e-signature
Free e-signature for humans and AI agents — zero-document PDF signing from hashes only.
0 tools · streamable-http
io.github.kevthetech143/chain-signer
Security suite for AI agents: flag drains, permit-phishing & risky actions before signing.
0 tools
AiDocX
Create, upload, and manage contracts with AI analysis and e-signatures.
0 tools
com.okdocai/okdoc
E-signature & document automation: create, send, track and sign documents with payments. 38 tools.
0 tools · streamable-http

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"
    }
  }
}