Finance & PaymentsAuto-generated
File storage API MCP Server
Welcome to the File Storage API. You can use this API to access all File Storage API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` We also provide a [Mock API](https://developers.apideck.com/mock-api) that can be used for testing purposes: `https://mock-
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apideck-com-file-storage
Environment Variables
FILE_STORAGE_API_API_KEYExample: your_file_storage_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apideck-com-file-storage": {
"command": "npx",
"args": ["-y","@mcp/apideck-com-file-storage"],
"env": {
"FILE_STORAGE_API_API_KEY": "your_file_storage_api_api_key"
}
}
}
}Endpoints
GET
/file-storage/drive-groupsList DriveGroups
POST
/file-storage/drive-groupsCreate DriveGroup
GET
/file-storage/drive-groups/{id}Get DriveGroup
DELETE
/file-storage/drive-groups/{id}Delete DriveGroup
PATCH
/file-storage/drive-groups/{id}Update DriveGroup
GET
/file-storage/drivesList Drives
POST
/file-storage/drivesCreate Drive
GET
/file-storage/drives/{id}Get Drive
DELETE
/file-storage/drives/{id}Delete Drive
PATCH
/file-storage/drives/{id}Update Drive