Skip to main content
Glama
MCP-Mirror

DigitalOcean MCP Server

by MCP-Mirror

Related Servers

Alternatives to DigitalOcean MCP Server

No user-submitted related servers found.

    Related Servers

      TDQS

      B3.1/5.0

      Scored across 6 tools

      Disambiguation4/5

      Most tools have distinct purposes: call_digitalocean_api for API calls, configure_digitalocean_api for setup, and list_endpoints/search_endpoints for discovery. However, get_endpoint_details and list_endpoints could be slightly confusing as both relate to endpoint information, though descriptions clarify one is for details and the other for listing.

      Naming Consistency5/5

      All tools follow a consistent verb_noun pattern with snake_case (e.g., call_digitalocean_api, list_endpoints, search_endpoints). The naming is predictable and uniform across the set, making it easy to understand each tool's function at a glance.

      Tool Count4/5

      With 6 tools, the count is reasonable for a server focused on DigitalOcean API interaction. It covers configuration, discovery, and execution, though it might feel slightly thin if more advanced operations are expected, but it's well-scoped for its apparent purpose.

      Completeness3/5

      The tool set covers configuration, endpoint discovery, and API calls, but there are notable gaps. For a DigitalOcean server, it lacks direct tools for common resources like droplets, databases, or volumes, relying instead on generic API calls, which could lead to agent inefficiencies or errors in handling specific workflows.