- A Cloud Automator MCP server
A Cloud Automator MCP server
An unofficial MCP server for using Cloud Automator REST API.
Content
A Cloud Automator MCP server
An unofficial MCP server for using Cloud Automator REST API.
Features
Tools
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)
get-job
- Get a job with a specific ID
- Inputs:
jobId(number); Job ID
get-log
- Get a job log with a specific ID
- Inputs:
logId(number); Log ID
get-resource-operation-results
- Get resource operation results which belongs to the job log with a specific ID
- Inputs:
logId(number); Log ID
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)
get-job-workflow
- Get a job workflow with a specific ID
- Inputs:
jobWorkflowId(number); Job ID
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)
get-post-process
- Get a post process with a specific ID
- Inputs:
postProcessId(number); Post Process ID
list-group-aws-accounts
- List all AWS accounts which belongs to the group with a specific ID, with pagination
- Inputs:
groupId(number); Group IDpageNumber(number); Page number for pagination (default: 1)pageSize(number); Number of jobs to return (default: 10)
get-group-aws-account
- Get an AWS account which belongs to the group with a specific ID
- Inputs:
groupId(number); Group IDawsAccountId(number); AWS account ID
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 IDpageNumber(number); Page number for pagination (default: 1)pageSize(number); Number of jobs to return (default: 10)
get-group-google-cloud-account
- Get an Google Cloud account which belongs to the group with a specific ID
- Inputs:
groupId(number); Group IDgoogleCloudAccountId(number); Google Cloud account ID
Prerequisites
- Install Node.js
- 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 ishttps://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.
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Serper MCP ServerA Serper MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
ChatWiseThe second fastest AI chatbot™
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
Amap Maps高德地图官方 MCP Server
WindsurfThe new purpose-built IDE to harness magic
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
Tavily Mcp
CursorThe AI Code Editor
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.