media-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API authentication key for video enhancement and SAM3 | |
| HTTP_API_BASE_URL | No | Video enhancement service endpoint URL | https://mcp.avc.ai/enhance |
| SAM3_API_BASE_URL | No | SAM3 service endpoint URL | https://mcp.avc.ai/sam |
| SAM3_POLL_INTERVAL | No | Polling interval in milliseconds | 2000 |
| SAM3_POLL_MAX_ATTEMPTS | No | Maximum number of polling attempts | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_taskB | 创建视频增强任务(异步) 支持两种上传方式:
参数说明:
|
| get_task_statusB | 查询视频增强任务状态 |
| enhance_video_syncA | 同步增强视频(阻塞等待完成) 支持两种上传方式:
参数说明:
|
| sam3_predictA | Analyze an image using the SAM3 segmentation API to generate inference results (masks, boxes, scores). The image can be provided in one of three ways:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/avclabs/media-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server