mcp-server-as

jubaoliang/mcp-server-as

3.2

If you are the rightful owner of mcp-server-as and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Tencent Cloud AS MCP Server is designed to manage auto scaling groups and related resources on Tencent Cloud, providing full lifecycle management and scaling operations.

Tools
7
Resources
0
Prompts
0

Tencent Cloud AS MCP Server

Implementation of Tencent Cloud Auto Scaling (AS) MCP server for managing Tencent Cloud auto scaling groups and related resources.

Features

  • Auto Scaling Group Management: Full lifecycle management including creating, modifying, enabling, and disabling auto scaling groups
  • Scaling Policy Execution: Support manual execution of scale-out and scale-in operations
  • Capacity Management: Support modifying the desired capacity of auto scaling groups

API List

🏗️ Auto Scaling Group Management

Tool NameDescription
CreateAutoScalingGroupCreate an auto scaling group
DescribeAutoScalingGroupsQuery auto scaling groups
ModifyAutoScalingGroupModify an auto scaling group
EnableAutoScalingGroupEnable an auto scaling group
DisableAutoScalingGroupDisable an auto scaling group

⚡ Scaling Operations

Tool NameDescription
ExecuteScalingPolicyExecute a scaling policy
ModifyDesiredCapacityModify the desired capacity

Configuration

Set Tencent Cloud Credentials

  1. Obtain SecretId and SecretKey from Tencent Cloud Console
  2. Set default region (optional)

Environment Variables

Configure the following environment variables:

  • TENCENTCLOUD_SECRET_ID: Tencent Cloud SecretId
  • TENCENTCLOUD_SECRET_KEY: Tencent Cloud SecretKey
  • TENCENTCLOUD_REGION: Default region (optional)

Usage in Claude Desktop

Add the following configuration to claude_desktop_config.json:

{
  "mcpServers": {
    "tencent-as": {
      "command": "uv",
      "args": [
        "run",
        "mcp-server-as"
      ],
      "env": {
        "TENCENTCLOUD_SECRET_ID": "YOUR_SECRET_ID_HERE",
        "TENCENTCLOUD_SECRET_KEY": "YOUR_SECRET_KEY_HERE",
        "TENCENTCLOUD_REGION": "YOUR_REGION_HERE"
      }
    }
  }
}

Installation

pip install mcp-server-as

License

MIT License. See LICENSE file for details.