development
location
documentation
public
API
AI
Box
What is Box?
Interact with the Intelligent Content Management platform through Box AI.
Documentation
Box MCP Server
Description
The Box MCP Server is a Python project that integrates with the Box API to perform various operations such as file search, text extraction, AI-based querying, and data extraction. It leverages the box-sdk-gen library and provides a set of tools to interact with Box files and folders. The Model Context Protocol (MCP) is a framework designed to standardize the way models interact with various data sources and services. In this project, MCP is used to facilitate seamless integration with the Box API, enabling efficient and scalable operations on Box files and folders.
Tools Implemented# Box API Tools
box_who_am_i
Get your current user information and check connection status.
Returns: User information dictionary
box_authorize_app_tool
Start the Box application authorization process.
Returns: Authorization status message
box_search_tool
Search for files in Box.
Parameters:
query (str): The query to search for.
file_extensions (List[str], optional): File extensions to filter results.