Skip to content
Cloud InfrastructureAuto-generatedScore: 46

AWS Well-Architected Tool MCP Server

The AWS Well-Architected Tool API provides programmatic access to the Well-Architected Tool, a service designed to help cloud architects review and improve their workloads against the AWS Well-Architected Framework's six pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability.

Quick Start Summary

The AWS Well-Architected Tool MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the AWS Well-Architected Tool API through natural language. It exposes 10 API endpoints as callable tools, such as AssociateLenses, ListLensShares, CreateLensShare, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-wellarchitected. This integration is sourced from the auto AWS Well-Architected Tool OpenAPI specification (v2020-03-31) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2020-03-31
Install Command
npx -y @mcp/amazonaws-com-wellarchitected

Environment Variables

AWS_WELL_ARCHITECTED_TOOL_API_KEY

Example: your_aws_well_architected_tool_api_key

Top Endpoints

PATCH
/workloads/{WorkloadId}/associateLenses

AssociateLenses

GET
/lenses/{LensAlias}/shares

ListLensShares

POST
/lenses/{LensAlias}/shares

CreateLensShare

POST
/lenses/{LensAlias}/versions

CreateLensVersion

POST
/workloads/{WorkloadId}/milestones

CreateMilestone

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
The AWS Well-Architected Tool API provides programmatic access to the Well-Architected Tool, a service designed to help cloud architects review and improve their workloads against the AWS Well-Architected Framework's six pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability. This API enables developers, DevOps engineers, and cloud architects to manage and automate the architectural review lifecycle. Core capabilities include creating and managing workloads for review, attaching AWS or custom lenses (like the Security Pillar or a company-specific framework), conducting milestone assessments to track progress over time, and sharing review results across organizational units for collaborative improvement. Enterprise use cases range from embedding architectural reviews into CI/CD pipelines to ensure new deployments meet baseline standards, to automating the generation of compliance and risk assessment reports for governance committees, and scaling the framework adoption across hundreds of microservices by managing workloads programmatically.
🤖AI Agent Value
When exposed as a tool to an AI coding assistant via the Model Context Protocol (MCP), this API gains significant new value by transforming static documentation into a dynamic, action-oriented partner. An AI agent can leverage this MCP server to bridge the gap between architectural theory and hands-on implementation. It can not only explain a Well-Architected best practice but also directly interact with a user's cloud environment to assess compliance with that practice. For instance, an AI assistant could help a developer instantly check if a newly defined workload configuration in infrastructure-as-code templates aligns with the Reliability pillar by querying associated review data, or it could facilitate collaborative reviews by programmatically generating shareable links to draft milestones, streamlining the peer feedback process that is often manual and fragmented.
💬Example Workflows
Practical workflow examples highlight the transformative potential of this integration. A developer could instruct the AI: "Create a new workload for our payment processing service, associate the core AWS Well-Architected Lens, and set the first milestone to capture our current architecture." The AI agent would execute the sequence of API calls to create the workload, link the lens, and establish the baseline milestone. Furthermore, a team lead might ask, "Share the latest review of our analytics platform with the security team's share group for feedback," and the AI would identify the correct workload, retrieve the current lens shares, and use the API to generate and send a new share invitation. This allows the AI to act as an orchestrator for architectural governance, automating repetitive setup and coordination tasks so that engineers can focus on the substantive analysis and remediation work.
🛡️Security & Auth
While the API endpoints themselves do not define authentication, it is imperative that developers implement robust security practices at the server level. The MCP server implementation must be configured with appropriate AWS IAM roles that grant the minimal necessary permissions (principle of least privilege) to perform actions on the Well-Architected Tool, such as wellarchitected:CreateWorkload or wellarchitected:GetLensShare. Sensitive operations, especially sharing lenses and workloads, must be tightly controlled. Best practices include using IAM policies that restrict access to specific workload IDs or lens aliases where possible, enabling AWS CloudTrail to log all API calls made by the server for auditability, and ensuring the MCP server itself is deployed in a secure context where its credentials (like an instance profile or environment variables) are not exposed. Developers should also be aware that sharing a lens or workload grants the recipient access to read its details, so shares should be managed with the same care as access to sensitive data.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →