Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Dropbox MCP server with 82 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Dropbox — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Dropbox MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Dropbox 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 call.
Tools Discovery →A Dropbox MCP server lets AI agents read and write Dropbox data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Dropbox MCP server ships with 82 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's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new folder
List files and folders in a Dropbox path
Create a custom property template for files and folders
Permanently remove a property template and its associated properties
Create a new file request to collect files from others
Retrieve detailed information about a specific file request
Retrieve all file requests owned by your account
Modify settings of an existing file request
Remove closed file requests by IDs
Check the status of a batch copy job
Check the status of a batch move job
Check the status of a batch delete job
Export a Dropbox Paper or cloud-native file in a specified format
Download a file from a user's Dropbox
Create a shared link for a file or folder
List shared links
Add members to a shared folder
List all members with access to a shared folder
Update a member's access to a shared folder
Remove a member from a shared folder
Add a member to a shared file
List members with access to a shared file
Update a member's access to a shared file
Remove a member from a shared file
Add a tag to a file or folder
Copy a file or folder
Copy multiple files or folders
Get a cursor for the latest folder state
Continue listing folder contents
List file revisions
Retrieve the structure and fields of a property template
Retrieve all tags assigned to files or folders
Get a copy reference for a file
Get metadata for a file or folder
Search for files and folders
Get a one-time use link for uploading a file
Get a temporary link to a file
Download a folder from Dropbox as a zip file
Get a preview for a file
Get a thumbnail for an image
Continue a file search
Get file lock status for multiple files
Get metadata for a shared link
Get metadata for a shared folder
Continue listing shared folder members
List members for multiple shared files
Continue listing shared file members
Get metadata for a shared file
Get metadata for multiple shared files
Download a file from a shared link
List shared folders
Continue listing shared folders
List mountable shared folders
Continue listing shared mountable folders
List shared received files
Continue listing shared received files
Move or rename a file or folder
Move multiple files or folders
Update sharing policies for a shared folder
Set a user's profile photo with a base64 encoded image
Remove a tag from a file or folder
Bulk delete all closed file requests in your account
Delete a file or folder
Delete multiple files or folders
Get total count of all file requests in your account
Get the next page of file requests using pagination cursor
Save a copy reference to a destination
Restore a file to a previous revision
Save a file from a URL to Dropbox
Unlock multiple files
Lock multiple files
Revoke a shared link by URL
Share a folder with team members or external users
Modify shared link settings
Check the status of a sharing job
Check the status of a share folder job
Check the status of a remove member job
Unshare a file
Unshare a folder
Mount a shared folder
Unmount a shared folder
Validate the access token and confirm Dropbox API connectivity
One endpoint. Any framework. Your agent is talking to Dropbox 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>"
]
}
}
}83+ actions
47+ actions
46+ actions
19+ actions
2+ 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.