🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@quicksign/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quicksign/mcp

QuickSign MCP server — AI agents draft contracts and send them for e-signature. Sign NDAs, agreements, and documents.

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
29
7.41%
Maintainers
1
Weekly downloads
 
Created
Source

@quicksign/mcp

Connect AI agents to QuickSign for contract drafting and e-signature workflows.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "quicksign": {
      "command": "npx",
      "args": ["@quicksign/mcp"]
    }
  }
}

Cursor

Add to your .cursor/mcp.json:

{
  "mcpServers": {
    "quicksign": {
      "command": "npx",
      "args": ["@quicksign/mcp"]
    }
  }
}

Development Mode

For testing against a local QuickSign server:

{
  "mcpServers": {
    "quicksign": {
      "command": "npx",
      "args": ["@quicksign/mcp", "--dev"]
    }
  }
}

What Happens on First Run

  • The package generates a unique install ID (stored in ~/.quicksign/config.json)
  • Opens your browser to approve the connection on QuickSign
  • You log in (or create an account) and click "Approve"
  • The agent is connected and can start pushing drafts

Available Tools

ToolDescription
push_draft_textPush a text contract (markdown/plain/HTML) for human review
get_draft_statusCheck the status of a draft document
get_handoff_linkGet a direct link for the owner to review the draft

Important: All tools create drafts only. Documents are never sent automatically — the owner must manually review, add recipients, and send.

CLI Flags

FlagDescription
--devConnect to localhost:5000 instead of production
--resetClear stored credentials and re-authenticate
--statusShow current connection status
--agent <vendor>Set agent vendor (auto-detected if possible)
--name <name>Set agent display name

Security

  • Credentials are stored in ~/.quicksign/config.json with restricted file permissions (600)
  • JWT tokens expire after 7 days; the CLI re-authenticates automatically
  • The agent has draft-only access — it cannot send, sign, or delete documents
  • You can revoke connections anytime from QuickSign settings

Keywords

mcp

FAQs

Package last updated on 15 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts