Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Box MCP server with 83 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Box — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Box MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Box tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Box call.
Tools Discovery →A Box MCP server lets AI agents read and write Box data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Box MCP server ships with 83 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Box's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Copy a file to another folder
Upload a new file
Download file content
Update a file's information
Delete a file and move it to trash
Upload a new version of an existing file
Retrieve a specific version of a file
List all versions of a file
Delete a specific file version
List collaborations on a file
List all collaborations for a file
Create a new folder
Copy a folder to another folder
Update a folder's information
Delete a folder and move it to trash
List collaborations on a folder
List all collaborations for a folder
Create a new managed user in the enterprise
Retrieve information about a user
Update a user's information
Delete a user from the enterprise
Retrieve a user's avatar image
Delete a user's avatar image
Create a new group
List all groups in the enterprise
Retrieve information about a group
Update a group's information
Delete a group
List members of a group
Update a user's membership in a group
Add a collaborator to a file or folder
Retrieve information about a collaboration
Update a collaboration
Remove a collaboration
Add a comment to a file
Retrieve information about a comment
Update a comment's message
Remove a comment
Create a task on a file
Retrieve information about a task
Update a task
Remove a task
List assignments for a task
Retrieve information about a task assignment
Update a task assignment
Remove a task assignment
Apply a metadata template to a file
List all metadata instances on a file
Retrieve a specific metadata instance on a file
Update a metadata instance on a file
Remove a metadata instance from a file
Apply a metadata template to a folder
Retrieve a specific metadata instance on a folder
List all metadata instances on a folder
Update a metadata instance on a folder
Remove a metadata instance from a folder
List all metadata templates
Retrieve a metadata template
Add a user to a group
Create a chunked upload session for large files
Retrieve information about a file
Retrieve a thumbnail of a file
List comments on a file
List tasks on a file
Retrieve information about a file in trash
List items in a folder
Retrieve information about a folder
Retrieve information about a folder in trash
List all items in trash
Retrieve information about the current authenticated user
List all users in the enterprise
List all pending collaborations for a user
List all collaborations for a group
Search files and folders by metadata
List user and enterprise events
Remove a user from a group
Promote a previous file version to be the current version
Restore a specific file version
Restore a file from trash
Permanently delete a trashed file
Restore a folder from trash
Permanently delete a trashed folder
Assign a task to a user
One endpoint. Any framework. Your agent is talking to Box in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}82+ actions
47+ actions
46+ actions
19+ actions
2+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.