# Dropbox Sign MCP for AI Agents AI Agent Connect

> Dropbox Sign MCP lets your AI agent manage e-signature requests, track signer progress, and oversee document templates. It connects your AI client directly to the Dropbox Sign API so you can check contract statuses, audit signature volumes, and manage reusable templates using natural language. It's the fastest way to get a clear view of your document pipeline without leaving your chat.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_KZJyw2uZWR5mqKhavKi1uTxWLl514WfNnX0mEbDC/ai-agent-connect
- **Tags:** dropboxsign, hellosign, e-signature, digital-signature, contracts-api, document-automation, legal-tech, signature-tracking, mcp

## Description

Dealing with e-signatures often feels like a manual game of whack-a-mole. You're constantly jumping between tabs to see if a contract was signed, who is still holding it up, and whether the right template was used. This Connector lets your AI client do the heavy lifting for you. Instead of hunting for status updates, you can just ask your agent to tell you which documents are still outstanding or which signers haven't opened their emails yet. It handles the boring stuff like pulling high-level summaries of your signature volumes or digging into the specific configurations of your reusable templates. When you're using this through the Vinkius catalog, you're basically giving your AI a way to see into your document pipeline in real time. You can move from "I think that contract is done" to "Here is the exact status of that agreement" without ever leaving your chat interface. It's about getting a clear view of your workflows so you can focus on closing deals and onboarding people rather than chasing down digital signatures. You get a direct line into your account data, allowing you to spot bottlenecks before they become problems. It turns a multi-tab research task into a single sentence.

## Tools

### get_account_info
Get Dropbox Sign account details

### cancel_signature_request
Cancel a pending signature request

### create_unclaimed_draft
Create an unclaimed draft

### get_files_data_uri
Get document as Data URI

### get_files_download_url
Get temporary download link for files

### get_template_details
Get template metadata

### list_bulk_send_jobs
List bulk sending jobs

### list_templates
List available signature templates

### send_signature_request
Send a document for signature

### send_with_template
Send signature request using templates

### get_signature_request_details
Get the status and details for a specific request. This tells you exactly who has signed a document.

### list_signature_requests
List every signature request in your account. Use this for a full inventory of your document history.

## Prompt Examples

**Prompt:** 
```
Which contracts haven't been signed yet?
```

**Response:** 
```
I've found 3 outstanding requests that are still awaiting signatures:

| Request Title | Signer Status |
| :--- | :---|
| **Tech Corp NDA** | Awaiting Signer 1 |
| **Vendor Agreement** | Awaiting Signer 2 |
| **Employee Offer** | Awaiting Signer 1 |

Would you like me to send a reminder to the first signer for the Tech Corp NDA?
```

**Prompt:** 
```
What's the status of request REQ-9988?
```

**Response:** 
```
Request **REQ-9988** (Partnership Agreement) is currently **Awaiting Signatures**.

*   **Signer 1 (John Smith):** Signed ✅
*   **Signer 2 (Alice Jones):** Viewed 👁️

Alice has viewed the document but hasn't signed yet. Should I look for more details?
```

**Prompt:** 
```
Show me my signature templates.
```

**Response:** 
```
You have 4 active signature templates configured:

*   **Standard NDA** (2 Signer Roles)
*   **Service Level Agreement** (3 Signer Roles)
*   **Consulting Contract** (1 Signer Role)
*   **Privacy Policy** (1 Signer Role)

Would you like to see the specific field definitions for any of these?
```

## Capabilities

### Track signer progress
See exactly who has signed and who is still pending on a specific request.

### Audit signature volumes
Get a high-level summary of your signature activity and completion rates.

### Manage reusable templates
View the settings and field definitions for all your signature templates.

### Identify outstanding documents
Find all requests that are currently awaiting signatures.

### Search signature history
Find specific requests using keywords or query strings.

## Use Cases

### HR Onboarding Tracking
An HR lead asks the agent to list all outstanding signatures to see which new hires haven't finished their paperwork yet using list_outstanding_signatures.

### Sales Closing Oversight
A sales rep asks for the status of a specific contract to see if the client has signed yet using get_signature_request_details.

### Template Compliance Audit
An admin checks all reusable templates to ensure the correct merge fields are active using get_template_configuration.

### Weekly Volume Reporting
An ops manager asks for a summary of signature activity to prepare a weekly report using quick_signature_volume_audit.

## Benefits

- Get instant updates on contract status using get_signature_request_details without leaving your chat.
- Identify bottlenecks quickly with list_outstanding_signatures to see who is holding up the process.
- Audit your entire pipeline using quick_signature_volume_audit to see completion rates at a glance.
- Manage your brand standards by checking list_signature_templates and get_template_configuration.
- Find old contracts faster by using search_signature_requests to find specific documents by title or keyword.

## How It Works

The bottom line is you get a conversational interface for your entire e-signature pipeline.

1. Connect the Dropbox Sign MCP to your AI client.
2. Provide your API Key from your account settings.
3. Ask your agent to check statuses, list templates, or audit your volume.

## Frequently Asked Questions

**Can I use Dropbox Sign MCP to check contract status?**
Yes. It lets you see exactly who has signed and who is still pending on a specific request using natural language.

**Does Dropbox Sign MCP work with my existing account?**
Yes, it connects to your current account using your API key, giving your AI client access to your existing data.

**Can I see my signature templates?**
Yes. You can list all your templates and view their specific configurations, including signer roles and field definitions.

**How does Dropbox Sign MCP help HR teams?**
It helps HR teams quickly see which onboarding documents are still outstanding, allowing them to follow up with new hires faster.

**Can I search for old contracts with Dropbox Sign MCP?**
Yes, you can search for specific requests using keywords like "NDA" or "Tech Corp" to find them quickly in your history.

**Does Dropbox Sign MCP show me my usage limits?**
Yes, it can retrieve your account metadata and current usage limits so you can monitor your subscription status.

**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 find my Dropbox Sign API Key?**
Log in to your account, navigate to **Settings** > **API**, and generate or copy your unique API Key from the dashboard.

**Can I use existing templates with the agent?**
Yes! Use the `send_with_template` tool to dispatch requests based on your predefined document templates in Dropbox Sign.

**How do I retrieve the signed PDF document?**
Use the `get_files_download_url` tool to generate a temporary secure link to download the finalized PDF directly.