New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

swiftsign

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swiftsign

SwiftSign MCP server for Claude Code — send documents for e-signature

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

swiftsign-mcp

MCP server for SwiftSign — send documents for e-signature directly from Claude Code.

Setup

Add to your .mcp.json (Claude Code config):

{
  "mcpServers": {
    "swiftsign": {
      "command": "npx",
      "args": ["-y", "swiftsign-mcp"],
      "env": {
        "SWIFTSIGN_API_KEY": "sk_your_api_key"
      }
    }
  }
}

Get your API key at swiftsign.ca/dashboard.

Tools

ToolDescription
swiftsign_send_envelopeSend document(s) for e-signature
swiftsign_check_statusCheck envelope signing status
swiftsign_list_envelopesList all sent envelopes
swiftsign_void_envelopeCancel an envelope

Usage

Once configured, just ask Claude:

"Send this contract to john@acme.com for signing"

Claude will use SwiftSign to send the document, place signature fields, and email the recipient a signing link.

Example

"Send the MSA at data/contracts/generated/Acme_MSA.pdf to John Smith (john@acme.com) for signing, with a signature field at the bottom"

SwiftSign handles:

  • Secure signing link (no account needed for signer)
  • E-sign consent (legally compliant)
  • Signature capture (draw, type, or upload)
  • Document sealing with SHA-256 hash
  • Certificate of Completion
  • Email notifications to all parties

SwiftSign e-signatures are legally binding under:

  • Canada: Electronic Commerce Act (Ontario), PIPEDA
  • United States: ESIGN Act, UETA

Keywords

mcp

FAQs

Package last updated on 26 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