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.
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:
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 READMElist_pending_signing_tasksList all pending signing tasks in DottedSign
create_signing_taskCreate a new signing task from a template
get_signing_statusGet the signing status of a specific document
get_download_linkGet 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
Installation
Installation
Claude Desktop/claude.ai
- Click your account icon → **Settings**
- Select **Connectors** → **Add Connector**
- Paste the following URL:
`` https://mcp.dottedsign.com/dottedsign-api/mcp ``
- 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/mcpChatGPT
- Go to [chatgpt.com](https://chatgpt.com), click your account icon → **Settings**
- Select **Connectors** → **Add Connector**
- Paste the following URL:
`` https://mcp.dottedsign.com/dottedsign-api/mcp ``
- 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
Last updated · Auto-generated from public README + GitHub signals.