Tencent START

Tencent START MCP Connector for Claude

A+

Orchestrate Tencent START Cloud Gaming (GS) — manage server sessions, monitor workers, and scale capacity directly from any AI agent.

11 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agents to Tencent START Cloud Gaming (GS), the high-performance PaaS platform for cloud-native gaming. This MCP provides 11 tools to automate game instance locking, session creation, and scaling management.

What you can do

  • Session Lifecycle — Lock workers, create server sessions, and stop games programmatically
  • Resource Management — Monitor worker status and availability across different game IDs
  • User Monitoring — Track concurrent users and worker assignments in real-time
  • Capacity Scaling — Modify concurrency limits to dynamically adjust to player demand

How it works

  1. Subscribe to this server
  2. Log in to the Tencent Cloud Console
  3. Navigate to Access Management (CAM) and generate a SecretId and SecretKey
  4. Enable the Cloud Gaming (GS) service
  5. Copy your credentials and preferred Region into the fields below

Who is this for?

  • Game Developers — automate backend orchestration for cloud-native titles
  • Platform Operators — monitor resource utilization and concurrent user metrics
  • Infrastructure Engineers — scale cloud gaming capacity based on real-time demand
tencent-cloudcloud-gaminggaming-paassession-orchestrationresource-management

11 tools expose this connector's capabilities to your AI agent.

create_session

Initialize a cloud gaming session

get_capacity_limit

Check max concurrent user limit for a game

get_concurrent_user_info

Check current concurrency for a game

get_worker_info

Get worker info for a specific user

list_games

List games available on the Tencent GS platform

list_workers

List status of cloud gaming workers

modify_capacity_limit

Update max concurrent user limit for a game

stop_game

Ends a game session and releases the instance

stop_publish_stream_by_action

Stops the video stream using an explicit action code

stop_publish_stream

Stops the video stream for a specific user

try_lock_worker

Locks a cloud gaming instance for a specific user

See how to talk to your AI agent using Tencent START.

List all cloud games available in region 'ap-guangzhou'.

I've fetched the game catalog for 'ap-guangzhou'. You have 3 active titles: 'League of Legends' (ID: game_101), 'CrossFire' (ID: game_202), and 'Naraka' (ID: game_303). Would you like to check the worker status for any of these?

Check the status of workers for game 'game_101'.

Querying worker status for 'League of Legends'... I found 50 total workers: 35 are 'Occupied', 12 are 'Idle' (Ready), and 3 are in 'Maintenance'.

Modify the concurrency limit for game 'game_202' to 100 users.

Connecting to capacity management... Concurrency limit for 'CrossFire' (ID: game_202) has been successfully updated to 100. The infrastructure is scaling to match.

Yes! Use the `list_games` tool. It will retrieve metadata for all configured cloud games, including their names and unique identifiers.

Related Connectors