Manage DocuSeal e-signature documents: list templates, create signing submissions, and check submission status.
60+ deploysclaude mcp add docuseal --url https://datafaucet.dev/api/mcp/t/docuseal
Run this command in your terminal · most users connect in under 60s
GET endpoints
docuseal_list_templates
List document templates. Returns data[] with id, name, and folder. Use a template id to create a submission.
https://api.docuseal.com/templates?limit=25
docuseal_get_template
Get a template by id, including its fields and submitter roles. Returns name, schema, fields, and documents.
https://api.docuseal.com/templates/{template_id}
docuseal_list_submissions
List submissions. Returns data[] with id, status (pending/completed), template, and created_at.
https://api.docuseal.com/submissions?limit=25
docuseal_get_submission
Get a submission by id, including per-signer status and completed document URLs. Returns status, submitters, and audit_log_url.
https://api.docuseal.com/submissions/{submission_id}
POST endpoints
docuseal_create_submission
Create a signing submission from a template and send it to a signer email. Returns the submission id and signing URL.
https://api.docuseal.com/submissions
Run this in your terminal:
claude mcp add docuseal https://datafaucet.dev/api/mcp/t/docuseal
Connect DocuSeal to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{docuseal_token}API settings page{email}Email address{submission_id}Resource identifier{template_id}Resource identifierPreview:
GET https://api.docuseal.com/templates?limit=25 X-Auth-Token: {docuseal_token}
claude mcp add docuseal --url https://datafaucet.dev/api/mcp/t/docusealWhat your AI agent sees
I have access to 5 tools from DocuSeal: docuseal_list_templates, docuseal_get_template, docuseal_create_submission, and 2 more.
“List document templates. Returns data[] with id, name, and folder. Use a template id to create a submission.”
Calling docuseal_list_templates... Done. Here are the results.
Try these prompts
“Send my NDA template to jane@acme.com for signature”
Copy“List submissions that are still pending signature”
Copy“Check whether the contract I sent has been signed”
CopyClick any prompt to copy, then paste into your AI client.