Alibaba Cloud Operations MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| test_alibaba_connectionB | 测试阿里云连接状态 |
| describe_ecs_instancesC | 查询ECS实例信息 |
| describe_ecs_regionsB | 查询ECS可用区域列表 |
| describe_ecs_zonesB | 查询ECS可用区列表 |
| list_oss_bucketsC | 列出OSS存储桶 |
| create_oss_bucketC | 创建OSS存储桶 |
| delete_oss_bucketC | 删除OSS存储桶 |
| describe_vpcsC | 查询VPC列表 |
| describe_vswitchesB | 查询交换机列表 |
| describe_rds_instancesC | 查询RDS实例列表 |
| get_cpu_usage_dataB | 获取ECS实例CPU使用率数据 |
| get_memory_usage_dataC | 获取ECS实例内存使用率数据 |
| get_disk_usage_dataC | 获取ECS实例磁盘使用率数据 |
| run_ecs_commandC | 在ECS实例上运行命令 |
| start_ecs_instancesC | 启动ECS实例 |
| stop_ecs_instancesC | 停止ECS实例 |
| reboot_ecs_instancesC | 重启ECS实例 |
| prompt_understandingA | 阿里云专家提示词理解 - 总是首先使用此工具来理解针对阿里云的用户查询并转换为阿里云专家建议 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Most tools have distinct purposes targeting specific Alibaba Cloud services and operations, with clear boundaries between resource management (OSS, ECS, RDS, VPC) and monitoring/operations. However, the 'prompt_understanding' tool overlaps conceptually with the agent's own reasoning capabilities, potentially causing confusion about when to use it versus other tools for query interpretation.
The naming follows consistent snake_case patterns with clear verb_noun conventions for most tools (e.g., create_oss_bucket, describe_ecs_instances, get_cpu_usage_data). The only deviation is 'prompt_understanding' which uses a different verb style, but this is a single exception among otherwise uniform naming.
With 18 tools, the count is slightly high but reasonable for covering multiple Alibaba Cloud services (OSS, ECS, RDS, VPC) with basic operations. It provides a balanced scope without being overwhelming, though some services have more comprehensive coverage than others.
The toolset covers basic operations for OSS (CRUD), ECS (describe, monitor, control), and other services, but has notable gaps. There's no update operations for most resources, limited monitoring beyond ECS, and missing lifecycle management for RDS/VPC. The 'prompt_understanding' tool doesn't fill these functional gaps.