Restream MCP Server
Related Servers
Alternatives to Restream MCP Server
No user-submitted related servers found.
Related Servers
AlicenseAqualityBmaintenanceExposes WAVE streaming APIs as tools for AI assistants to manage live streams, studio productions, and real-time analytics. It enables users to control stream lifecycles, monitor health metrics, and access billing usage through the Model Context Protocol.2415 npm1Apache 2.0- AlicenseAqualityCmaintenanceEnables AI assistants to control DualStream streaming studio: switch scenes, compose layouts, manage widgets, and react to stream events.30Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to control YouTube Live Streaming, including creating broadcasts, managing chat, and monitoring stream health via MCP tools.9 npmMIT
- AlicenseCqualityDmaintenanceEnables users to publish, schedule, and manage social media content across nine platforms including TikTok, Instagram, and X via the CodivUpload API. It also supports media management and the creation of YouTube live streams through natural language commands.306 npmMIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables access to Twitch API data for retrieving channel statistics, viewership information, stream status, and discovering channels and game categories. Provides real-time Twitch data including follower counts, current viewer numbers, and search functionality through natural language interactions.-
- FlicenseAqualityDmaintenanceEnables interaction with the Twitch API to retrieve user information, check live status, access videos, top streams, games, and search channels through natural language.10-
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose with no ambiguity. For example, get_channel retrieves channel details, while update_channel_status enables/disables channels, and start_stream/stop_stream manage stream lifecycle. The descriptions clearly differentiate between channel operations, stream operations, analytics, and user profile.
All tools follow a consistent verb_noun pattern with snake_case throughout. Verbs like get, list, start, stop, and update are used predictably, making the tool set easy to navigate. There are no deviations in naming conventions.
With 9 tools, the server is well-scoped for managing streaming operations. Each tool earns its place by covering distinct aspects like channel management, stream control, analytics, and user info, without being overwhelming or insufficient for the domain.
The tool set provides complete CRUD/lifecycle coverage for streaming management. It includes operations for listing and getting channels, starting/stopping streams, updating settings and statuses, retrieving analytics, and accessing user profiles, with no obvious gaps that would hinder agent workflows.