rainhan99/cloud_manage_mcp_server
If you are the rightful owner of cloud_manage_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a cloud management server based on the Model Context Protocol (MCP) that supports retrieving cloud server information via public IP addresses.
Tools
Functions exposed to the LLM to take actions
get_dg_info
Retrieve DigitalOcean droplet information based on public IP address.
list_droplets
List all DigitalOcean droplets under the account.
find_droplet_by_name
Find a DigitalOcean droplet by name with fuzzy matching.
get_droplet_status
Get the current status and detailed information of a specified droplet.
power_on_droplet
Power on a specified droplet.
power_off_droplet
Forcefully power off a specified droplet.
shutdown_droplet
Gracefully shut down a specified droplet.
reboot_droplet
Reboot a specified droplet.
get_droplet_monitoring
Retrieve monitoring data for a droplet, including CPU, memory, disk, and network usage.
get_droplet_actions
Get the action history of a specified droplet.
get_action_status
Query the status of a specific action.
delete_droplet_with_protection
Delete a DigitalOcean droplet with strict security protection.
get_droplet_deletion_policy
Get the current deletion policy and security configuration.
check_droplet_deletion_safety
Check the deletion safety of a specified droplet without actually deleting it.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client