mcp-server-cloudautomator
If you are the rightful owner of mcp-server-cloudautomator 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.
An unofficial MCP server for using Cloud Automator REST API.
The Cloud Automator MCP server is an unofficial implementation designed to interact with the Cloud Automator REST API. It provides a structured way to manage and automate cloud resources by offering a variety of tools to list, retrieve, and manage jobs, logs, workflows, and cloud accounts. This server is particularly useful for developers and system administrators who need to automate cloud operations and integrate them into their existing workflows. The server is built using Node.js and requires a Cloud Automator API key for authentication. It supports various operations such as listing jobs, retrieving job details, accessing logs, and managing AWS and Google Cloud accounts associated with specific groups. The server is open-source and licensed under the MIT License, allowing for modification and distribution.
Features
- Provides tools to list and manage jobs and workflows with pagination support.
- Allows retrieval of specific job details and logs using unique identifiers.
- Supports management of AWS and Google Cloud accounts within specified groups.
- Built with Node.js, ensuring compatibility with various development environments.
- Open-source and licensed under the MIT License, promoting community contributions.
Tools
list-jobs
List all tasks (paging supports)
get-job
Get specific tasks details
get-log
Get the task log
get-resource-operation-results
Obtain resource operation results
list-job-workflows
List all workflows (paging supports)
get-job-workflow
Get specific workflow details
list-post-processes
List all post-processing (paging supports)
get-post-process
Get specific post-processing details
list-group-aws-accounts
List AWS accounts in groups (paging supports)
get-group-aws-account
Get specific AWS account details
list-group-google-cloud-accounts
List Google Cloud accounts in groups (paging supports)
get-group-google-cloud-account
Get specific Google Cloud account details