Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Dropbox Sign MCP server with 69 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Dropbox Sign — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Dropbox Sign MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Dropbox Sign tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Dropbox Sign call.
Tools Discovery →A Dropbox Sign MCP server lets AI agents read and write Dropbox Sign data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Dropbox Sign MCP server ships with 69 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Dropbox Sign's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Creates a new Dropbox Sign account with the specified email address.
Retrieves information about the current account including quotas, callback URL, and role settings.
Updates account settings including callback URL and locale preferences.
Creates and sends a new signature request with the submitted documents.
Returns a list of signature requests accessible to the authenticated user.
Retrieves the status and details of a specific signature request.
Updates an existing signature request that is not yet complete.
Creates a new reusable template for signature requests.
Returns a list of templates accessible to the authenticated user.
Retrieves information about a specific template.
Deletes the specified template permanently.
Downloads the document files from a template.
Updates the files associated with a template.
Creates a new team for the authenticated user.
Retrieves information about your team including all members.
Updates the name of your team.
Deletes your team permanently.
Invites a user to join your team.
Lists all members of your team.
Removes a member from your team.
Creates a new API App for the authenticated user.
Returns a list of all API Apps owned by the authenticated user.
Retrieves information about a specific API App.
Updates an existing API App's configuration.
Deletes an API App permanently.
Returns a list of bulk send jobs accessible to the authenticated user.
Retrieves details of a specific bulk send job.
Sends a new fax to the specified recipient.
Retrieves information about a specific fax.
Deletes a fax from the system.
Retrieves properties and settings of a specific Fax Line.
Returns a list of Fax Lines that you have access to.
Deletes a Fax Line from the account.
Creates and sends a signature request using an existing template.
Sends a reminder email to signers who have not yet signed.
Creates a new embedded signature request for in-app signing experience.
Creates an embedded signature request using a pre-configured template.
Grants another user access to use the specified template.
Creates an embedded template draft for editing within an iframe.
Creates a new unclaimed draft that can be claimed and sent later.
Creates an embedded unclaimed draft for use within an iframe.
Creates an embedded unclaimed draft using an existing template.
Creates multiple signature requests from a template in a single bulk operation.
Creates a new report for signature request activity.
Grants a user access to the specified Fax Line.
Downloads the signed documents from a completed signature request.
Downloads documents from a signature request as a base64-encoded data URI.
Returns a URL to download the documents from a signature request.
Retrieves template document files as base64-encoded data URIs.
Retrieves a download URL for template document files.
Lists all sub-teams within your organization.
Retrieves a signing URL for embedding in an iframe.
Retrieves an editing URL for modifying an embedded template draft.
Returns a list of faxes for the authenticated account.
Downloads the files associated with a fax.
Returns a list of available area codes for purchasing Fax Lines.
Removes your access to a completed signature request.
Revokes a user's access to the specified template.
Revokes a user's access to the specified Fax Line.
Verifies whether a Dropbox Sign account exists for the specified email address.
Cancels an incomplete signature request permanently.
Releases a held signature request to start the signing process.
Creates multiple embedded signature requests from a template in a single bulk operation.
Edits an existing signature request with new documents or settings.
Edits an existing template-based signature request.
Edits an existing embedded signature request.
Edits an existing embedded template-based signature request.
Allows editing and resending of an existing signature request as an unclaimed draft.
Purchases a new Fax Line for the specified country and area code.
One endpoint. Any framework. Your agent is talking to Dropbox Sign in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}63+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.