Box
Cloud content management platform for secure file storage, sharing, and collaboration.
https://api.box.com
https://mcp.box.com
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 Box account the connection is authenticated as.
files
Retrieve a list of files from Box.
Unified API Endpoints
/me
Retrieve the Box account this connection is authenticated as.
/drive/files
Retrieve a list of files from Box root folder.
