# Dropbox Sign MCP MCP

> Dropbox Sign lets your agent manage all e-signature requests, track document status across multiple signers, and audit contract workflows directly through conversation. It handles everything from listing outstanding contracts to monitoring template definitions.

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

## Description

This MCP connects your AI client to Dropbox Sign for managing legal and operational signing processes. You can ask it to list every signature request currently in the pipeline or check if a specific document is waiting on one signer versus three. Need to know what fields are available when creating a new agreement? Your agent gets that template information instantly, so you don't have to consult external documentation.

It helps you audit your whole process, pulling high-level metrics like total signature volume or overall completion rates without manual spreadsheet work. Because the system uses Vinkius, all credentials pass through a zero-trust proxy; your keys never sit on disk and are only used in transit when making those calls. You can chain this MCP with others—say, connecting it to a CRM MCP to automatically generate contract requests for clients mentioned in a sales ticket—building full automations that span multiple platforms using one agent.

## Tools

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

### get_signature_request_details
Gets the detailed status and information for one specific signature request.

### get_template_configuration
Retrieves the full settings and field definitions for a single signing template.

### list_latest_signature_requests
Identifies the signature requests that were created most recently in your account.

### list_outstanding_signatures
Finds and lists all signature jobs that are currently waiting for someone to sign them.

### list_signature_requests
Lists every single signature request in your account, giving a full overview.

### list_signature_templates
Retrieves all the reusable template options you have set up for signing.

### list_templates_by_signer_role
Identifies which templates require signatures from specific roles, like 'HR' or 'Finance'.

### quick_signature_volume_audit
Provides a quick summary of signature activity and how many documents have been completed.

### search_signature_requests
Searches through all your signed agreements using any keyword or query string you provide.

## 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 signature request volume
Get a high-level summary of all signature activity, including completion rates and outstanding documents.

### List pending signatures
Identify every document that is currently waiting for one or more signers to complete their action.

### Retrieve specific request details
Pull detailed information and the exact status for any single, named signature request ID.

### Search contract records
Find signature requests by using keywords or searching through historical data.

### Manage reusable templates
Access details for all defined signing templates, including available fields and required signer roles.

## Use Cases

### Client onboarding stalled on paperwork
A new client's contract is stuck because the CFO hasn't signed it. Instead of calling three people, you ask your agent to `list_outstanding_signatures` and immediately identify that only the 'CFO Signature' step is missing.

### Need a signature for a specific vendor agreement
You need a contract signed but don't have the template. You ask your agent to `list_signature_templates`, find the right base document, and then use `get_template_configuration` to make sure all necessary roles are available.

### Quarterly compliance audit
Legal needs a summary of all contracts signed last quarter. You run a search using `search_signature_requests` with the date range and contract type, getting a list of every relevant document ID for review.

### Understanding overall signing health
You want to know if your entire sales team is keeping up. You run a general audit using `quick_signature_volume_audit` to get metrics that show you where the bottleneck in the contract flow really is.

## Benefits

- Know exactly what's stuck. Use `list_outstanding_signatures` to immediately see which contracts are stalled, so you can follow up right away.
- Audit your volume easily. Run a quick check using `quick_signature_volume_audit` and get summary metrics on completion rates without running reports in the platform.
- Understand template requirements. You can use `list_templates_by_signer_role` to confirm that every contract type actually requires signatures from both Legal and Finance.
- Deep dive into status. If you only know an ID, `get_signature_request_details` gives you the full history of who viewed it, when, and if they signed.
- Build templates correctly. Check out all your options using `list_signature_templates`, then use `get_template_configuration` to confirm exactly what fields are available for a specific document type.

## How It Works

The bottom line is that instead of logging into the signing platform to check statuses, you just ask your AI agent, and it reads the current state for you.

1. Connect the Dropbox Sign integration to your AI client and authorize it using your API key.
2. Ask your agent a specific question, like 'What contracts are pending sign-off for legal?'
3. Your agent processes the request against the live data and gives you a clear status report.

## Frequently Asked Questions

**How do I get a Dropbox Sign API Key?**
Log in to your Dropbox Sign (HelloSign) account, navigate to **Settings > API**, and you can generate or retrieve your unique API Key from there. Note that API access may require a specific plan.

**Can the agent send new signature requests?**
This integration currently focuses on listing and auditing signature requests and templates. Sending new requests with document uploads should be managed via the Dropbox Sign web portal or mobile app.

**Does the integration show specific signer statuses?**
Yes, you can use the get_signature_request_details tool to see exactly who has signed, who is pending, and any specific events like views or declines.

**How do I check my current usage limits and quotas using `get_dropbox_sign_account_metadata`?**
The `get_dropbox_sign_account_metadata` tool retrieves your account's current operational metadata, including all defined usage limits. This lets you proactively monitor if you're approaching any quota caps or soft limits without needing to manually check the platform dashboard.

**I need to know what fields are available for a specific template; how do I use `get_template_configuration`?**
The `get_template_configuration` tool pulls detailed settings and field definitions directly from your chosen template. You can review all required merge fields and defined signer roles, which is essential for ensuring documents process correctly.

**If I don't have the exact request ID, how do I locate a document using `search_signature_requests`?**
You can search requests using keywords or partial query strings with the `search_signature_requests` tool. This is useful when you only remember part of the title or the sender's name and need to locate the specific document.

**How do I get a high-level summary of my entire signature activity? Should I use `quick_signature_volume_audit`?**
Yes, running the `quick_signature_volume_audit` tool instantly provides an overview. It compiles key metrics like total request volume and overall completion rates across your account for quick reporting.

**I need a complete history of all documents processed, not just outstanding ones; which tool should I use: `list_signature_requests`?**
You must use `list_signature_requests` to pull a comprehensive audit trail of every document in your account. This provides the full record regardless of whether the request is active, completed, or failed.