Apideck File Storage MCP connector
Apideck File Storage is a unified API that provides standardized access to file storage systems across multiple cloud platforms. The Apideck File Storage MCP connector allows AI agents to organize and manage drive groups, create and configure drives, and control file storage structures across connected platforms. It also supports unified file operations, folder management, and permission handling across different storage providers through a single interface.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Apideck File Storage MCP connector to perform the following actions:
- Organize files across multiple cloud storage platforms from a single interface
- Create shared links to distribute documents without exposing sensitive folder structures
- Automate large file uploads with session management and error recovery
- Search and retrieve specific documents across distributed storage systems instantly
- Restructure folders and move files between drives without manual intervention
- Control access to shared resources by updating link permissions in real time
- Consolidate team file storage into logical drive groups for better governance
Example prompts
Use the following example prompts to invoke Apideck File Storage MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all files in the marketing drive stored in Apideck File Storage.Create a shared link for the Q4 budget document in Apideck File Storage.Find all PDF files modified in the last week across Apideck File Storage.Move the sales presentation to the client deliverables folder in Apideck File Storage.List all active shared links and who has access to them in Apideck File Storage.Start uploading a large video file and handle the upload session in Apideck File Storage.Organize files by creating new folders for each department in Apideck File Storage.Delete the old backup drive and all its contents from Apideck File Storage.Search for invoices from vendor X across all drives in Apideck File Storage.Update permissions on a shared link to restrict download access in Apideck File Storage.
Apideck File Storage MCP connector tools
The Apideck File Storage MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| driveGroupsAll | Retrieves a list of all drive groups in the file storage system. |
| driveGroupsAdd | Creates a new drive group for organizing and managing file storage. |
| driveGroupsDelete | Removes a drive group and its associated configuration from the system. |
| driveGroupsOne | Retrieves detailed information about a specific drive group. |
| driveGroupsUpdate | Modifies the settings and properties of an existing drive group. |
| drivesAll | Retrieves a list of all drives available in the file storage system. |
| drivesAdd | Creates a new drive for storing and managing files. |
| drivesDelete | Removes a drive and its contents from the file storage system. |
| drivesOne | Retrieves detailed information about a specific drive. |
| drivesUpdate | Modifies the settings and properties of an existing drive. |
| filesAll | Retrieves a list of all files in a specified location or drive. |
| filesSearch | Finds files matching specified search criteria across the storage system. |
| filesDelete | Permanently removes a file from the file storage system. |
| filesOne | Retrieves detailed information about a specific file. |
| filesUpdate | Changes the name or location of an existing file. |
| filesDownload | Retrieves a file for download from the file storage system. |
| foldersAdd | Creates a new folder for organizing and storing files. |
| foldersDelete | Removes a folder and its contents from the file storage system. |
| foldersOne | Retrieves detailed information about a specific folder. |
| foldersUpdate | Changes the name or location of an existing folder. |
| foldersCopy | Creates a duplicate of a folder with all its contents. |
| sharedLinksAll | Retrieves a list of all shared links in the system. |
| sharedLinksAdd | Creates a new shared link to allow external access to files. |
| sharedLinksDelete | Removes a shared link and revokes its access permissions. |
| sharedLinksOne | Retrieves detailed information about a specific shared link. |
| sharedLinksUpdate | Modifies the settings and permissions of an existing shared link. |
| uploadSessionsAdd | Initiates a new upload session for transferring files to storage. |
| uploadSessionsDelete | Cancels an active upload session and discards any progress. |
| uploadSessionsOne | Retrieves the current status of a specific upload session. |
| uploadSessionsFinish | Completes an upload session and finalizes the file transfer. |