huawei-cloud-ops-mcp-server
Verified Safeby zhiyibaby
Overview
Provides Huawei Cloud API access for AI assistants to query resources, prices, and guide workflows.
Installation
No command providedEnvironment Variables
- XIAOHEI2018_CLOUD_ACCESS_KEY
- XIAOHEI2018_CLOUD_SECRET_KEY
- KRSK2021_CLOUD_ACCESS_KEY
- KRSK2021_CLOUD_SECRET_KEY
- MCP_TRANSPORT
- MCP_HOST
- MCP_PORT
- LOG_LEVEL
- LOG_FILE
Security Notes
The server retrieves Huawei Cloud API keys from environment variables, which is good practice. API requests are signed using standard cryptographic methods (HMAC-SHA256/SM3). It explicitly restricts `huawei_api_request` to 'GET' methods (with a specific exception for 'POST' on LTS log queries), preventing arbitrary write/delete operations. Error handling, specifically `strict_error_handler`, captures all exceptions and returns full tracebacks in its output, which could expose internal system details if not handled securely by the consuming AI client. The server itself does not perform LLM calls, so 'avg_tokens_per_call' is not applicable to its internal operations.
Similar Servers
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
aws-mcp-server
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
alibaba-cloud-ops-mcp-server
Enables AI assistants to manage Alibaba Cloud resources (ECS, RDS, OSS, VPC, Cloud Monitor) and automate application deployment to ECS instances.