hotlogin-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCAL_SERVICE_PORT | No | Local service port (used when endpoint is not set) | |
| LOCAL_SERVICE_TOKEN | No | Authentication token (if your local service has authentication enabled) | |
| LOCAL_SERVICE_ENDPOINT | No | Local service address (e.g., http://127.0.0.1:50325) |
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 |
|---|---|
| health_checkB | 检查火云本地服务是否可用 |
| env_queryC | 分页查询环境列表 |
| env_profileC | 获取单个环境详情 |
| env_cookieC | 获取单个环境 Cookie |
| env_createD | 创建环境 |
| env_reviseD | 更新环境 |
| env_transfer_groupC | 批量调整环境分组 |
| env_removeC | 删除环境 |
| env_purge_cacheC | 清理环境缓存 |
| env_launchD | 启动环境 |
| env_terminateD | 关闭环境 |
| env_terminate_allB | 关闭全部已打开环境 |
| env_runtime_stateC | 获取环境运行状态 |
| env_openedB | 查询当前已打开环境列表 |
| env_window_layoutC | 整理环境窗口布局 |
| group_queryC | 查询分组列表 |
| group_createD | 创建分组 |
| group_reviseD | 更新分组 |
| group_removeD | 删除分组 |
| proxy_queryC | 查询代理列表 |
| proxy_createD | 创建代理 |
| proxy_reviseD | 更新代理 |
| proxy_removeD | 删除代理 |
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 23 tools
Each tool has a clearly distinct purpose with no ambiguity. Tools are organized by resource type (env, group, proxy, health) and specific actions (create, query, remove, revise, etc.), making it easy for an agent to select the right tool without confusion.
Tool names follow a highly consistent pattern throughout: resource_action format (e.g., env_create, group_query, proxy_remove). All tools use snake_case with no deviations, and verbs are standardized across resources, ensuring predictable naming.
With 23 tools, the count is slightly high but reasonable for the server's scope of managing environments, groups, and proxies. Each tool appears to earn its place by covering specific operations, though it may feel heavy compared to simpler servers.
The tool surface provides complete CRUD/lifecycle coverage for environments, groups, and proxies, including additional operations like launching, terminating, and checking health. There are no obvious gaps, and agents can handle full workflows without dead ends.