lighthouse-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TENCENT_SECRET_ID | Yes | Your Tencent Cloud API Secret ID. | |
| TENCENT_SECRET_KEY | Yes | Your Tencent Cloud API Secret Key. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| describe_regionsA | 查询所有可用的 Lighthouse 地域列表 |
| describe_instancesC | 查询轻量应用服务器实例列表 |
| get_monitor_dataB | 获取实例监控数据(CPU/内存/带宽/磁盘IO等) |
| describe_firewall_rulesB | 查询实例的防火墙规则 |
| create_firewall_rulesC | 为实例添加防火墙规则 |
| delete_firewall_rulesC | 删除实例的防火墙规则 |
| describe_snapshotsB | 查询实例的快照列表 |
| execute_commandB | 在实例上远程执行命令(通过 TAT) |
| describe_command_tasksB | 查询 TAT 命令执行任务状态 |
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 9 tools
Each tool targets a distinct operation: firewall management (create/delete/describe), command execution and task status, instance listing, region listing, snapshots, and monitoring. No two tools overlap in purpose.
All tools follow a consistent verb_noun pattern in snake_case (e.g., create_firewall_rules, describe_instances, get_monitor_data). Verbs like describe, create, delete, execute, get are used predictably.
With 9 tools, the server is well-scoped for managing key aspects of Lighthouse instances: firewall, command execution, monitoring, and listing resources. The number is appropriate without being overwhelming.
The tool set covers firewall, command execution, monitoring, and listing of instances/snapshots/regions, but lacks instance lifecycle operations (create, delete, stop, start) and snapshot CRUD (only describe). This leaves notable gaps for full instance management.