Model Context Protocol (MCP) server that enables LLMs to directly create and manage over 1,100 AWS resources through natural language using AWS Cloud Control API and IaC Generator with Infrastructure as Code best practices.
This server provides the following tools for AI assistants:
Prepares resource properties for Cloud Control API operations and generates CloudFormation-format template for security scanning.
Runs Checkov security and compliance scanner on CloudFormation template.
Creates CloudFormation templates from existing AWS resources using IaC Generator API.
Provides detailed information about the current AWS session including account ID and region.
Quick one-step account info retrieval.
Explains any data in clear, human-readable format including infrastructure changes.
Gets details of a specific AWS resource using the AWS Cloud Control API.
Lists AWS resources of a specified type using AWS Cloud Control API.
Get schema information for an AWS CloudFormation resource.
Get the status of a mutation that was initiated by create/update/delete resource.
Updates an AWS resource using the AWS Cloud Control API with RFC 6902 JSON Patch operations.
Deletes an AWS resource using the AWS Cloud Control API.
Checks if AWS credentials are properly configured through AWS_PROFILE or environment variables.
Creates an AWS resource using the AWS Cloud Control API with declarative approach.