# Dropbox Sign MCP

> Dropbox Sign lets your AI agent handle the entire e-signature lifecycle. From launching a contract request to tracking every signer's status and monitoring reusable templates, this MCP automates document workflows. It gives you full oversight of who needs to sign what, when they signed it, and whether the process is stalled. Stop checking dashboards manually; just ask your agent for the status.

## Overview
- **Category:** productivity
- **Price:** Free
- **Tags:** signing-requests, document-workflow, audit-trail, template-management, legal-compliance, rest-api

## Description

Integrating Dropbox Sign means your AI client manages contracts end-to-end without you ever having to jump between tabs or copy error codes. Your agent can pull together a real-time report on all outstanding documents, telling you exactly which signer has viewed the file but hasn't signed it yet. Need to know how many NDAs are currently pending? It’s one prompt away. You also gain visibility into your reusable templates, ensuring that every contract uses the correct legal language and merge fields right out of the gate. This capability is a massive workflow upgrade. By connecting this MCP via Vinkius, you stop treating signature management as an afterthought and start building it directly into your daily operational conversation.

## Tools

### get_dropbox_sign_account_metadata
Retrieves usage limits and key operational metadata for your Dropbox Sign account.

### quick_signature_volume_audit
Generates a high-level summary of recent signature activity, including total requests and completion rates.

### get_signature_request_details
Retrieves all detailed information, status updates, and event logs for one specific signing request ID.

### get_template_configuration
Provides the full settings and field definitions used in a particular reusable document template.

### list_outstanding_signatures
Identifies every single signature request that is currently waiting for one or more parties to complete their action.

### list_latest_signature_requests
Pulls a list of the most recently created signature requests in your account history.

### list_signature_requests
Retrieves a comprehensive list of all e-signature campaigns and document workflows in your account.

### list_signature_templates
Lists every reusable template configured, showing its name and basic settings.

### list_templates_by_signer_role
Identifies which templates are built to accommodate specific required roles (e.g., 'Employee' or 'Manager').

### search_signature_requests
Searches your entire request history using a customizable keyword or query string.

## Prompt Examples

**Prompt:** 
```
List all outstanding signature requests.
```

**Response:** 
```
I've found 4 outstanding requests, including 'Sales Contract - Tech Corp' and 'Employee Onboarding - Jane Doe'. Would you like to see the signer status for the Tech Corp contract?
```

**Prompt:** 
```
Show me the details for signature request 'REQ-12345'.
```

**Response:** 
```
Request 'REQ-12345' (Title: Partnership Agreement) is 'Awaiting Signatures'. Signer 1 (John Smith) has signed, but Signer 2 (Alice Jones) has only viewed the document. Should I send a reminder to Alice?
```

**Prompt:** 
```
List all reusable signature templates.
```

**Response:** 
```
You have 5 active templates, including 'Standard NDA', 'Service Level Agreement', and 'Consulting Contract'. Would you like to see the signer roles defined for the NDA template?
```

## Capabilities

### Audit overall signing volume
Get immediate high-level summaries of how many signatures were requested and what the completion rate is.

### Track specific document status
Check detailed information, including who signed it and when, for any single contract request you name.

### Identify pending signatures
List all documents that are currently waiting on a signature from one or more parties.

### Search history by keyword
Find specific contract requests in your account using any keyword, client name, or project code.

### Manage template definitions
View the exact settings and field structure for every reusable document template you use.

## Use Cases

### The Onboarding Audit
An HR Manager needs to know if a new hire has returned their I-9 forms. They prompt their agent: 'Show me the status of Jane Doe's onboarding.' The agent uses `get_signature_request_details` and reports that the document is stuck because Signer 2 (the manager) hasn't opened it, saving hours of email chasing.

### The Deal Closer
A Sales Director needs to verify if a client signed an addendum before sending the final proposal. They ask their agent to 'Check for any recent agreements with TechCorp.' The agent uses `search_signature_requests` and confirms the contract was signed last night, allowing the deal to close instantly.

### The Compliance Check
A Legal Operations team member needs to know how many vendor contracts are due for annual review. They prompt their agent: 'List all templates that require a Manager signature.' The agent uses `list_templates_by_signer_role`, providing the exact template names they need to revisit.

### The Account Health Check
A department head wants an overall view of contract flow. They ask their agent, 'Give me a summary of signature activity this month.' The agent uses `quick_signature_volume_audit`, giving a clear rate and volume metric without needing to navigate the reports page.

## Benefits

- Stop hunting for status updates. By calling `list_outstanding_signatures`, your agent instantly compiles a list of every document that needs action, telling you exactly who is stalling the process.
- Accelerate due diligence by using `search_signature_requests`. Instead of scrolling through hundreds of requests, you just ask for 'Smith's Q1 vendor contract,' and get the details immediately.
- Ensure compliance across all documents. The MCP lets you use `list_templates_by_signer_role` to verify that your contracts always include the correct legal roles defined in their reusable templates.
- Get a complete picture of your account health with `quick_signature_volume_audit`. You instantly know if your signing volume is trending up or down without opening any dashboards.
- Reduce friction when onboarding new employees. By checking template configurations using `get_template_configuration`, you guarantee that the required fields for compliance documents are always present and correct.

## How It Works

The bottom line is that your AI client acts as the single source of truth for every document signature status in your organization.

1. Connect your AI client to this MCP through Vinkius, then authorize access using your Dropbox Sign API key.
2. Tell your agent what you need. For example, 'Check the status of the Q3 vendor agreement' or 'List all contracts awaiting signers'.
3. The agent fetches real-time data directly from Dropbox Sign and gives you a natural language summary of who has signed, who hasn’t, and if there are any issues.

## Frequently Asked Questions

**How do I check if a contract is still pending with Dropbox Sign MCP?**
Use the `list_outstanding_signatures` tool to get a clean list of every document that requires action. This tells you exactly which agreements are stalled and who needs to take the next step.

**Can I find specific contract documents using Dropbox Sign MCP?**
Yes, use `search_signature_requests`. You don't need an exact document ID; just knowing a client name or project code is enough for your agent to locate the request.

**What does get_template_configuration do with Dropbox Sign MCP?**
This tool shows you the internal blueprint of any template. It retrieves the detailed settings and field names, so you know exactly what data points are baked into every standard contract.

**Does Dropbox Sign MCP help me track my usage limits?**
The `get_dropbox_sign_account_metadata` tool provides access to your account's usage limits and key operational metadata. This helps you plan for high-volume signing periods.

**I need a summary of my contract flow. Which Dropbox Sign MCP tool should I use?**
Start with `quick_signature_volume_audit`. It gives you the fastest, highest-level snapshot of your activity and completion rates without needing to look at individual documents.