Most e-signature integrations stop at creating a request; the reach here extends to reminders, cancellations, webhook subscriptions, audit logs and bulk sends, which is what turns it from a demo into something a back office can lean on. It is an early version installed from a source checkout, so plan on running it from the repo rather than a published binary.
A FastMCP server for the Dropbox Sign API, covering the signature workflow end to end rather than only the send step.
- Signature requests: create, get, list, cancel and remind
- Templates: list, get details, add and remove members — plus advanced workflows with conditional signing and dynamic fields
- Teams: get info, add and remove members, update
- Accounts and OAuth, including API key management
- Events and webhooks: list events, manage webhooks and subscriptions
- Documents: get details, download, file management; signers with verification and access control
- Reports and analytics: usage reports, audit logs, statistics — and bulk requests, imports and bulk templates
Python 3.10+ and a Dropbox Sign API key. Install from a checkout with `pip install -e .`, copy .env.example to .env and put the key there, then start the server with `python -m mcp_dropbox_sign.server`.
