Skip to main content
Feedback

DocuSign MCP connector

DocuSign is an electronic signature and document management platform for executing legally binding agreements. The DocuSign MCP connector allows AI agents to create and send envelopes, apply templates, and manage recipients throughout the signing process. It also supports retrieving envelope status, modifying or voiding in-progress envelopes, and tracking document workflows across your organization.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the DocuSign MCP connector to perform the following actions:

  • Send documents for signature with dynamic recipient lists and signing workflows
  • Track envelope status and recipient signatures in real time across teams
  • Automate document preparation by applying templates to new envelopes instantly
  • Manage signature tabs, fields, and custom metadata on documents before sending
  • Retrieve completed signed documents and route them to downstream systems
  • Void or modify envelopes in progress without manual intervention
  • Create reusable document templates for consistent, repeatable signing processes

Example prompts

Use the following example prompts to invoke DocuSign MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Send this contract to our three vendors in DocuSign and let me know when they've signed.
  • Show me all envelopes waiting for signatures from the sales team in DocuSign.
  • Create a new DocuSign envelope using our standard NDA template.
  • Add two more recipients to the pending employment agreement in DocuSign.
  • Download the signed PDF from DocuSign and attach it to the customer record.
  • List all DocuSign templates we use for purchase orders.
  • Update the signing tabs on the lease agreement before sending it out.
  • Mark this DocuSign envelope as void and create a new one with corrected terms.
  • Get the current status of all envelopes sent to acme-corp@example.com.
  • Add custom fields to track the department and cost center on this DocuSign document.

DocuSign MCP connector tools

The DocuSign MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
docusign_docusignapplytemplate_invokeApplies a saved template to an envelope to populate documents and settings.
createEnvelopeCreates a new envelope for sending documents to recipients for signing.
listEnvelopesRetrieves a list of envelopes with their current status and details.
getEnvelopeRetrieves detailed information about a specific envelope.
updateEnvelopeSends, voids, or modifies the status and properties of an envelope.
deleteEnvelopeRemoves an envelope from the system permanently.
listEnvelopeRecipientsRetrieves the list of recipients assigned to an envelope.
createEnvelopeRecipientsAdds one or more recipients to an envelope.
updateEnvelopeRecipientsModifies the details or properties of existing envelope recipients.
deleteEnvelopeRecipientRemoves a recipient from an envelope.
listEnvelopeDocumentsRetrieves the list of documents contained in an envelope.
updateEnvelopeDocumentsAdds new documents or replaces existing documents in an envelope.
getEnvelopeDocumentRetrieves a specific document from an envelope.
deleteEnvelopeDocumentRemoves a document from an envelope.
listEnvelopeCustomFieldsRetrieves custom fields defined for an envelope.
createEnvelopeCustomFieldsCreates new custom fields for an envelope.
updateEnvelopeCustomFieldsModifies the values or properties of custom fields in an envelope.
deleteEnvelopeCustomFieldRemoves a custom field from an envelope.
listEnvelopeRecipientTabsRetrieves the tabs assigned to a specific recipient in an envelope.
createEnvelopeRecipientTabsAdds signing or data entry tabs to a recipient in an envelope.
updateEnvelopeRecipientTabsModifies the properties or positions of tabs for a recipient.
deleteEnvelopeRecipientTabsRemoves tabs assigned to a recipient in an envelope.
getEnvelopeWorkflowRetrieves the workflow sequence and routing rules for an envelope.
updateEnvelopeWorkflowModifies the workflow sequence or routing rules for an envelope.
deleteEnvelopeWorkflowRemoves the workflow from an envelope.
createTemplateCreates a reusable template with predefined documents and recipient settings.
listTemplatesRetrieves a list of saved templates available for use.
On this Page