Tencent Cloud Live MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TENCENTCLOUD_SECRET_ID | Yes | 您的腾讯云SecretId(在腾讯云控制台申请:https://console.cloud.tencent.com/cam/capi) | |
| TENCENTCLOUD_SECRET_KEY | Yes | 您的腾讯云SecretKey(在腾讯云控制台申请:https://console.cloud.tencent.com/cam/capi) |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| describe_rtmp_addrC | |
| describe_play_addrC | |
| add_live_domainC | |
| delete_live_domainC | |
| enable_live_domainC | |
| forbid_live_domainC | |
| describe_live_domainC | |
| describe_live_domainsC | |
| delete_live_pull_stream_taskC | |
| describe_live_pull_stream_tasksC | |
| create_live_pull_stream_taskC | |
| describe_live_stream_stateC | |
| describe_live_stream_online_listC | |
| drop_live_streamC | |
| resume_live_streamC | |
| forbid_live_streamC | |
| describe_live_stream_event_listC | |
| add_delay_live_streamC | |
| resume_delay_live_streamC | |
| create_live_transcode_templateC | |
| delete_live_transcode_templateC | |
| create_live_transcode_ruleC | |
| delete_live_transcode_ruleC | |
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
Most tools have distinct purposes targeting specific resources and actions (e.g., domain management, stream control, transcode operations). However, some overlap exists between 'describe_play_addr' and 'describe_rtmp_addr' (both retrieve addresses) and between 'forbid_live_stream' and 'drop_live_stream' (both stop streams), which could cause minor confusion.
Tool names follow a highly consistent verb_noun pattern throughout, using snake_case uniformly. Verbs like 'add', 'create', 'delete', 'describe', 'enable', 'forbid', 'drop', and 'resume' are applied predictably to nouns like 'domain', 'stream', 'task', and 'template', making the set easy to navigate.
With 23 tools, the count is slightly high but reasonable for a comprehensive live streaming service covering domains, streams, tasks, and templates. It supports core workflows without being excessively bloated, though some consolidation might improve usability.
The tool set provides complete CRUD/lifecycle coverage for Tencent Cloud Live's domain, including domain management (add, delete, enable, forbid, describe), stream control (forbid, drop, resume, delay), task handling (create, delete, describe), and transcode operations (create/delete rules and templates). No obvious gaps are present for the stated purpose.