Connector guide2-minute read8 MCP toolsEnglish · Deutsch · Italiano

SignWell su MCP — Pilota SignWell da qualsiasi agente AI

Drive SignWell (developer-friendly e-signature) from any AI agent: documents, templates, signature requests, signers. 8 tools, API key + application ID auth.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

SignWell

Drive SignWell (developer-friendly e-signature) from any AI agent: documents, templates, signature requests, signers. 8 tools, API key + application ID auth.

Tools

8

Region

INTL

Category

e-signature

Authentication

Required env vars

SIGNWELL_API_KEYSIGNWELL_APPLICATION_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the SignWell in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → SignWell, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

SignWell

Drive SignWell (developer-friendly e-signature) from any AI agent: documents, templates, signature requests, signers. 8 tools, API key + application ID auth.

Setup

signwell.com).

Setup:

  1. Sign in to https://app.signwell.com → top-right avatar → API → Create application.
  2. Note the Application ID and API Key.
  3. Set:
    • SIGNWELL_API_KEY = the API key
    • SIGNWELL_APPLICATION_ID = the application ID

Authentication: header X-Api-Key: ${SIGNWELL_API_KEY} + X-Api-Application: ${SIGNWELL_APPLICATION_ID} (both required).

test_mode: every write endpoint accepts test_mode=true to validate without sending real emails or burning credits.

Document workflow: create document from URL/upload → status='Sent' → recipients sign → status='Completed' → download PDF.

…(continued in the in-app connector instructions)

Prerequisiti: SIGNWELL_API_KEY, SIGNWELL_APPLICATION_ID

Installazione locale del connettore

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Apri http://localhost:3000/connectors/store, scegli SignWell e inserisci le variabili elencate nei Prerequisiti.

Tool disponibili

ToolWhat it does
signwell_list_documentsList documents with filters
signwell_get_documentFetch a document by ID with recipients + signing status
signwell_create_document_from_urlCreate a document from public file URLs and send for signature
signwell_create_document_from_templateCreate a document from a SignWell template + recipient mapping
signwell_send_reminderSend a reminder email to pending recipients on a document
signwell_cancel_documentCancel a document (no further signing)
signwell_get_document_filesGet URLs of the document's signed files
signwell_list_templatesList templates available on the account

Prossimi passi

Ready to ship

Your SignWell agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.