Skip to main content
Glama

Qiniu MCP Server

Official
by qiniu

get_object_url

Generate a secure file download URL from Qiniu Cloud Storage. Specify bucket and object key; configure SSL and expiration for private bucket access.

Instructions

Get the file download URL, and note that the Bucket where the file is located must be bound to a domain name. If using Qiniu Cloud test domain, HTTPS access will not be available, and users need to make adjustments for this themselves.

Input Schema

NameRequiredDescriptionDefault
bucketYesQiniu Cloud Storage bucket Name
disable_sslNoWhether to disable SSL. By default, it is not disabled (HTTP protocol is used). If disabled, the HTTP protocol will be used.
expiresNoToken expiration time (in seconds) for download links. When the bucket is private, a signed Token is required to access file objects. Public buckets do not require Token signing.
keyYesKey of the object to get.

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Qiniu Cloud Storage bucket Name", "type": "string" }, "disable_ssl": { "description": "Whether to disable SSL. By default, it is not disabled (HTTP protocol is used). If disabled, the HTTP protocol will be used.", "type": "boolean" }, "expires": { "description": "Token expiration time (in seconds) for download links. When the bucket is private, a signed Token is required to access file objects. Public buckets do not require Token signing.", "type": "integer" }, "key": { "description": "Key of the object to get.", "type": "string" } }, "required": [ "bucket", "key" ], "type": "object" }
Install Server

Other Tools from Qiniu MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qiniu/qiniu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server