Box MCP
UpBox is an enterprise cloud storage and content-management platform, and Box's official hosted MCP server gives agents keyword and metadata search across files and folders, content reading, plus Box AI queries — extracting data and answering questions across multiple files at once. It connects via OAuth directly to mcp.box.com; the older open-source server has been archived in its favor.
Why this server
- search_files_keyword and search_files_metadata find a file by its text or its properties
- ai_qa_multi_file answers a question across several documents at once, not just one
- ai_extract_structured pulls data from a document into a defined field schema
- The hosted mcp.box.com endpoint — nothing to install, just an OAuth sign-in
Usage examples
Prompt: Find every contract in Box mentioning 'Acme Corp' from this year
Result: search_files_keyword found the documents by text, and get_file_details filled in the dates and folders for each match.
Prompt: Compare payment terms across these three contracts and find discrepancies
Result: ai_qa_multi_file compared the payment terms across all three files and flagged the discrepancies, no need to open each document manually.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 1 | 0 | 0 |
Reviews
No reviews yet.