Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Compute Optimizer MCP Config

Compute Optimizer is a service that analyzes the configuration and utilization metrics of your Amazon Web Services compute resources, such as Amazon EC2 instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS volumes, and Amazon ECS services on Fargate. It reports whether your resour

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-compute-optimizer": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-compute-optimizer"],
      "env": {
      "AWS_COMPUTE_OPTIMIZER_API_KEY": "your_aws_compute_optimizer_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-compute-optimizer.json

Environment Variables

AWS_COMPUTE_OPTIMIZER_API_KEY

Replace your_aws_compute_optimizer_api_key with your actual aws compute optimizer api key

Endpoints

POST/#X-Amz-Target=ComputeOptimizerService.DeleteRecommendationPreferences

DeleteRecommendationPreferences

POST/#X-Amz-Target=ComputeOptimizerService.DescribeRecommendationExportJobs

DescribeRecommendationExportJobs

POST/#X-Amz-Target=ComputeOptimizerService.ExportAutoScalingGroupRecommendations

ExportAutoScalingGroupRecommendations

POST/#X-Amz-Target=ComputeOptimizerService.ExportEBSVolumeRecommendations

ExportEBSVolumeRecommendations

POST/#X-Amz-Target=ComputeOptimizerService.ExportEC2InstanceRecommendations

ExportEC2InstanceRecommendations

POST/#X-Amz-Target=ComputeOptimizerService.ExportECSServiceRecommendations

ExportECSServiceRecommendations

POST/#X-Amz-Target=ComputeOptimizerService.ExportLambdaFunctionRecommendations

ExportLambdaFunctionRecommendations

POST/#X-Amz-Target=ComputeOptimizerService.GetAutoScalingGroupRecommendations

GetAutoScalingGroupRecommendations

POST/#X-Amz-Target=ComputeOptimizerService.GetEBSVolumeRecommendations

GetEBSVolumeRecommendations

POST/#X-Amz-Target=ComputeOptimizerService.GetEC2InstanceRecommendations

GetEC2InstanceRecommendations