# eSignatures MCP

Vendor: eSignatures  
Category: other  
Auth: API_KEY  
Composio slug: `esignatures`

eSignatures is an electronic signature platform for creating templates, sending contracts, managing signers, and tracking signing workflows.

## Tools

- **Add Contract Signer** — Add a signer to an editable contract without automatically sending a signature request.
- **Add Contract Signers** — Add a non-empty list of signers to an editable contract by calling the provider's singular endpoint sequentially in request order. Execution is not atomic and stops on the first provider error. The response preserves earlier signer IDs and 
- **Add Template Collaborator** — Create a name-only collaborator who can edit a template. This action does not send an invitation or perform any other external delivery.
- **Create and Send Contract** — Create a contract from a template or from ad-hoc Markdown and immediately send signature requests to its signers. Supply exactly one of template_id or markdown. This causes external delivery; production sending is usage-priced and requires 
- **Create Contract Draft** — Create a test or production contract draft from a template or from ad-hoc Markdown, without sending signature requests or otherwise delivering it externally. Supply exactly one of template_id or markdown.
- **Create Template** — Create a reusable Markdown contract template.
- **Delete Contract Signer** — Permanently remove a signer from an editable contract. Withdrawn contracts are locked and reject this operation.
- **Delete Template** — Permanently delete a template.
- **Duplicate Template** — Duplicate a template with a new title plus optional placeholder replacements.
- **Get Contract** — Get one contract's current status, details, signers, signer field values, and temporary signed-PDF URL when available. Do not poll this tool; use provider webhooks for lifecycle changes. Records older than two weeks may be incomplete.
- **Get Contract Content** — Return the Markdown content of one contract.
- **Get Contract Placeholder Fields** — Return the current placeholder replacements for one contract.
- **Get Template** — Get one template's metadata, placeholder keys, and signer-field IDs.
- **Get Template Content** — Return the Markdown content of one template.
- **Invite Template Collaborator** — Invite a collaborator to edit a template. This action sends an external invitation to the required email address and requires explicit confirmation.
- **List Template Collaborators** — Return all collaborators who can edit one template. The provider exposes no pagination controls.
- **List Templates** — Return all templates available to the connected account. The provider exposes no pagination controls.
- **Preview Contract Content Update** — Preview the prospective Markdown from exact find-and-replace edits without mutating the contract.
- **Preview Template Content Update** — Preview the prospective Markdown from exact find-and-replace edits without mutating the template.
- **Remove Template Collaborator** — Remove a collaborator's permission to edit a template.
- **Resend Sign Request** — Resend a signature request to one signer. This causes external delivery and may incur production usage charges, so explicit confirmation is required. The provider documents this operation, but its external-delivery behavior has not been liv
- **Send Draft Contract** — Send an existing draft to its signers. This can cause external delivery and production contracts may incur usage charges; explicit confirmation is required.
- **Update Contract Content** — Apply exact Markdown find-and-replace edits to a contract. This always mutates the contract; use Preview Contract Content Update to inspect the result first.
- **Update Contract Placeholder Fields** — Update selected placeholder replacements on an unsigned contract.
- **Update Contract Signer** — Update selected contact, delivery, authentication, or redirect details for a signer without resending the contract. At least one signer update field is required.
- **Update Template** — Update a template's title and/or labels without changing its Markdown content. At least one of title or labels is required.
- **Update Template Content** — Apply exact Markdown find-and-replace edits to a template. This always mutates the template; use Preview Template Content Update to inspect the result first.
- **Withdraw Contract** — Irreversibly withdraw an active unsigned contract so it can no longer be signed. The retained contract remains queryable.

## Setup

1. Create or open a Switchy Project.
2. Open Integrations and connect eSignatures.
3. Authorise through api_key.
4. Teammates can now @-mention eSignatures tools in chat.

---
Last verified: 2026-09-04T02:00:56.012Z  
Canonical URL: https://switchy.build/directory/mcps/esignatures