AWS recently announced the Cloud Control API (CCAPI) MCP Server, a new tool designed to simplify infrastructure management by enabling developers and AI-powered agents to manage resources using natural language. The server is part of the awslabs/mcp project and acts as a bridge between conversational commands and AWS infrastructure deployment and management.
The AWS Cloud Control API powers the CCAPI MCP Server, which is a standardized API supporting CRUDL (Create/Read/Update/Delete/List) operations for over 1,200 AWS and third-party resources through a single endpoint. In addition, according to the company, the new tool is designed to increase developer productivity and reduce the learning curve for new team members. Key features of the CCAPI MCP Server include:
- Natural Language Infrastructure Management, allowing developers to use natural language prompts to perform tasks like creating an S3 bucket or listing EC2 instances
- IaC Template Generation, where the server can output Infrastructure as Code (IaC) templates for resources it creates, which can be integrated into existing CI/CD pipelines.
- Cost Estimation, as it integrates with the AWS Pricing API to provide cost estimates for the infrastructure being created.
- Automated Security Practices, as the server automatically applies security best practices using Checkov (scanning for misconfigurations).
- And LLM Integration is presented as a companion for AI-assisted development workflows and integrates with various developer tools.
In an AWS blog post, the authors write that the CCAPI MCP Server simplifies infrastructure management by eliminating the need to “wrestle with complex templates or documentation” and allows developers to “focus on what you need, not how to configure it”. It also notes that the tool directly translates developer intent into cloud infrastructure, significantly reducing configuration overhead.
(Source: AWS DevOps & Developer Productivity Blog)
Furthermore, the server supports a read-only mode to prevent mutating actions. Tobias Schmidt, a freelance software engineer, wrote in a LinkedIn post:
Not a replacement for IaC, but I guess it could be nice for MVPs & Spikes. Even has some security checks built in: try to do something dumb (like open an S3 bucket to the world or nuke all resources), and it doesn’t continue immediately, but explains the risk, and asks for confirmation. Also has a read-only mode and cost estimates.
However, the real test for these tools will be whether organizations adopt strong governance around them., Laroy Shtotland, a Coud Security Architect, wrote in another LinkedIn post:
The real test will be whether organizations adopt strong governance around these tools: ensuring least-privilege roles for agents, requiring approvals for sensitive changes, monitoring outputs against policy, and validating that the AI-generated infrastructure is not only functional but also compliant.
Lastly, more details and guidance are available in a YouTube video on AWS Cloud Control API MCP Server by Kevon Meyers.