mcp-dropbox-sign
MCP server for the Dropbox Sign API supporting signature requests, templates, teams, accounts, events, documents, signers, reports, bulk operations, and workflows.
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
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 key
Usage
Start the MCP server:
python -m mcp_dropbox_sign.server
Development
Install development dependencies:
pip install -e ".[dev]"
Run tests:
pytest
License
MIT
관련 서버
Terragrunt GCP MCP Tool
Manage Google Cloud Platform (GCP) infrastructure using Terragrunt, with support for experimental features like AutoDevOps and cost management.
Hostinger Ecommerce MCP
Interact with the Hostinger Ecommerce API using a JWT token and store ID.
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
fal-ai/hidream-i1-full
Generate high-quality images using the fal-ai/hidream-i1-full model via the fal.ai API.
Heroku Platform
Interact with Heroku Platform resources securely using the Heroku CLI. Requires the Heroku CLI and a valid API key.
Uyuni
A server to interact with the Uyuni Server API for infrastructure and configuration management.
Portainer MCP
Manage Portainer resources and execute Docker or Kubernetes commands through an AI assistant.
Cisco Support MCP Server
Access Cisco Support APIs for bug searches and other support-related tasks.
Cloudflare Remote MCP Server (Authless)
An example for deploying a remote, authentication-free MCP server on Cloudflare Workers.
Pangea MCP Server
An MCP server for integrating with Pangea's security APIs, including Secure Audit Log.