Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZAPCAP_API_KEY | Yes | Your ZapCap API key from https://platform.zapcap.ai/dashboard/api-key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zapcap_mcp_upload_video | Upload video file to ZapCap |
| zapcap_mcp_upload_video_by_url | Upload video by URL to ZapCap |
| zapcap_mcp_get_templates | Get available templates from ZapCap |
| zapcap_mcp_create_task | Create video processing task with full customization options |
| zapcap_mcp_monitor_task | Monitor task progress |