Dropbox
Cloud storage platform for file sync, sharing, and collaboration across devices and teams.
https://api.dropboxapi.com
https://mcp.dropbox.com/dash
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Dropbox account the connection is authenticated as.
files
Retrieve a list of files from Dropbox.
Unified API Endpoints
/me
Retrieve the Dropbox account this connection is authenticated as.
/drive/files
Retrieve a list of files from Dropbox root folder.
