tencentcloud-live-mcp-server
Provides an MCP (Model Context Protocol) server that exposes Tencent Cloud Live APIs as MCP Tools for domain management, stream pull/relay task management, stream management, and transcoding template/rule management. It is intended to let an AI agent call these operations via natural-language tool invocation.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Uses Tencent Cloud API key credentials via environment variables (better than embedding in code). README does not describe whether the MCP server authenticates callers (no mention of its own auth), how requests are authorized/limited, or how secrets are prevented from being logged. Rate limiting, audit logging, and least-privilege guidance for Tencent Cloud permissions are not documented here. TLS enforcement for the MCP transport is not stated.
⚡ Reliability
Best When
When you want an MCP-compatible AI agent to orchestrate Tencent Cloud Live operations using tool calls and you can supply Tencent Cloud credentials securely via environment variables.
Avoid When
When you cannot securely manage long-lived Tencent Cloud API credentials, or when you require clearly documented retry/rate-limit/idempotency behaviors from the MCP server itself.
Use Cases
- • AI-driven automation of Tencent Cloud Live domain enable/disable and lifecycle management
- • Agent-assisted creation and updates of live pull/relay tasks
- • Automated monitoring/response for live stream state (query status, manage stream playback behaviors)
- • Programmatic management of transcoding templates and transcoding rules via agent tool calls
- • Operational workflows where an LLM orchestrates Tencent Cloud Live tasks
Not For
- • Use as a public-facing service without additional deployment hardening (authz, network restrictions, auditing)
- • Workloads that require strict/verified idempotency guarantees for all operations
- • Environments needing documented OpenAPI/REST contracts or formal rate-limit policy guarantees (not evidenced here)
Interface
Authentication
Auth is done via Tencent Cloud API keys provided as environment variables. README does not describe fine-grained scopes/permissions at the MCP layer.
Pricing
Pricing for the MCP server itself is not described; Tencent Cloud API usage charges would apply when calling the underlying services.
Agent Metadata
Known Gotchas
- ⚠ Tool operations may not be idempotent (e.g., create/update/delete actions). Agents should be cautious about repeated calls after partial failures/timeouts.
- ⚠ Credential handling: the MCP server expects environment variables containing long-lived Tencent Cloud API keys.
- ⚠ Rate limiting and backoff behavior are not documented in the provided README, so agent retry strategies should be conservative.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for tencentcloud-live-mcp-server.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.