Docuseal MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Docuseal MCP or direct API to create eSignature requests, manage templates, automate document workflows, and track signing status through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Docuseal Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Docuseal now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Archive SubmissionTool to archive a submission by its unique identifier.
Archive TemplateTool to archive a specific template by its unique identifier.
Clone Template (v2)Tool to clone an existing template into a new template with optional custom name, folder, and external_id.
Create SubmissionTool to create signature requests (submissions) from an existing document template and send them to submitters.
Create Submission From DOCXTool to create a one-off submission (signature request) from a DOCX document with dynamic content variables.
Create Submission From HTMLTool to create a one-off submission request from HTML content with embedded field tags rendered as a fillable and signable form.
Create Submission From PDFTool to create a one-off submission (signature request) from a PDF file.
Create Submissions From EmailsTool to create submissions for a document template and send them to specified email addresses.
Create Template from DOCXTool to create a fillable document template from a Microsoft Word DOCX file.
Create Template from HTMLTool to create a fillable document template from HTML content with pre-defined fields.
Create Template From PDFTool to create a fillable document template from a PDF file.
Get SubmissionTool to retrieve detailed information about a specific submission.
Get Submission DocumentsTool to retrieve documents for a submission.
Get SubmitterTool to retrieve detailed information about a submitter by ID.
Get TemplateTool to retrieve details of a specific template by its unique identifier.
List SubmissionsList document submissions with filtering and cursor-based pagination.
List SubmittersRetrieve a paginated list of submitters with optional filtering.
List Templates (Enhanced)Tool to retrieve a list of available document templates with pagination and filtering.
Merge TemplatesMerge multiple DocuSeal templates into a single combined template.
Update SubmitterTool to update submitter details, pre-fill or update field values, re-send signature request emails, or mark as auto-signed for automatic signing via API.
Update TemplateTool to update a document template by moving it to a different folder, changing its name, updating submitter roles, or unarchiving it.
Update Template DocumentsTool to add, remove, or replace documents in a template with provided PDF/DOCX file or HTML content.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Docuseal tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List all document submissions created this week')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Docuseal Integration

  • Supports both Docuseal MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Docuseal data

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke Docuseal access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Docuseal
  • Scoped, least privilege access to Docuseal resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Docuseal with Composio?

Yes, Docuseal requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.