Backblaze B2 Cloud Storage Management
Unified cloud storage management workflow combining bucket administration, file lifecycle, large file upload, application key management, and event notification configuration. Serves developers, DevOps engineers, and application integrators building on Backblaze B2.
What You Can Do
MCP Tools
authorize-account
Log in to the Backblaze B2 API and obtain an authorization token for subsequent calls
list-buckets
List all B2 buckets associated with the account
create-bucket
Create a new B2 bucket with specified privacy type
update-bucket
Update bucket settings including type, CORS rules, and lifecycle rules
delete-bucket
Delete an empty B2 bucket permanently
list-file-names
List current file names in a bucket with optional prefix filtering and pagination
list-file-versions
List all versions of all files in a bucket
get-file-info
Get metadata about a specific file version including size, checksums, and custom info
get-upload-url
Get a URL and token for uploading a file to a specific bucket
delete-file-version
Permanently delete a specific version of a file
copy-file
Copy a file to create a new version with a different name or in another bucket
hide-file
Hide a file so it cannot be found by name (soft delete for versioned buckets)
start-large-file
Initiate a multi-part upload for files larger than 5GB
get-upload-part-url
Get a URL for uploading one part of an in-progress large file upload
finish-large-file
Assemble all uploaded parts into a complete large file
cancel-large-file
Cancel a large file upload and permanently delete all uploaded parts
list-parts
List the parts uploaded so far for an in-progress large file upload
list-unfinished-large-files
List large file uploads that have been started but not yet completed or cancelled
create-key
Create a new application key with specific capabilities and optional bucket/prefix restrictions
list-keys
List all application keys for the account
delete-key
Permanently delete an application key
get-download-authorization
Generate a time-limited authorization token for downloading private files
get-bucket-notification-rules
Get the event notification rules configured for a bucket
set-bucket-notification-rules
Set or replace all event notification webhook rules for a bucket