Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Well-Architected Tool MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-wellarchitected.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-wellarchitected.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-wellarchitected.json

Environment Variables

AWS_WELL_ARCHITECTED_TOOL_API_KEY

Replace your_aws_well_architected_tool_api_key with your actual 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