MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Cloud Platforms/Dacast MCP Live Stream Server
Cloud PlatformsOfficial
D

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.

0 starsUpdated Jul 2, 2026
View on GitHub

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

M

Metabase

Official

Official Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.

49kCloud PlatformsUpdated Today
A

AWS CloudTrail

Official

This 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.

9.6kCloud PlatformsUpdated Today
A

AWS Bedrock KB Retrieval

Official

Query Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.

9.6kCloud PlatformsUpdated Today
A

AWS CDK

Official

Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.

9.6kCloud PlatformsUpdated Today