Skip to content
MCP-BridgeMCP-Bridge
Databases

Application Auto Scaling MCP Config

<p>With Application Auto Scaling, you can configure automatic scaling for the following resources:</p> <ul> <li> <p>Amazon AppStream 2.0 fleets</p> </li> <li> <p>Amazon Aurora Replicas</p> </li> <li> <p>Amazon Comprehend document classification and entity recognizer endpoints</p> </li> <li> <p>Amazo

Config URL

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

https://mcpbridge.org/config/amazonaws-com-application-autoscaling.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-application-autoscaling": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-application-autoscaling"
      ],
      "env": {
        "APPLICATION_AUTO_SCALING_API_KEY": "your_application_auto_scaling_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-application-autoscaling": {
      "url": "https://mcpbridge.org/config/amazonaws-com-application-autoscaling.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-application-autoscaling": {
      "url": "https://mcpbridge.org/config/amazonaws-com-application-autoscaling.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-application-autoscaling.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-application-autoscaling": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-application-autoscaling"],
      "env": {
      "APPLICATION_AUTO_SCALING_API_KEY": "your_application_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://mcpbridge.org/config/amazonaws-com-application-autoscaling.json

Environment Variables

APPLICATION_AUTO_SCALING_API_KEY

Replace your_application_auto_scaling_api_key with your actual application auto scaling api key

Endpoints

POST/#X-Amz-Target=AnyScaleFrontendService.DeleteScalingPolicy

DeleteScalingPolicy

POST/#X-Amz-Target=AnyScaleFrontendService.DeleteScheduledAction

DeleteScheduledAction

POST/#X-Amz-Target=AnyScaleFrontendService.DeregisterScalableTarget

DeregisterScalableTarget

POST/#X-Amz-Target=AnyScaleFrontendService.DescribeScalableTargets

DescribeScalableTargets

POST/#X-Amz-Target=AnyScaleFrontendService.DescribeScalingActivities

DescribeScalingActivities

POST/#X-Amz-Target=AnyScaleFrontendService.DescribeScalingPolicies

DescribeScalingPolicies

POST/#X-Amz-Target=AnyScaleFrontendService.DescribeScheduledActions

DescribeScheduledActions

POST/#X-Amz-Target=AnyScaleFrontendService.ListTagsForResource

ListTagsForResource

POST/#X-Amz-Target=AnyScaleFrontendService.PutScalingPolicy

PutScalingPolicy

POST/#X-Amz-Target=AnyScaleFrontendService.PutScheduledAction

PutScheduledAction