Seedance Polza MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| POLZA_BASE_URL | No | Base URL for the Polza AI API | https://polza.ai/api/v1 |
| SEEDANCE_MODEL | No | Default model for video generation | bytedance/seedance-2 |
| POLZA_AI_API_KEY | Yes | Your Polza AI API key, obtained from https://polza.ai/dashboard/api-keys | |
| SEEDANCE_MAX_WAIT | No | Maximum wait time in seconds | 900 |
| SEEDANCE_POLL_INTERVAL | No | Polling interval in seconds | 8 |
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": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| seedance_model_guideA | Return a short practical guide for using Seedance through Polza. |
| seedance_create_videoC | Create a Seedance video generation through Polza Media API. |
| seedance_get_statusB | Get current status of a media generation by ID. |
| seedance_wait_for_completionB | Poll media status until completed, failed, cancelled, or timeout. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: guide for instructions, create for initiating generation, get_status for one-time status check, and wait_for_completion for polling until done. No overlap or ambiguity between them.
All tool names follow a consistent pattern: 'seedance_' prefix followed by verb_noun (model_guide, create_video, get_status, wait_for_completion). The naming is uniform and predictable.
With only 4 tools, the server is tightly scoped for its purpose of video generation via Seedance. Each tool is essential and there are no redundant or unnecessary additions, making the count appropriate.
The server covers the core lifecycle of video generation: guidance, creation, status checking, and waiting for completion. While a cancel or list operation could be imagined, they are not essential for the primary workflow, so the set is nearly complete.