Developer Tools

DocuSeal MCP Server

Connect your account, then chat with AI to run tools.

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.

Managed
6 tools
Agent guide included

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

MCP URLhttps://mcp.mcpbundles.com/bundle/docuseal

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to DocuSeal and paste the MCP URL into Remote MCP server URL.
  4. Click Add. DocuSeal will appear under Not connected — select it and click Connect to complete OAuth.
Name: DocuSeal
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/docuseal
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use DocuSeal?

Sign in to connect your credentials and start running tools from the chat.

DocuSeal MCP Server & Skill — 6 Tools