shaktech786/restream-mcp-server
If you are the rightful owner of restream-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Restream MCP Server is a Model Context Protocol server that facilitates interaction with the Restream API, allowing users to manage streaming channels, control streams, and access analytics through natural language.
Tools
Functions exposed to the LLM to take actions
get_user_profile
Get the authenticated user profile information including email, display name, and account details.
list_channels
List all connected streaming channels/platforms with their connection status.
get_channel
Get detailed information about a specific channel by ID.
update_channel_status
Enable or disable a specific streaming channel.
get_current_stream
Get information about the current/active stream including title, status, RTMP URL, and viewer count.
update_stream_settings
Update settings for the current stream such as title, description, or privacy settings.
get_stream_analytics
Get analytics and statistics for streams including viewer counts, engagement metrics, and performance data.
start_stream
Start a new stream with optional settings.
stop_stream
Stop the current active stream.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client