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 Name | Description |
---|---|
CreateAutoScalingGroup | Create an auto scaling group |
DescribeAutoScalingGroups | Query auto scaling groups |
ModifyAutoScalingGroup | Modify an auto scaling group |
EnableAutoScalingGroup | Enable an auto scaling group |
DisableAutoScalingGroup | Disable an auto scaling group |
⚡ Scaling Operations
Tool Name | Description |
---|---|
ExecuteScalingPolicy | Execute a scaling policy |
ModifyDesiredCapacity | Modify the desired capacity |
Configuration
Set Tencent Cloud Credentials
- Obtain SecretId and SecretKey from Tencent Cloud Console
- Set default region (optional)
Environment Variables
Configure the following environment variables:
TENCENTCLOUD_SECRET_ID
: Tencent Cloud SecretIdTENCENTCLOUD_SECRET_KEY
: Tencent Cloud SecretKeyTENCENTCLOUD_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.