### Get Download Link for Completed Contract Source: https://context7.com/dottedsign/dottedsign-mcp/llms.txt Retrieve a download link for a signed, completed document stored in DottedSign. The assistant searches for completed documents and returns a secure download URL for the most relevant one. ```text User prompt: "Get the download link for a completed contract" Expected assistant behavior: - Searches DottedSign for completed/signed documents - Returns a secure download URL for the most relevant completed contract Example output: 📥 Download link for "Sales Contract Q1 (Signed)": https://app.dottedsign.com/documents/download/doc_xyz789?token=... Link valid for 24 hours. ``` -------------------------------- ### Add DottedSign Connector for Claude Source: https://github.com/dottedsign/dottedsign-mcp/blob/master/README.md Paste this URL into Claude's connector settings to enable DottedSign integration. Works on free accounts. ```text https://mcp.dottedsign.com/dottedsign-api/mcp ``` -------------------------------- ### Connect via Claude Code (CLI) Source: https://context7.com/dottedsign/dottedsign-mcp/llms.txt Register the DottedSign MCP server directly from the terminal for use within Claude Code sessions. Claude Code will prompt for DottedSign authorization on first use. ```bash # Add the DottedSign MCP server over HTTP transport claude mcp add --transport http dottedsign https://mcp.dottedsign.com/dottedsign-api/mcp # Claude Code will prompt for DottedSign authorization on first use. # After authorization, interact via natural language: # "List all my pending signing tasks" ``` -------------------------------- ### Create Signing Task from Template Source: https://context7.com/dottedsign/dottedsign-mcp/llms.txt Initiate a new document signing workflow by referencing a saved DottedSign template and specifying the recipient. The assistant looks up the template, creates a new signing task, and returns confirmation. ```text User prompt: "Create a new signing task from the Sales Contract template and send it to john.doe@example.com" Expected assistant behavior: - Looks up the "Sales Contract" template in DottedSign - Creates a new signing task assigned to john.doe@example.com - Returns confirmation with the new task ID and a direct link Example output: ✅ Signing task created successfully. Task: Sales Contract Recipient: john.doe@example.com Status: Sent — awaiting signature Task ID: task_abc123 ``` -------------------------------- ### Connect Claude Desktop or claude.ai Source: https://context7.com/dottedsign/dottedsign-mcp/llms.txt Add the DottedSign MCP connector through Claude's settings UI. This enables natural language access to DottedSign on both free and paid Claude accounts. ```text Steps: 1. Click your account icon → Settings 2. Select Connectors → Add Connector 3. Paste the MCP URL: https://mcp.dottedsign.com/dottedsign-api/mcp 4. Complete the DottedSign OAuth sign-in flow when prompted by Claude Example prompt after connecting: "Show me my recent signing tasks in DottedSign." ``` -------------------------------- ### Add DottedSign Connector via CLI for Claude Code Source: https://github.com/dottedsign/dottedsign-mcp/blob/master/README.md Use this command in your terminal to add the DottedSign connector for Claude Code. Authorization will be prompted on first use. ```bash claude mcp add --transport http dottedsign https://mcp.dottedsign.com/dottedsign-api/mcp ``` -------------------------------- ### Connect ChatGPT Source: https://context7.com/dottedsign/dottedsign-mcp/llms.txt Add the DottedSign MCP connector through ChatGPT's settings UI. This may require a paid ChatGPT plan. Sign in to DottedSign to complete authorization. ```text Steps: 1. Go to chatgpt.com → click your account icon → Settings 2. Select Connectors → Add Connector 3. Paste the MCP URL: https://mcp.dottedsign.com/dottedsign-api/mcp 4. Sign in to DottedSign to complete authorization Example prompt after connecting: "What's the signing status of my latest document?" ``` -------------------------------- ### List Pending Signing Tasks Source: https://context7.com/dottedsign/dottedsign-mcp/llms.txt Query all pending signing tasks in your DottedSign account using a plain-language prompt. The assistant calls DottedSign MCP to fetch tasks with pending status and returns a summary list. ```text User prompt: "List all my pending signing tasks" Expected assistant behavior: - Calls DottedSign MCP to fetch tasks with pending status - Returns a summary list including task names, recipients, and creation dates Example output: 1. Sales Contract Q2 — sent to alice@example.com — pending since 2025-04-28 2. NDA Agreement — sent to bob@example.com — pending since 2025-04-30 ``` -------------------------------- ### Check Document Signing Status Source: https://context7.com/dottedsign/dottedsign-mcp/llms.txt Retrieve the real-time signing status of a document sent through DottedSign. The assistant fetches the most recently created signing task and returns its current status. ```text User prompt: "What's the signing status of my latest document?" Expected assistant behavior: - Fetches the most recently created signing task - Returns current status (e.g., pending, signed, declined, expired) Example output: 📄 Document: Partnership Agreement Sent to: carol@example.com Status: Signed ✅ Completed: 2025-05-01 at 14:32 UTC ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.