Summary
Company documents become answerable without anyone leaving the assistant.
The pairing is the point: search returns URIs and read takes them, so finding and quoting a document is two calls with nothing in between. The surface stops there — this reads Box, it does not upload, move or delete, which also means an agent wired to it cannot damage the drive.
What it is
A two-tool bridge to Box: account-wide search that returns URIs, and direct reading of a file's content
What you get
- Search across all of Box rather than one folder, returning URIs that resource commands accept (search).
- Direct reading of a Box file's content by URI, so the document enters the conversation instead of the download folder (read).
Requirements
A Box account plus the credentials the server reads: BOX_DEV_TOKEN, BOX_USER_ID, BOX_JWT and BOX_JWT_CONFIG_PATH.
Setup effort
One command plus a key — npx box-mcp-server, then supply credentials
