Skip to content
MCP-Bridge
Finance & Payments

File storage API MCP Config

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-

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/apideck-com-file-storage.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/apideck-com-file-storage.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/apideck-com-file-storage.json

Environment Variables

FILE_STORAGE_API_API_KEY

Replace your_file_storage_api_api_key with your actual file storage api api key

Endpoints

GET/file-storage/drive-groups

List DriveGroups

POST/file-storage/drive-groups

Create 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/drives

List Drives

POST/file-storage/drives

Create Drive

GET/file-storage/drives/{id}

Get Drive

DELETE/file-storage/drives/{id}

Delete Drive

PATCH/file-storage/drives/{id}

Update Drive