Back to Home
juno icon

mcp-server-cloudautomator

Verified Safe

by juno

Overview

This MCP server provides tools to interact with the Cloud Automator REST API, allowing users to manage jobs, job workflows, logs, post-processes, and group-specific AWS and Google Cloud accounts.

Installation

Run Command
node /path/to/mcp-server-cloudautomator/dist/index.js

Environment Variables

  • CLOUDAUTOMATOR_API_KEY
  • CLOUDAUTOMATOR_API_URL

Security Notes

The server uses environment variables for the API key (`CLOUDAUTOMATOR_API_KEY`) and API URL (`CLOUDAUTOMATOR_API_URL`), which is good practice for handling sensitive information. Input validation for tool arguments is performed using `zod`. API responses are returned as raw text, preventing potential parsing issues on the server side, but shifting the responsibility for JSON parsing to the client. No obvious use of `eval`, obfuscation, or direct shell command injection points were found. The use of `ky` for HTTP requests is a standard and robust library. The overall code structure is clean and direct.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks1
Last Update2026-01-19

Tags

cloud automationAPI integrationjob managementAWSGoogle Cloud