Collaboration

Dropbox Sign MCP Server

Connect your account, then chat with AI to run tools.

Dropbox Sign provides a platform for electronic signatures and document management, enabling users to sign, send, and manage legally binding agreements digitally. It primarily facilitates streamlined document workflows and remote collaboration.

5 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Dropbox Sign — workflow patterns, data models, and gotchas for your AI agent.

Dropbox Sign

Dropbox Sign (formerly HelloSign) is an electronic signature platform for sending, signing, and managing legally binding documents. It replaces paper-based signing workflows with tracked digital signature requests.

Core Concepts

  • Signature requests are the primary unit of work. A request packages one or more documents, assigns signers (by email or template role), and tracks each signer through awaiting_signature → signed or declined states. Each request has a unique signature_request_id.
  • Templates are reusable document blueprints with predefined signer roles, field placements, and merge fields. Create a signature request from a template to avoid re-uploading and re-configuring documents every time.
  • Account represents your Dropbox Sign user — includes email, quota usage (API requests remaining, documents remaining, templates remaining), callback URL, and plan status.

Workflows

  • Review pending signatures: Enumerate signature requests and filter by status to find documents awaiting action.
  • Track one request: Open a signature request by id for signer status, response data, custom fields, and timestamps.
  • Manage templates: Enumerate templates for reusable layouts, or open one template to inspect signer roles and merge fields before creating a request.
  • Monitor usage: Retrieve account details to see remaining API quotas and plan information.

Pagination

Long lists of signature requests and templates return page metadata (current page, total pages, counts, page size) so you can walk the full set without assuming everything fits one response. Page size caps at 100.

Search / Filtering

Optional filters narrow lists using field-style terms (e.g. status, sender, recipient, title). Multiple terms combine with AND logic.

Gotchas

  • Sandbox or empty accounts can return empty lists until real signature requests and templates exist.
  • Signer ordering: Templates can enforce signer order (first signer must complete before second receives the request).
  • Custom fields / merge fields: When creating a request from a template, pass custom_fields to pre-fill merge fields defined in the template.
  • Rate limits: Per-minute ceilings apply—slow down when responses signal throttling.

Tools in this Server (5)

Dropbox Sign Cancel Signature Request

Cancel an incomplete signature request. This is irreversible — all signers will be notified and the request can no longer be signed. Only requests tha...

Dropbox Sign Get Account

Get account details for the authenticated user. Returns the account object with account_id, email_address, is_paid_hs, is_paid_hf, quotas (api_signatu...

Dropbox Sign List Signature Requests

List signature requests or fetch one by ID. Without signature_request_id: returns a paginated list with signature_requests[] array and list_info (page...

Dropbox Sign List Templates

List templates or fetch one by ID. Without template_id: returns a paginated list with templates[] array and list_info (page, num_pages, num_results, p...

Dropbox Sign Send Signature Request

Create and send a signature request from a template. Requires template_ids (use list_templates to find IDs) and signers array mapping template roles t...

Frequently Asked Questions

What is the Dropbox Sign MCP server?

Dropbox Sign provides a platform for electronic signatures and document management, enabling users to sign, send, and manage legally binding agreements digitally. It primarily facilitates streamlined document workflows and remote collaboration. It provides 5 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Dropbox Sign to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/dropbox-sign. Authentication is handled automatically.

How many tools does Dropbox Sign provide?

Dropbox Sign provides 5 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Dropbox Sign require?

Dropbox Sign uses API Key. Dropbox Sign requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Dropbox Sign to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/dropbox-sign

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Dropbox Sign?

Sign in to connect your credentials and start running tools from the chat.

Dropbox Sign MCP Server & Skill — 5 Tools