Box for your agents.
Connect Box 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 Box.
What agents can do with Box
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
box_meCheck the connection: returns the authenticated user.
box_list_folder_itemsList items in a folder. Use "0" for the root folder.
box_searchSearch files and folders.
box_get_fileGet a file's metadata (name, size, path, timestamps, sha1) by id.
box_get_folderGet a folder's metadata (name, path, item count) by id. Use "0" for the root folder.
box_create_folderCreate a new folder. `name` is the folder name; `parent` is an object like {"id": "0"} where 0 is the root.
box_download_fileDownload a file's contents by id. Returns the raw file bytes (Box may respond with a redirect to a download URL).
box_copy_fileCopy a file into a destination folder. `parent` is an object like {"id": "123"}; optionally set `name` to rename the copy.
box_delete_fileMove a file to the trash by id.
box_upload_fileUpload a small file (up to 50 MB) to a folder. `parent_id` is the target folder id or "0" for root. Send the file contents as the request body. For larger files use the upload session API.
box_delete_folderMove a folder and its contents to the trash by id. Use `recursive=true` to trash non-empty folders.
box_copy_folderCopy a folder and its contents into a destination folder. `parent` is an object like {"id": "123"}; optionally set `name` to rename the copy.
box_update_fileUpdate a file's metadata (name, description, tags) by id.
box_move_folderMove a folder to a new parent folder.
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 Box's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Box app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Box to Even: call connect_begin("box") on the even-connect MCP and walk me through it.
Search Box files by name, organize them into folders, and copy documents for team collaboration.
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.