Maestro MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACEDATACLOUD_API_TOKEN | Yes | Your Ace Data Cloud API token. Get one from https://platform.acedata.cloud/console/applications |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| maestro_get_taskA | Get live progress and final outputs for one Maestro video task. |
| maestro_create_videoA | Create a complete video or iterate on a prior Maestro video. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| maestro_video_workflow | Explain the recommended Maestro workflow. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct responsibilities: one creates/submits a video task and the other retrieves its progress/output. There is no overlap or ambiguity between them.
Both tool names follow the same `maestro_<verb>_<noun>` pattern, using consistent snake_case and clear action words. The naming convention is uniform and predictable.
Two tools is minimal but works well for a focused async create-and-poll workflow. It is slightly under the typical well-scoped range, but each tool serves a necessary and distinct role.
The core lifecycle of creating a video and retrieving its results is covered. Missing task management operations like listing, canceling, or deleting tasks are minor gaps for this narrow domain.