Dropbox for your agents.
Connect Dropbox once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Dropbox.
What agents can do with Dropbox
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
dropbox_get_current_accountCheck the connection: returns the authenticated Dropbox account.
dropbox_list_folderList files and folders at a path. Use "" (empty string) for the root.
dropbox_searchSearch files and folders by name or content.
dropbox_create_folderCreate a folder at the given path (e.g. /Reports/2024). Fails if it already exists.
dropbox_delete_fileDelete a file or folder (and its contents) at a path.
dropbox_move_fileMove or rename a file or folder from one path to another.
dropbox_get_metadataGet metadata (name, size, id, modified time) for a file or folder at a path.
dropbox_get_temporary_linkGet a short-lived direct download URL for a file at a path.
dropbox_get_space_usageReturn the current account's storage space usage and allocation. Takes no arguments.
dropbox_copy_fileCopy a file or folder from one path to another.
dropbox_list_folder_continueContinue listing files with a cursor from a previous list_folder call (pagination).
dropbox_download_fileDownload a file at a path. Returns the file contents.
dropbox_get_thumbnailGet a thumbnail for a file (image/video) at a path.
dropbox_list_shared_linksList shared links for a file or folder, or all shared links.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Dropbox's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Dropbox app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Dropbox to Even: call connect_begin("dropbox") on the even-connect MCP and walk me through it.
List files in a folder, search files by name or content, and move files to organize your cloud storage.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.