mcp-server-cloudautomator

mcp-server-cloudautomator

3.1

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

  1. list-jobs

    List all tasks (paging supports)

  2. get-job

    Get specific tasks details

  3. get-log

    Get the task log

  4. get-resource-operation-results

    Obtain resource operation results

  5. list-job-workflows

    List all workflows (paging supports)

  6. get-job-workflow

    Get specific workflow details

  7. list-post-processes

    List all post-processing (paging supports)

  8. get-post-process

    Get specific post-processing details

  9. list-group-aws-accounts

    List AWS accounts in groups (paging supports)

  10. get-group-aws-account

    Get specific AWS account details

  11. list-group-google-cloud-accounts

    List Google Cloud accounts in groups (paging supports)

  12. get-group-google-cloud-account

    Get specific Google Cloud account details