Dacast MCP Live Stream Server
Dacast MCP Live Stream Server connects your AI tools to Dacast’s live streaming and video hosting APIs, so you can create and manage live streams, playlists, thumbnails, and simulcasts using simple natural-language prompts.
Ads
Overview
This repository provides a Model Context Protocol (MCP) server that exposes the Dacast video platform API as a set of structured MCP tools. It lets MCP-compatible clients (such as Claude Desktop) manage Dacast resources — channels, playlists, images, simulcast destinations, and more — through natural language. - StdIO-based MCP server - Speaks the Model Context Protocol over standard input/output. - Designed to be launched by an MCP client process and kept running as a child process. - Dacast API integration - Channel management: create, list, get, update. - Playlist management: create, list, get, update, set playlist content. - Image management: thumbnails and splash images. - Simulcast destination management: create, get, delete.
Installation
go run github.com/Dacast-Inc/mcp-server-public@latest
Configuration
{
"mcpServers": {
"dacast": {
"command": "go",
"args": [
"run",
"github.com/Dacast-Inc/mcp-server-public@latest"
],
"env": {
"DACAST_API_KEY": "DACAST API KEY HERE"
}
}
}
}Capabilities
- Create and configure live channels
Ask your assistant to create a new channel, update its settings, or retrieve details using `create_channel`, `update_channel`, and `get_channel`.
- Manage video playlists
Build playlists, modify their metadata, or define which videos they contain via `create_playlist`, `update_playlist`, and `set_playlist_content`.
- Handle thumbnail and splash images
Upload or update visual assets for your content using the `thumbnail` and `splash` tools.
- Set up simulcast destinations
Create, check, or remove destinations for streaming to multiple platforms simultaneously with `create_simulcast_destination`, `get_simulcast_destination`, and `delete_simulcast_destination`.
Tags
- video
- media
- content-creation
- api
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.