MCP.so
登录

A Cloud Automator MCP server

@juno

关于 A Cloud Automator MCP server

An unofficial MCP server for using Cloud Automator REST API.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

juno

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

12

`pageNumber` (number); Page number for pagination (default: 1)

`jobId` (number); Job ID

`logId` (number); Log ID

`logId` (number); Log ID

`pageNumber` (number); Page number for pagination (default: 1)

`jobWorkflowId` (number); Job ID

`pageNumber` (number); Page number for pagination (default: 1)

`postProcessId` (number); Post Process ID

`groupId` (number); Group ID

`groupId` (number); Group ID

`groupId` (number); Group ID

`groupId` (number); Group ID

概览

What is A Cloud Automator MCP server?

An unofficial MCP server that wraps the Cloud Automator REST API, allowing you to manage jobs, workflows, post-processes, and cloud accounts through MCP-compatible clients. It is intended for users of Cloud Automator who want to interact with the API using natural language or AI assistants.

How to use A Cloud Automator MCP server?

Install Node.js and create a Cloud Automator API key. Clone the repository, run npm install and npm run build. Then add a cloudautomator server entry to your MCP client configuration (e.g., Cline, Claude Desktop, or VS Code) with command: "node", args pointing to dist/index.js, and env.CLOUD_AUTOMATOR_API_KEY set to your key.

Key features of A Cloud Automator MCP server

  • 12 tools covering jobs, workflows, post-processes, and accounts
  • Pagination support for list operations (pageNumber, pageSize)
  • Retrieve job details and logs with specific IDs
  • Get resource operation results from a job log
  • List and get AWS and Google Cloud accounts by group

Use cases of A Cloud Automator MCP server

  • List all jobs with custom pagination limits
  • Get details of a single job by its ID
  • Retrieve a job log and its associated resource operation results
  • Manage job workflows and post-processes through listing and individual retrieval
  • Browse cloud accounts (AWS and Google Cloud) belonging to a specific group

FAQ from A Cloud Automator MCP server

What are the prerequisites to use this server?

Node.js must be installed, and you need a Cloud Automator API key. Refer to Cloud Automator’s documentation to create one.

How do I configure the server with my API key?

In your MCP client configuration, set the environment variable CLOUDAUTOMATOR_API_KEY to your API key. For example, in a JSON config file under "env".

What transport does this server use?

It uses the stdio transport, as demonstrated in the configuration examples for Cline, Claude Desktop, and VS Code.

Can I change the API base URL?

Yes, the optional environment variable CLOUDAUTOMATOR_API_URL allows you to override the default https://api.cloudautomator.com/v1/.

Is this server officially supported by Cloud Automator?

No, this is an unofficial MCP server. It is provided under the MIT License for use, modification, and distribution.

评论

其他 分类下的更多 MCP 服务器