
Volcano Engine VOD
STDIOVolcano Engine VOD MCP server for intelligent video editing and management operations
Volcano Engine VOD MCP server for intelligent video editing and management operations
An efficient and convenient video editing assistant that enables various editing operations through conversational interaction, including multi-video timeline splicing, long video segmentation and splicing, and adding transition animations, lowering the technical barrier and operational costs of video editing.
Version | v1.0.0 |
---|---|
Description | Volcano Engine VOD Intelligent Editing Assistant |
Category | Video Cloud, Video-on-Demand |
Tags | VOD, Video-on-Demand, Video Editing |
This MCP Server product provides the following Tools (capabilities):
Get detailed information of a specified space, including region, space description and creation time.
Call get_space_detail to get space details
Query user's video on demand space list, can get information of all spaces under current account.
Call list_space to get space list
Create video on demand space. Space is the basic unit of resource isolation, each space can independently configure business resources, business templates, business flows and business strategies.
Call create_space to create VOD space
Upload local videos, can upload local videos to specified VOD space.
Call upload_media to upload local videos
Submit video editing tasks, can edit video resources in specified VOD space, enabling multi-video timeline splicing, single video multi-segment extraction, adding text and transition animations.
Call submit_direct_edit_task_async to submit editing task
Query video editing task processing progress, can query editing task processing progress after submission.
Call get_direct_edit_progress to query editing task progress
Query editing task processing result.
Call get_direct_edit_result to query editing task result
Get video playback information, can get video playback information including playback address, cover etc.
Call get_play_info to query video playback address
Query domain list, query all domain lists configured under user's specified space.
Call list_domain to query VOD space configured domains
Query media asset information, get media asset information through Vid (video ID), including basic information, source information and media processing output file information.
Call get_media_info to query video details
Get audio/video information, get audio/video information of specified Vid (video ID).
Call get_media_list to query VOD space media asset list
Ark, Cursor, Trae etc.
Volcano Engine-Video on Demand-Console
Please apply for VOLCENGINE_ACCESS_KEY, VOLCENGINE_SECRET_KEY at Volcano Engine-Video on Demand-Console
Configure MCP service in mcp client, MCP JSON configuration:
{ "mcpServers": { "vevod": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_vod", "mcp-server-vod" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK" } } } }
MIT