Lighthouse MCP Server
The MCP service developed based on Tencent Cloud Lighthouse API enables intelligent management of cloud servers.
Go to CloudBase Platform to create MCP Server
The server provides the following core features:
- Instance Management
- Get instance list
- Get available regions
- Query instance monitoring data
- Instance Self-Diagnostics
- Security Management
- Firewall Rules Configuration
Environment Variable Configuration
Before running, the following environment variables need to be set:
TENCENTCLOUD_SECRET_KEY
: Tencent Cloud API SecretKeyTENCENTCLOUD_SECRET_ID
: Tencent Cloud API SecretId
🛠️ Tool List
Tool Identifier | Function Description | Typical Application Scenarios |
---|---|---|
get_instances | Get server instance list | instance status monitoring, asset management |
get_monitor_data | Query instance monitoring data | performance analysis, troubleshooting |
set_firewall | Configure firewall rules | Network security control |
get_regions | Get available regions | Resource deployment planning |
self_test | Perform instance self-diagnosis | security audit, system health check |
Tool List
The server provides the following tools:
get_instances
: Get the server instance list under the user's account- Returns information such as instance name, instance ID, system disk ID, etc.
get_monitor_data
: Get instance monitoring data- Supports data queries for different time ranges
- Automatically adapts query intervals
- Supports multiple monitoring metrics
set_firewall
: Set firewall rules- Supports configuration of ports, protocols, access control, etc.
- Supports IPv4/IPv6
get_regions
: Get available regionsself_test
: Instance self-diagnosis- Supports multi-dimensional security checks
- Generate risk assessment report
- Supports in-depth diagnosis