productivity
Cloudways MCP, CLI, and Lua Integration for AI Agents
Cloudways integration docs for AI agents: MCP gateway setup, Cloudways CLI commands, Lua API reference, credentials, and function schemas.Cloudways for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
cloudways.cloudways_list_servers | Read read | 0 | List all servers in the Cloudways account. |
cloudways.cloudways_get_server | Read read | 1 | Get details for a specific Cloudways server. |
cloudways.cloudways_list_apps | Read read | 0 | List all applications across all servers in the Cloudways account. |
cloudways.cloudways_get_app | Read read | 2 | Get details for a specific Cloudways application. |
cloudways.cloudways_list_domains | Read read | 2 | List domains for a specific Cloudways application. |
cloudways.cloudways_list_projects | Read read | 0 | List all projects in the Cloudways account. |
cloudways.cloudways_get_current_user | Read read | 0 | Get the current authenticated Cloudways account information. |