Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the SignWell in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive SignWell (developer-friendly e-signature) from any AI agent: documents, templates, signature requests, signers. 8 tools, API key + application ID auth.
Prueba a pedir
Prompts de ejemplo para SignWell
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → SignWell, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
SignWell
Drive SignWell (developer-friendly e-signature) from any AI agent: documents, templates, signature requests, signers. 8 tools, API key + application ID auth.
Configuración
signwell.com).
Setup:
- Sign in to https://app.signwell.com → top-right avatar → API → Create application.
- Note the Application ID and API Key.
- Set:
SIGNWELL_API_KEY= the API keySIGNWELL_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)
Requisitos previos: SIGNWELL_API_KEY, SIGNWELL_APPLICATION_ID
Instalar el conector localmente
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Abre http://localhost:3000/connectors/store, elige SignWell e introduce las variables listadas en los Requisitos previos.
Herramientas disponibles
| Tool | What it does |
|---|---|
signwell_list_documents | List documents with filters |
signwell_get_document | Fetch a document by ID with recipients + signing status |
signwell_create_document_from_url | Create a document from public file URLs and send for signature |
signwell_create_document_from_template | Create a document from a SignWell template + recipient mapping |
signwell_send_reminder | Send a reminder email to pending recipients on a document |
signwell_cancel_document | Cancel a document (no further signing) |
signwell_get_document_files | Get URLs of the document's signed files |
signwell_list_templates | List templates available on the account |
Siguientes pasos
¿Te ha sido útil esta guía?