Skip to content
MCP-Bridge
Cloud Infrastructure

Auto Scaling MCP Config

<fullname>Amazon EC2 Auto Scaling</fullname> <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on user-defined scaling policies, scheduled actions, and health checks.</p> <p>For more information, see the <a href="https://docs.aws.amazon.com/autoscaling/

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-autoscaling": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-autoscaling"],
      "env": {
      "AUTO_SCALING_API_KEY": "your_auto_scaling_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-autoscaling.json

Environment Variables

AUTO_SCALING_API_KEY

Replace your_auto_scaling_api_key with your actual auto scaling api key

Endpoints

GET/#Action=AttachInstances

GET_AttachInstances

POST/#Action=AttachInstances

POST_AttachInstances

GET/#Action=AttachLoadBalancerTargetGroups

GET_AttachLoadBalancerTargetGroups

POST/#Action=AttachLoadBalancerTargetGroups

POST_AttachLoadBalancerTargetGroups

GET/#Action=AttachLoadBalancers

GET_AttachLoadBalancers

POST/#Action=AttachLoadBalancers

POST_AttachLoadBalancers

GET/#Action=AttachTrafficSources

GET_AttachTrafficSources

POST/#Action=AttachTrafficSources

POST_AttachTrafficSources

GET/#Action=BatchDeleteScheduledAction

GET_BatchDeleteScheduledAction

POST/#Action=BatchDeleteScheduledAction

POST_BatchDeleteScheduledAction