backblaze-b2
Backblaze does not operate an official hosted/remote MCP server. Several community MCP servers wrap B2 (e.g. BraveRam/backblaze-mcp on Glama, a Pipedream connector), but none are first-party. This is a DERIVED candidate tool list — one tool per B2 Native API operation — provided as a starting point for exposing B2 to AI agents. Bind auth (b2_authorize_account token) and review consequence classes in agentic-access/backblaze-agentic-access.yml before deploying.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport stdio
Tools
authorize_account— Log in to B2 and obtain an authorization token and API base URL.create_bucket— Create a new bucket.delete_bucket— Delete an existing bucket.list_buckets— List buckets in the account.update_bucket— Update bucket settings (type, lifecycle rules, CORS, encryption).get_upload_url— Get a URL and token for uploading a file to a bucket.upload_file— Upload a file to a bucket.download_file_by_id— Download a file by its file ID.download_file_by_name— Download a file by bucket and file name.get_file_info— Retrieve metadata about a file version.delete_file_version— Delete a specific version of a file.list_file_names— List file names in a bucket.list_file_versions— List all versions of files in a bucket.copy_file— Server-side copy a file into a bucket.hide_file— Hide a file so it does not show in file-name listings.get_download_authorization— Mint a prefix-scoped download authorization token for private files.start_large_file— Begin a multi-part large-file upload.get_upload_part_url— Get a URL for uploading one part of a large file.finish_large_file— Finish a large file by assembling its uploaded parts.cancel_large_file— Cancel an unfinished large-file upload.list_parts— List the parts uploaded for a large file.list_unfinished_large_files— List large files that have been started but not finished.create_key— Create a capability-scoped application key.delete_key— Delete an application key.list_keys— List application keys in the account.get_bucket_notification_rules— Read the event-notification rules for a bucket.set_bucket_notification_rules— Set the event-notification rules for a bucket.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.