Sakura Cloud MCP Server
Related Servers
Alternatives to Sakura Cloud MCP Server
No user-submitted related servers found.
Related Servers
AlicenseBqualityFmaintenanceAn MCP server for Sakura Cloud that enables interaction with cloud resources and object storage. It allows users to manage Sakura Cloud infrastructure through natural language interfaces using the Model Context Protocol.415Apache 2.0- AlicenseNot gradedqualityBmaintenanceA plugin-based MCP server that enables AI assistants to interact with external systems through custom tools, resources, and prompts.4AGPL 3.0
- AlicenseBqualityCmaintenanceAn MCP server for managing Azure infrastructure from AI assistants, supporting subscriptions, VMs, storage, networking, identity, and more through natural language commands.992MIT
- AlicenseAqualityDmaintenanceAn MCP server for Discord that enables AI assistants to interact with Discord servers, channels, and messages via the Discord API.63 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that lets AI assistants safely inspect and operate on Kubernetes clusters through natural conversation.88 PyPIMIT

@krovacloud/mcpofficial
AlicenseAqualityAmaintenanceMCP server for interacting with the Krova Cloud API, enabling AI assistants like Claude to manage cloud resources.630MIT
TDQS
Scored across 46 tools
Most tools are clearly distinct by resource type (e.g., disk, server, router) and action (get, create, delete), with minimal overlap. However, some tools like get_bill_detail and get_bill_info could be confused due to similar naming and purpose, and the AppRun tools (create, delete, update, start, stop) are well-separated but form a tight cluster that might require careful selection.
Tool names follow a highly consistent verb_noun pattern throughout, using snake_case uniformly. All tools start with verbs like 'get', 'create', 'delete', 'start', 'stop', or 'update', followed by a specific resource name, making them predictable and easy to parse.
With 46 tools, the count is excessive for a cloud management server, likely overwhelming for agents and indicating poor scoping. While Sakura Cloud has many resource types, the server could benefit from consolidation or categorization to reduce cognitive load and improve usability.
The tool set provides comprehensive coverage for Sakura Cloud's domain, including CRUD operations for key resources like AppRun and extensive 'get' functions for various cloud components (servers, disks, networks, billing, etc.). Minor gaps exist, such as missing update/delete operations for many resources beyond AppRun, but core workflows are well-supported.