A Cloud Automator MCP server

A Cloud Automator MCP server

An unofficial MCP server for using Cloud Automator REST API.

juno

Cloud Platforms
Visit Server

README

A Cloud Automator MCP server

An unofficial MCP server for using Cloud Automator REST API.

Features

Tools

  1. list-jobs
  • List all jobs with pagination
  • Inputs:
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-job
  • Get a job with a specific ID
  • Inputs:
    • jobId (number); Job ID
  1. get-log
  • Get a job log with a specific ID
  • Inputs:
    • logId (number); Log ID
  1. get-resource-operation-results
  • Get resource operation results which belongs to the job log with a specific ID
  • Inputs:
    • logId (number); Log ID
  1. list-job-workflows
  • List all job workflows with pagination
  • Inputs:
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-job-workflow
  • Get a job workflow with a specific ID
  • Inputs:
    • jobWorkflowId (number); Job ID
  1. list-post-processes
  • List all post processes with pagination
  • Inputs:
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-post-process
  • Get a post process with a specific ID
  • Inputs:
    • postProcessId (number); Post Process ID
  1. list-group-aws-accounts
  • List all AWS accounts which belongs to the group with a specific ID, with pagination
  • Inputs:
    • groupId (number); Group ID
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-group-aws-account
  • Get an AWS account which belongs to the group with a specific ID
  • Inputs:
    • groupId (number); Group ID
    • awsAccountId (number); AWS account ID
  1. list-group-google-cloud-accounts
  • List all Google Cloud accounts which belongs to the group with a specific ID, with pagination
  • Inputs:
    • groupId (number); Group ID
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-group-google-cloud-account
  • Get an Google Cloud account which belongs to the group with a specific ID
  • Inputs:
    • groupId (number); Group ID
    • googleCloudAccountId (number); Google Cloud account ID

Prerequisites

  1. Install Node.js
  2. Create a Cloud Automator API key. To learn more about access tokens, please check out the documentation.

Installation

Clone the repository

$ git clone https://github.com/juno/mcp-server-cloudautomator.git

Build the project

$ cd mcp-server-cloudautomator
$ npm install
$ npm run build

Usage with Cline or Claude Desktop

{
  "mcpServers": {
    "cloudautomator": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-cloudautomator/dist/index.js"
      ],
      "env": {
        "CLOUDAUTOMATOR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Usage with Visual Studio Code

Add the following configuration to your .vscode/mcp.json file. For more information, please refer to the Use MCP servers in VS Code.

{
  "mcp": {
    "servers": {
      "cloudautomator": {
        "type": "stdio",
        "command": "node",
        "args": [
          "/path/to/mcp-server-cloudautomator/dist/index.js"
        ],
        "env": {
          "CLOUDAUTOMATOR_API_KEY": "<YOUR_API_KEY>"
        }
      }
    }
  }
}

Environment Variables

  • CLOUDAUTOMATOR_API_KEY: Your Cloud Automator API key (required)
  • CLOUDAUTOMATOR_API_URL: The base URL for the Cloud Automator API. Default is https://api.cloudautomator.com/v1/

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Recommended Servers

contentful-mcp

contentful-mcp

Update, create, delete content, content-models and assets in your Contentful Space

Featured
TypeScript
Supabase MCP Server

Supabase MCP Server

A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.

Featured
JavaScript
Azure MCP Server

Azure MCP Server

Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.

Official
Local
TypeScript
SettleMint

SettleMint

Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchain infrastructure. Build, deploy, and manage smart contracts through AI-powered assistants, streamlining your blockchain development workflow for maximum efficiency.

Official
Local
TypeScript
Brev

Brev

Run, build, train, and deploy ML models on the cloud.

Official
Local
Python
Story SDK MCP Server

Story SDK MCP Server

This server provides MCP (Model Context Protocol) tools for interacting with Story's Python SDK. Features Get license terms Mint and register IP Asset with PIL Terms Mint license tokens Send $IP to a wallet Upload image to ipfs via Pinata [External] Upload ip and nft metadata via Pinata [External]

Official
Python
Tembo MCP Server

Tembo MCP Server

An MCP server that enables Claude to interact with Tembo Cloud platform API, allowing users to manage Tembo Cloud resources through natural language.

Official
TypeScript
Workers MCP

Workers MCP

A package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.

Official
TypeScript
Appwrite MCP Server

Appwrite MCP Server

A Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.

Official
Python
MCP2Lambda

MCP2Lambda

Enables AI models to interact with AWS Lambda functions via the MCP protocol, allowing access to private resources, real-time data, and custom computation in a secure environment.

Official
Python