Qencode

Qencode MCP Connector for Claude

A+

Automate video transcoding and live streaming via Qencode — manage tasks, start encodings, and orchestrate live streams directly from any AI agent.

11 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Qencode account to any AI agent to handle high-performance video processing and live broadcasting through natural conversation.

What you can do

  • Video Transcoding — Initialize tasks and start encoding processes with custom JSON queries for source and output formats
  • Live Streaming — Create and manage live streams using RTMP, WebRTC, or SRT protocols with HLS/CMAF delivery
  • Simulcasting — Add restreaming targets like YouTube or Twitch to your active live feeds automatically
  • Status Monitoring — Track the real-time progress of multiple transcoding tasks (downloading, encoding, saving)
  • Infrastructure Management — Manage custom CDN domains and update live stream configurations like DVR settings

How it works

  1. Subscribe to this server
  2. Enter your Qencode API Key
  3. Start processing video assets and managing broadcasts from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Video Engineers — automate complex transcoding workflows and monitor task queues without leaving the terminal or editor
  • Content Platforms — orchestrate live streaming infrastructure and simulcasting targets programmatically
  • Product Teams — integrate video processing status checks directly into project management or dev tools
video-transcodinglive-streamingsimulcastvideo-apicloud-encoding

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

create_live_stream

Requires a live access token. Create a new live stream

create_task

Create a new transcoding task

get_access_token

Required before creating tasks. Get a session-based access token for transcoding

get_live_access_token

Get an access token for live streaming

get_task_status

Get the status of one or more transcoding tasks

start_encode

Start a transcoding task with specific parameters

start_live_stream

Start a live stream

update_live_stream

Update a live stream configuration

add_simulcast_target

Add a simulcast target to a live stream

create_domain

Create a custom CDN domain

stop_live_stream

Stop a live stream

See how to talk to your AI agent using Qencode.

Get a session access token for transcoding.

I've retrieved your session token. You can now use it to initialize new transcoding tasks.

Check the status of task tokens 550e8400-e29b and 660f9500-f30c.

Task 550e8400-e29b is currently 'encoding' (45% complete), while task 660f9500-f30c has 'completed' successfully.

Create a new live stream named 'Webinar' with RTMP input and HLS output.

Live stream 'Webinar' has been created. Stream ID: st_98234. You can now start the stream using the `start_live_stream` tool.

Use the `get_task_status` tool with your task tokens. It returns the current state such as 'downloading', 'encoding', 'saving', or 'completed' for one or more tasks.

Related Connectors