AgentMarketMCP / SKILL 资产档案馆

目录 / mcp-veo

MCP 需 API Key 未评级 已上架

mcp-veo

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:apiKey)
端点
https://mcp-veo--acedatacloud-mcp.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "mcp-veo": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://mcp-veo--acedatacloud-mcp.run.tools"
    }
  }
}

能力清单

工具说明
veo_list_modelsList all available Veo models and their capabilities. Shows all available model versions with their features, supported actions, and image input rules. Use this to understand which model to choose for your video generation. Model comparison: - veo2/veo2-fast: Standard models, 1 image (first frame) - veo3/veo3-fast: Improved quality, 1-3 images supported - veo31/veo31-fast: Latest models, 1-3 images supported - veo31-fast-ingredient: Multi-image fusion mode (image2video only) Returns: Table of all models with their capabilities and image rules.
veo_list_actionsList all available Veo API actions and corresponding tools. Reference guide for what each action does and which tool to use. Helpful for understanding the full capabilities of the Veo MCP. Returns: Categorized list of all actions and their corresponding tools.
veo_get_prompt_guideGet guidance on writing effective prompts for Veo video generation. Shows how to structure prompts for best video generation results. Following these tips helps Veo understand your vision and generate more accurate and higher quality videos. Returns: Complete guide with prompt structure, examples, and tips.
veo_get_taskQuery the status and result of a video generation task. Use this to check if a generation is complete and retrieve the resulting video URLs and metadata. Use this when: - You want to check if a generation has completed - You need to retrieve video URLs from a previous generation - You want to get the full details of a generated video Task states: - 'processing': Generation is still in progress - 'succeeded': Generation finished successfully - 'failed': Generation failed (check error message) Returns: Task status and generated video information including URLs and state.
veo_get_tasks_batchQuery multiple video generation tasks at once. Efficiently check the status of multiple tasks in a single request. More efficient than calling veo_get_task multiple times. Use this when: - You have multiple pending generations to check - You want to get status of several videos at once - You're tracking a batch of generations Returns: Status and video information for all queried tasks.
veo_text_to_videoGenerate AI video from a text prompt using Veo. This creates a video from scratch based on your text description. Veo will interpret your prompt and generate a matching video clip. Use this when: - You want to create a video from a text description - You don't have a reference image to use - You want maximum creative freedom for Veo For video generation starting from an image, use veo_image_to_video instead. Returns: Task ID and generated video information including URLs and state.
veo_image_to_videoGenerate AI video from one or more reference images using Veo. This creates a video using your image(s) as reference frames. The video will animate from/between your provided images according to the prompt. Image modes: - 1 image: First-frame mode - the video starts from your image - 2-3 images: First-last frame mode - video interpolates between images - veo31-fast-ingredients model: Multi-image fusion - blends elements from all images Use this when: - You have a specific image you want to animate - You want consistent visual style from a reference - You need to create a video transition between two images For video generation from text only, use veo_text_to_video instead. Returns: Task ID and generated video information including URLs and state.
veo_get_1080pGet the 1080p high-resolution version of a generated video. By default, Veo generates videos at a lower resolution for faster processing. Use this tool to get the full 1080p version of a completed video. Use this when: - You need a higher resolution version for production use - The initial video generation is complete and you want to upscale - You need a clearer, more detailed video output Note: The video must be in 'succeeded' state before requesting 1080p version. Returns: Task ID and the 1080p video information including the new video URL.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。