Tencent Cloud COS MCP Server
OfficialRelated Servers
Alternatives to Tencent Cloud COS MCP Server
No user-submitted related servers found.
Related Servers
AlicenseBqualityDmaintenanceThe Model Context Protocol (MCP) Server built on Qiniu Cloud products supports users in accessing Qiniu Cloud Storage, intelligent multimedia services, and more through this MCP Server within the context of AI large model clients.2239MIT- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables large language models to upload files directly to Alibaba Cloud Object Storage Service (OSS), supporting multiple OSS configurations and specified upload directories.10 npm6MIT
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.335Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI assistants to read and write Tencent Docs (smart tables and online spreadsheets) directly, supporting CRUD operations on records and attachments.565 npmMIT
- AlicenseBqualityDmaintenanceEnables interaction with Tencent Cloud Object Storage (COS) through MCP protocol. Supports file upload, download, deletion, listing objects, and generating temporary signed URLs for cloud storage management.55 npmMIT
- AlicenseBqualityDmaintenanceAn MCP protocol server that supports multi-AI personality summoning and collaboration, which can be used for intelligent collaboration in multiple scenarios such as code analysis and product design.41Apache 2.0
TDQS
Scored across 18 tools
Most tools have distinct purposes, such as getBucket for listing files, putObject for uploading, and aiPicMatting for image matting. However, some overlap exists between imageSearchPic and imageSearchText, both involving image retrieval, which could cause minor confusion. Overall, the descriptions clarify boundaries well.
The naming is mixed with camelCase (e.g., aiPicMatting) and snake_case (e.g., get_object_url), lacking a uniform pattern. While verbs like 'create', 'describe', 'get', and 'put' are used consistently, the inconsistency in case styles reduces predictability. It remains readable but not fully standardized.
With 18 tools, the count is slightly high but reasonable for a cloud storage and processing server. It covers file operations, image processing, and media tasks without feeling overly bloated. The scope justifies most tools, though it borders on being heavy.
The server provides good coverage for COS operations, including CRUD-like actions (get, put) and advanced processing (image, media, document tasks). Minor gaps exist, such as no direct update or delete tools for objects, but agents can work around this using upload/overwrite or other methods. The surface is largely complete for the domain.