box.com
Box is a cloud content management and collaboration platform for storing, sharing, and governing files and enterprise content. It also provides AI and workflow features that operate on content stored in Box.
Box exposes a REST Platform API at `https://api.box.com/2.0`, a hosted MCP server at `https://mcp.box.com`, and the `box` CLI; all require Box-issued OAuth-based credentials or access tokens.
- Box MCP serverdetected
- Box Platform APIdiscovered
- Box CLIdiscovered
$ box login --platform-appAcquired by the CLI — running box login --platform-app opens the auth flow and stores the credential.
In the Box Admin Console, go to Integrations, find Box MCP server, click Configure, then in Additional Configuration click + Add Integration Credentials. Save the entry, expand it, copy the generated Client ID and Client Secret, enter the external MCP client's redirect URI, and select access scopes, as documented in Set up the MCP server.
$ box loginAcquired by the CLI — running box login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://box.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing