usefulapi

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

Claude

  1. Open Settings → Connectors → Add custom connector
  2. Paste this URL:
    https://dropbox-sign.usefulapi.io/mcp
  3. Authenticate with Dropbox Sign when prompted

Cursor · VS Code · Windsurf · Cline

Add to your MCP config, then reload & authorize:

{
  "mcpServers": {
    "dropbox-sign": {
      "url": "https://dropbox-sign.usefulapi.io/mcp"
    }
  }
}
live12 toolsFree 100 tool calls / monthPro $9/mo · $90/yr

Tools 12

ToolTypeWhat it does
dropbox_sign_get_accountread
Get account
Get info about the API-key owner's account — id, email, quotas, and plan.
dropbox_sign_get_teamread
Get team
Get your team, including its members and invited members.
dropbox_sign_list_signature_requestsread
List signature requests
List signature requests the account can access, newest first (paginated, searchable).
dropbox_sign_get_signature_requestread
Get signature request
Get the status and details of a single signature request by id.
dropbox_sign_get_signed_files_urlread
Get signed files url
Get a temporary URL to download the signed document(s) for a request.
dropbox_sign_list_templatesread
List templates
List reusable templates the account can access (paginated, searchable).
dropbox_sign_get_templateread
Get template
Get a single template's fields, roles, and metadata by id.
dropbox_sign_send_with_templatewrite
Send with template
Send a signature request built from a template to the given signers (test mode on by default).
dropbox_sign_cancel_signature_requestwrite
Cancel signature request
Cancel an incomplete signature request so signers can no longer sign.
dropbox_sign_remind_signature_requestwrite
Remind signature request
Send a reminder email to a signer on a pending signature request.
dropbox_sign_usage_statusmeta
Usage status (free-tier meter)
Report the caller's current free-tier usage this month: calls used, monthly limit, remaining, and whether the cap is reached. Read-only; does not count against the meter.
dropbox_sign_upgrademeta
Upgrade to Pro (unlimited)
Subscribe to the Pro plan for UNLIMITED Dropbox Sign tool calls (the free tier caps monthly usage). Choose monthly ($9/month) or yearly ($90/year — 2 months free) billing. Returns a Stripe Checkout link to open in your browser; after payment your account upgrades automatically. Read-only; does not count against the meter.

Pricing

PlanPriceLimit
Free$0100 tool calls / month
Pro$9/mo · $90/yrUnlimited

This is a Model Context Protocol endpoint — meant to be connected from an AI client, not opened in a browser. An invalid_token response at the URL is the auth gate working as designed; clients authenticate automatically.