Docuseal

Docuseal

DocuSeal is a platform that provides a powerful and easy-to-use API to implement eSignature workflows, allowing users to automate document and template management processes without relying on the web interface.

3VIEWS
2174USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app docusealnpx @composio/cli add cursor --app docusealnpx @composio/cli add cursor --app docusealnpx @composio/cli add cursor --app docuseal

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Archive Template

Tool to archive a specific template by its unique identifier. use after verifying the template id.

Clone Template

Tool to clone an existing template by its id with a new name. use after you have the template id and desired name to duplicate it into the same or a different folder.

Create Submission From Pdf

Tool to create a one-off submission from a pdf file. use when you need to upload a pdf and initiate a signature workflow with optional custom field values and webhook notifications.

Create Template From Html

Tool to create a template from html content. use when you need to define a reusable document template directly from html input.

Get Template

Tool to retrieve details of a specific template by its unique identifier. use when you need to fetch template metadata by id.

List Submissions

Tool to list all document submissions with optional pagination and document filtering. use when you need to retrieve and browse existing submissions.

List Submitters

Tool to retrieve a list of all submitters. use when you need a roster of submitters for reporting or management.

List Templates

Tool to retrieve a list of all templates. use when you need to browse available templates with optional filters before selection.

Merge Templates

Tool to merge multiple templates into one with a new name. use when you have multiple template ids and want to combine them into a single document.

Update Template

Tool to update details of a specific template, including name and folder. use after confirming the template id.

10 actions available