Skip to main content
Glama
MCP-Mirror

DigitalOcean MCP Server

by MCP-Mirror

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DIGITALOCEAN_API_TOKENYesYour DigitalOcean API token for authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
configure_digitalocean_apiB

Configure DigitalOcean API credentials. Can be auto-configured from DIGITALOCEAN_API_TOKEN environment variable.

list_endpointsC

List all available DigitalOcean API endpoints

search_endpointsC

Search for DigitalOcean API endpoints

get_endpoint_detailsC

Get detailed information about a specific endpoint

call_digitalocean_apiC

Call a DigitalOcean API endpoint

list_tagsB

List all available endpoint tags

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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.