0
/ 100
2 days ago
pulsemcp

Dropbox

Integrates with Dropbox's API to enable secure file operations including uploading, downloading, listing, searching, and deleting with recycle bin support through OAuth 2.0 authentication and specialized prompt handlers for document management workflows.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: .env, .env
⚠️
Known vulnerabilities in dependencies: 12 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
🔐
You'll be asked for 5 credentials: DROPBOX_ACCESS_TOKEN, DROPBOX_APP_KEY, DROPBOX_APP_SECRET, DROPBOX_REFRESH_TOKEN, TOKEN_ENCRYPTION_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCORS_ALLOWED_ORIGINS
🔐 secretDROPBOX_ACCESS_TOKEN
configDROPBOX_ALLOWED_PATHS
🔐 secretDROPBOX_APP_KEYYour Dropbox app's key
🔐 secretDROPBOX_APP_SECRETYour Dropbox app's secret
configDROPBOX_BLOCKED_PATHS
configDROPBOX_MAX_DELETES_PER_DAY
configDROPBOX_RECYCLE_BIN_PATH
configDROPBOX_REDIRECT_URIOAuth redirect URI
🔐 secretDROPBOX_REFRESH_TOKEN
configDROPBOX_RETENTION_DAYS
configHEALTH_CHECK_PORT
configJEST_WORKER_ID
configLOG_LEVEL
configMAX_TOKEN_REFRESH_RETRIESMaximum number of refresh attempts (default: 3)
🔐 secretTOKEN_ENCRYPTION_KEY32+ character key for token encryption
configTOKEN_REFRESH_RETRY_DELAY_MSDelay between refresh attempts in ms (default: 1000)
configTOKEN_REFRESH_THRESHOLD_MINUTESMinutes before expiration to refresh token (default: 5)
configTOKEN_STORE_PATH
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/albiemark-dbx-mcp-server-1i9hej)](https://m8ven.ai/mcp/albiemark-dbx-mcp-server-1i9hej)
commit: 57934229d2cc137006b07d3c14106e558bf6ea99
code hash: 58ba76c193d16179768b131d60bdebd253120719a3206628d5fe3aae526af7a1
verified: 6/1/2026, 12:36:21 PM
view raw JSON →