Skip to main content
Glama
rainhan99

Cloud Manage MCP Server

by rainhan99

Related Servers

Alternatives to Cloud Manage MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      A Model Context Protocol (MCP) server that provides programmatic access to DigitalOcean's API. This server exposes tools for managing droplets, Kubernetes clusters, and container registries through the MCP interface.
      4
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      A Model Context Protocol server that allows language models to manage Hetzner Cloud resources through structured functions, including servers, volumes, firewalls, and SSH keys.
      30
      140
      MIT
    • A
      license
      C
      quality
      D
      maintenance
      A Model Context Protocol server for the Hetzner Cloud API that enables natural language management of cloud infrastructure. Users can list, create, and modify servers, networks, volumes, and load balancers through MCP-compatible clients.
      67
      36 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      A Model Context Protocol server that retrieves detailed geographic information about IP addresses using the ipinfo.io API, helping determine user location and network details.
      5
      44
      MIT

    TDQS

    C2.8/5.0

    Scored across 30 tools

    Disambiguation2/5

    There is significant overlap and unclear boundaries between tools. For example, get_instance_by_provider, get_instance_info, and individual provider-specific get_*_instance_info tools all retrieve instance information, making it ambiguous which to use. Similarly, power management tools are duplicated across providers (e.g., power_on_alibaba_instance, power_on_digitalocean_droplet) while a generic manage_instance_power also exists, causing confusion. The descriptions do not clearly differentiate when to use generic vs. provider-specific tools.

    Naming Consistency4/5

    The naming follows a consistent verb_noun pattern with minor deviations. Most tools use snake_case and start with verbs like get, list, manage, power_off, etc., followed by provider and resource names (e.g., get_aws_instance_info, list_digitalocean_droplets). However, there are inconsistencies like check_provider_availability (which doesn't fit the provider-specific pattern) and some tools omit provider names in verbs (e.g., get_system_status, get_supported_providers), but overall the naming is mostly predictable.

    Tool Count2/5

    With 30 tools, the count is too high for the apparent scope of cloud instance management across four providers. The server includes many redundant tools (e.g., separate power management tools for each provider instead of consolidating) and could be streamlined. This large number increases complexity and potential for confusion, making it feel heavy and over-engineered for the domain.

    Completeness3/5

    The tool surface covers core operations like listing instances, getting info, monitoring, and power management across providers, but there are notable gaps. For example, there are no tools for creating, updating, or deleting instances, which are essential CRUD operations in cloud management. Additionally, while monitoring and bandwidth tools exist for some providers, coverage is inconsistent (e.g., missing for Alibaba in descriptions). The surface allows basic read and power control but lacks full lifecycle management.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues