
mcp-dropbox-sign
from bmbouter
MCP server for the Dropbox Sign API supporting signature requests, templates, teams, accounts, events, documents, signers, reports, bulk operations, and workflows.
π₯π₯π₯β VerifiedFreeAdvanced setup
MCP Dropbox Sign Server
An MCP (Model Context Protocol) server for the Dropbox Sign API, built with FastMCP.
Features
- Signature Requests β Create, get, list, cancel, remind
- Templates β List, get details, add/remove members
- Teams β Get info, add/remove members, update
- Accounts & OAuth β Account info, OAuth flow, API key management
- Events & Webhooks β List events, webhook management, subscriptions
- Documents β Get details, download, file management
- Users/Signers β Manage signers, verification, access control
- Reports & Analytics β Usage reports, audit logs, statistics
- Bulk Operations β Batch requests, imports, bulk templates
- Workflows/Templates Advanced β Advanced workflows, conditional signing, dynamic fields
Development
Install development dependencies:
pip install -e ".[dev]"Run tests:
pytestLicense
MIT
Copy & paste β that's it
pip install -e .Setup
Prerequisites
- Python 3.10+
- Dropbox Sign API credentials (API key)
Installation
- Create a virtual environment:
python -m venv venv
source venv/bin/activate- Install the package:
pip install -e .- Set up environment variables:
cp .env.example .env
# Edit .env with your Dropbox Sign API keyUsage
Start the MCP server:
python -m mcp_dropbox_sign.serverNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.