Tencent Cloud Live
An MCP server for interacting with the Tencent Cloud Live Streaming service API.
腾讯云直播服务
本服务基于Model Context Protocol(MCP)实现提供腾讯云直播API调用Tools的MCP Server,提供腾讯云直播域名管理、拉流转推、直播流管理和流管理等相关接口。
简介
本项目主要为大语言模型提供通过自然语言调用腾讯云直播API,管理腾讯云直播服务的能力。
依赖环境
- Python 1.12
- 腾讯云API密钥( 腾讯云控制台申请 )
- TENCENTCLOUD_SECRET_ID
- TENCENTCLOUD_SECRET_KEY
- 腾讯云SDK-Python
获取安装
本地运行Server
# 配置环境变量
export TENCENTCLOUD_SECRET_ID="您的腾讯云SecretId"
export TENCENTCLOUD_SECRET_KEY="您的腾讯云SecretId"
# 启动服务
uv run src/server.py
Cursor中使用
通过发布在PyPI的包使用
先决条件:uv包管理器
需要注意的是,你必须安装好了uvx才可以进行Cursor的配置。
{
"mcpServers": {
"tencentcloud-live-mcp-server": {
"command": "uvx",
"args": [
"tencentcloud-live-mcp-server"
],
"env": {
"TENCENTCLOUD_SECRET_ID": "------> 替换成你自己的 ID <------",
"TENCENTCLOUD_SECRET_KEY": "------> 替换成你自己的 KEY <------"
}
}
}
}
完成后重启Cursor完成配置。
功能
- Tools
- 域名管理
- 添加域名
- 删除域名
- 启用域名
- 禁用域名
- 查询域名信息
- 查询域名列表
- 拉流转推
- 删除直播拉流任务
- 查询直播拉流任务
- 创建直播拉流任务
- 更新直播拉流任务
- 直播流管理
- 查询流状态
- 查询直播中的流
- 流管理
- 断开直播流
- 恢复直播流
- 禁播直播流
- 查询推断流事件
- 设置延时直播
- 取消直播延时
- 转码模版
- 创建转码模版
- 删除转码模版
- 创建转码规则
- 删除转码规则
- 域名管理
使用场景
MCP 如何赋能 AI Agent
- MCP 提供统一的 protocol + params 语义化接口。
- 签名、证书管理、API版本兼容等问题由 MCP Server 处理,AI Agent 只需关注业务逻辑。
- 标准化错误处理
- 降低开发门槛
MCP AI Agent 增强场景
- AI驱动的云直播域名自动化运维:
- 通过MCP协议将腾讯云直播域名管理的操作转化为可调用的工具。
- 使大模型可根据自然语言指令完成域名管理操作。
- AI运营专员零代码创建拉转推任务:
- 无需记忆API参数规则,口语化指令直接拉起目标任务。
- 一键跨平台分发,将直播流一键转发多平台。
- AI直播房间智能化管理:
- 快速熔断违规直播间,言出即停。
- 实时掌控活跃直播间信息,联动多平台,纵览全局。
- AI模板管理:
- 目前已支持转码类模板的智能管理,可通过文本指令进行转码模板的增删改查操作。
Servidores relacionados
Rostro
Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.
commercetools MCP Essentials
An MCP server and toolkit for integrating with the commercetools platform APIs.
Codehooks.io
Integrate with the Codehooks.io serverless backend platform.
Alpaca MCP Gold Standard
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
Bitrix24
The Bitrix24 MCP Server is designed to connect external systems to Bitrix24. It provides AI agents with standardized access to Bitrix24 features and data via the Model Context Protocol (MCP). The MCP server enables external AI systems to interact with Bitrix24 modules through a single standardized interface. You can connect the Bitrix24 MCP Server to the AI model you already use and manage Bitrix24 directly from it. The MCP server allows actions to be performed and data to be retrieved strictly within the access rights configured in your Bitrix24: the AI agent receives only the information and capabilities that are explicitly requested and authorized. Interaction with the Tasks module is supported (the list of supported modules and available actions is gradually expanding).
Edge Delta MCP Server
Integrates with Edge Delta APIs for advanced automation and interaction.
Remote MCP Server on Cloudflare
A remote MCP server running on Cloudflare Workers with OAuth login support.
Uptime Agent
Connects your Uptime Agent monitoring system to AI assistants.
Fitbit
Access your Fitbit health and fitness data for personalized insights.
Microsoft Entra ID MCP Server
A Python MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph.