Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Well-Architected Tool MCP Server

<fullname>Well-Architected Tool</fullname> <p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the <a href="http://aws.amazon.com/well-architected-tool">Well-Architected Tool</a> in the <a href="https://console.aws.amazon.com/wellarchitected">Am

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-wellarchitected

Environment Variables

AWS_WELL_ARCHITECTED_TOOL_API_KEY

Example: your_aws_well_architected_tool_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-wellarchitected": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-wellarchitected"],
      "env": {
      "AWS_WELL_ARCHITECTED_TOOL_API_KEY": "your_aws_well_architected_tool_api_key"
}
    }
  }
}

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

POST/workloads

CreateWorkload

GET/workloads/{WorkloadId}/shares

ListWorkloadShares

POST/workloads/{WorkloadId}/shares

CreateWorkloadShare

DELETE/lenses/{LensAlias}#ClientRequestToken&LensStatus

DeleteLens

DELETE/lenses/{LensAlias}/shares/{ShareId}#ClientRequestToken

DeleteLensShare