Developer Tools

DocuSeal MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Docuseal is an API service that enables businesses to seamlessly create, manage, and integrate document templates into their applications. Use it to automate document generation and workflow processes.

6 tools
Agent guide included
API Key
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for DocuSeal — workflow patterns, data models, and gotchas for your AI agent.

DocuSeal

Open-source document automation platform for e-signatures. Full read access to templates, submissions, and submitters — both listing and individual detail views.

Capability areas

Templates
  • Template directory — all document templates with name, field count, creation date.
  • Template detail — form fields (names, types, positions), document pages, roles. Requires template_id.
Submissions
  • Submission directory — signing submissions with status, template info, submitter count. Filter by template_id.
  • Submission detail — all submitters, their status, completed fields, document URLs. Requires submission_id.
Submitters
  • Signer directory — signers with email, status, role. Filter by submission_id.
  • Signer detail — individual signer status, completed fields, signing IP, timestamps. Requires submitter_id.

Workflows

  • Audit open signatures: Submission listing → filter to in-flight states → submission detail to see which signer rows are still outstanding.
  • Template review: Template listing → template detail for field placement and roles.
  • Signer tracking: Submitters filtered by submission_id, then single-submitter detail for timestamps, IP metadata, and field completion.

Gotchas

  • Submissions vs Submitters: a submission is the document instance; submitters are the people attached to it. One submission → many submitters.
  • Pagination: paged list views are cursor-based with after (pass last item's ID). Use limit to control page size (max 100).
  • IDs are integers: template_id, submission_id, submitter_id are all integers, not UUIDs.

Tools in this Server (6)

Docuseal Get Submission

Get a specific submission by ID — full details including all submitters, their signing status, completed fields, and document URLs. Requires 'submissi...

Docuseal Get Submitter

Get a specific submitter by ID — their signing status, completed field values, documents signed, IP address, and timestamps. Requires 'submitter_id'.

Docuseal Get Template

Get a specific template by ID — full details including all form fields (names, types, areas), document pages, roles/submitter types, and configuration...

Docuseal List Submissions

List document signing submissions with status, template info, submitter count, and timestamps. Filter by 'template_id' to see submissions for a specif...

Docuseal List Submitters

List submitters (signers) across all submissions — email, name, signing status, role, and submission link. Filter by 'submission_id' to see signers fo...

Docuseal List Templates

List all document templates — name, creation date, field count, and template ID. Templates define the document structure and form fields. Use template...

Frequently Asked Questions

What is the DocuSeal MCP server?

Docuseal is an API service that enables businesses to seamlessly create, manage, and integrate document templates into their applications. Use it to automate document generation and workflow processes. It provides 6 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect DocuSeal to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/docuseal. Authentication is handled automatically.

How many tools does DocuSeal provide?

DocuSeal provides 6 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does DocuSeal require?

DocuSeal uses API Key. DocuSeal requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect DocuSeal to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/docuseal

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with DocuSeal?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

DocuSeal MCP Server & Skill — 6 Tools