MCP Catalogs
Home

dottedsign-mcp

by DottedSign-Official·116·Score 47

An MCP server enabling AI assistants to manage DottedSign document signing tasks and templates through natural language.

productivitycommunicationdeveloper-tools
20
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The DottedSign MCP server provides a straightforward interface for AI assistants like Claude and ChatGPT to interact with DottedSign's electronic signature platform. It allows users to perform signing tasks, track document status, and manage templates through simple conversational commands. The server exposes these document management capabilities directly to AI systems, eliminating the need to switch between applications.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automate document signing workflows through AI assistants
you:Track signing status of contracts without leaving the conversation
you:Create and send signing requests directly from AI chat interfaces
you:Does this MCP server work with free accounts?
you:What kind of document management tasks can I perform?

When to choose this

Choose this if you already use DottedSign for document signing and want to integrate those workflows into your AI assistant.

When NOT to choose this

Don't choose this if you need document signing functionality outside of DottedSign, or if you're looking for open-source/self-hosted solutions.

Tools this server exposes

4 tools extracted from the README
  • list_pending_signing_tasks

    List all pending signing tasks in DottedSign

  • create_signing_task

    Create a new signing task from a template

  • get_signing_status

    Get the signing status of a specific document

  • get_download_link

    Get a download link for a completed contract

Note: Tool names inferred from natural language examples in the 'What You Can Do' section since no explicit API documentation was provided

Comparable tools

esign-mcpadobe-sign-mcpdocu-sign-mcp

Installation

Installation

Claude Desktop/claude.ai

  1. Click your account icon → **Settings**
  2. Select **Connectors** → **Add Connector**
  3. Paste the following URL:

`` https://mcp.dottedsign.com/dottedsign-api/mcp ``

  1. Claude will walk you through signing in to DottedSign to authorize access

Claude Code

Run the following command in your terminal:

claude mcp add --transport http dottedsign https://mcp.dottedsign.com/dottedsign-api/mcp

ChatGPT

  1. Go to [chatgpt.com](https://chatgpt.com), click your account icon → **Settings**
  2. Select **Connectors** → **Add Connector**
  3. Paste the following URL:

`` https://mcp.dottedsign.com/dottedsign-api/mcp ``

  1. Sign in to DottedSign to complete authorization

FAQ

Does this MCP server work with free accounts?
Yes, it works with free Claude accounts. For ChatGPT, it may require a paid plan.
What kind of document management tasks can I perform?
You can create signing tasks, track document status, manage templates, get download links for completed contracts, and more using natural language commands.

Compare dottedsign-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.