Integrate Docusign MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Docusign
Void a DocuSign envelope that is still in process. Voiding cancels the envelope and prevents recipients from completing it. See the documentation
Send an existing draft DocuSign envelope by updating its status to sent. Use this after Create Envelope or Create Envelope From File, or any workflow that creates an envelope with status created. See the documentation
List recipients and recipient status for a DocuSign envelope. Use Include Tabs when you need each recipient's tab values and placement. See the documentation
Search for DocuSign envelopes by date, status, email, text, or folder filters. Use this to find envelope IDs for Get Envelope, List Recipients, List Documents, Send Envelope, Void Envelope, or Create Recipient View. See the documentation
List documents in a DocuSign envelope. Use this to find document IDs before downloading a specific document. See the documentation
Get details for a DocuSign envelope by ID. Use List Envelopes first if you need to find an envelope ID. See the documentation
Download the documents of an envelope to the /tmp directory. See the documentation here
Creates a signature request from a template See the docs here
Create an embedded signing URL for a selected envelope recipient. The recipient must have been created with a clientUserId. See the documentation
Create a DocuSign envelope from a full envelope definition JSON payload. Use this for advanced cases such as multiple documents, multiple recipients, composite templates, custom tabs, or eventNotification webhooks. For a simpler single-document flow, use Create Envelope From File. See the documentation
Create and optionally send a single-document DocuSign envelope from a file path or URL. This action places a SignHere tab by anchor text, such as /sn1/, in the uploaded document. Set Client User ID when you need embedded signing, then use Create Recipient View with the same value. See the documentation
Create and send an envelope, or create a draft envelope. See the documentation here