Tencent Cloud COS MCP Server
Related Servers
Alternatives to Tencent Cloud COS MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables interaction with Volcengine's TOS (Object Storage) service through MCP protocol. Supports bucket management, object operations, pre-signed URLs, and media processing including image manipulation and video frame extraction.132Apache 2.0
- AlicenseCqualityCmaintenanceEnables AI models to interact with Tencent Cloud COS for cloud storage operations (upload, download, list files) and advanced media processing capabilities (image super-resolution, QR code recognition, video thumbnails, document conversion, and natural language-based file search).21Apache 2.0
- FlicenseAqualityDmaintenanceProvides tools for interacting with MinIO and S3-compatible object storage through MCP clients like Claude. It enables comprehensive bucket and object management, including listing, creating, uploading, and generating presigned URLs.132-
- AlicenseNot gradedqualityFmaintenanceEnables interaction with AWS S3 through MCP, supporting bucket and object management, lifecycle configurations, tagging, policies, CORS settings, presigned URLs, and file uploads/downloads.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google Cloud Storage buckets and blobs through an MCP server, supporting operations like listing, uploading, searching, batch operations, and generating signed URLs.9Apache 2.0
- AlicenseNot gradedqualityAmaintenanceProvides MCP tools for AWS S3 and S3-compatible storage, enabling file upload, download, listing, deletion, and temporary remote file staging via natural language.BSD 3-Clause
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: delete_object removes objects, get_signed_url generates URLs, list_objects retrieves object lists, upload_file handles single uploads, and upload_multiple handles batch uploads. The descriptions clearly differentiate between object management, access control, and upload operations.
All tools follow a consistent verb_noun pattern in snake_case (e.g., delete_object, get_signed_url, list_objects). The naming is predictable and uniform across all five tools, making them easy to identify and use.
Five tools is a reasonable number for a COS (Cloud Object Storage) server, covering core operations like listing, uploading, deleting, and accessing objects. It's slightly lean but functional; minor additions like object metadata retrieval could enhance it without being necessary.
The toolset covers essential CRUD-like operations for object storage: create (upload_file/upload_multiple), read (list_objects, get_signed_url), and delete (delete_object). A minor gap is the lack of an update or copy tool for modifying existing objects, but agents can work around this by re-uploading.