mcpbeat

Quicksign MCP Server

io.github.causehacker/quicksign
answering

Quicksign is answering right now. Last checked moments ago. 35 installs a week from npm. It exposes 4 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 5 · +35% w/w
a month agotoday
Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
333 ms
Response time
average over 24h
35
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add quicksign --transport http https://quicksign.pro/api/mcp/sse
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quicksign": {
      "url": "https://quicksign.pro/api/mcp/sse"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quicksign]
url = "https://quicksign.pro/api/mcp/sse"
.cursor/mcp.json
{
  "mcpServers": {
    "quicksign": {
      "url": "https://quicksign.pro/api/mcp/sse"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quicksign": {
      "url": "https://quicksign.pro/api/mcp/sse"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

draft
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.
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?"
handoff
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.
push
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.

Endpoints

URLTransportStateLatencyChecked
https://quicksign.pro/api/mcp/sse streamable-http answering 286 ms 0 min ago

Quicksign — questions

Answers built from our own checks of this server.

What can Quicksign do?
It exposes 4 tools, read directly from the server on our last check. Among them: get_draft_content, get_draft_status, get_handoff_link, push_draft_text. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Quicksign working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 333 ms. The bar chart above shows every period we have measured.
Is Quicksign still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Quicksign?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Quicksign need an API key?
No. Quicksign completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Quicksign?
It answers our handshake in 333 ms on average, which is faster than 42% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Quicksign?
The npm package @quicksign/mcp was installed 35 times in the last week. Week over week that is +35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.