# dropbox-sign MCP server

Hosted MCP server for Dropbox Sign — signature requests, templates, and account for AI agents.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-dropbox-sign
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://dropbox-sign.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://dropbox-sign.usefulapi.io/mcp

## Tools
- dropbox_sign_get_account (Get account) - Get info about the API-key owner's Dropbox Sign account (id, email, quotas, plan). API: GET /account. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_get_team (Get team) - Get the caller's team, including its members and invited members. API: GET /team. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_list_signature_requests (List signature requests) - List signature requests the account can access, newest first. Paginated. API: GET /signature_request/list. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_get_signature_request (Get signature request) - Get the status and details of a single signature request by id. API: GET /signature_request/{signature_request_id}. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_get_signed_files_url (Get signed files URL) - Get a temporary URL to download the signed document(s) for a signature request. API: GET /signature_request/files_as_file_url/{signature_request_id}. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_list_templates (List templates) - List reusable templates the account can access. Paginated. API: GET /template/list. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_get_template (Get template) - Get a single template's fields, roles, and metadata by id. API: GET /template/{template_id}. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_send_with_template (Send signature request from template) - Sends a signature request built from template(s) to the given signers. When test_mode is true (default) it does NOT send real emails; set test_mode=false to send a REAL, legally-binding signature request. API: POST /signature_request/send_with_template. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_cancel_signature_request (Cancel signature request) - Cancels an incomplete signature request. Destructive — signers can no longer sign. API: POST /signature_request/cancel/{signature_request_id}. Endpoint: https://dropbox-sign.usefulapi.io/mcp
- dropbox_sign_remind_signature_request (Remind signature request) - Sends a reminder email to a signer for a pending signature request. API: POST /signature_request/remind/{signature_request_id}. Endpoint: https://dropbox-sign.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
