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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → SignWell, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
SignWell + ChatGPT
Drive SignWell (developer-friendly e-signature) from any AI agent: documents, templates, signature requests, signers. 8 tools, API key + application ID auth.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
SIGNWELL_API_KEY, SIGNWELL_APPLICATION_ID
Шаг 1 — Получите учётные данные
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)
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в ChatGPT
ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.
- Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
- Нажмите "Add custom connector".
- Заполните:
- Name:
SignWell - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| 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 |
FAQ
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.