Skip to main content
Feedback

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.

ToolDescription
driveGroupsAllRetrieves a list of all drive groups in the file storage system.
driveGroupsAddCreates a new drive group for organizing and managing file storage.
driveGroupsDeleteRemoves a drive group and its associated configuration from the system.
driveGroupsOneRetrieves detailed information about a specific drive group.
driveGroupsUpdateModifies the settings and properties of an existing drive group.
drivesAllRetrieves a list of all drives available in the file storage system.
drivesAddCreates a new drive for storing and managing files.
drivesDeleteRemoves a drive and its contents from the file storage system.
drivesOneRetrieves detailed information about a specific drive.
drivesUpdateModifies the settings and properties of an existing drive.
filesAllRetrieves a list of all files in a specified location or drive.
filesSearchFinds files matching specified search criteria across the storage system.
filesDeletePermanently removes a file from the file storage system.
filesOneRetrieves detailed information about a specific file.
filesUpdateChanges the name or location of an existing file.
filesDownloadRetrieves a file for download from the file storage system.
foldersAddCreates a new folder for organizing and storing files.
foldersDeleteRemoves a folder and its contents from the file storage system.
foldersOneRetrieves detailed information about a specific folder.
foldersUpdateChanges the name or location of an existing folder.
foldersCopyCreates a duplicate of a folder with all its contents.
sharedLinksAllRetrieves a list of all shared links in the system.
sharedLinksAddCreates a new shared link to allow external access to files.
sharedLinksDeleteRemoves a shared link and revokes its access permissions.
sharedLinksOneRetrieves detailed information about a specific shared link.
sharedLinksUpdateModifies the settings and permissions of an existing shared link.
uploadSessionsAddInitiates a new upload session for transferring files to storage.
uploadSessionsDeleteCancels an active upload session and discards any progress.
uploadSessionsOneRetrieves the current status of a specific upload session.
uploadSessionsFinishCompletes an upload session and finalizes the file transfer.
On this Page