LPS is a live-stream distribution engine that ingests a single stream—whether pushed by the broadcaster or pulled from a remote source—and re-publishes it to any domestic or overseas platform that accepts RTMP. One push, unlimited viewers. The system speaks RTMP, SRT, HLS, FLV and WebRTC for both ingest and playback.
Tools
project_list
project_create
project_start
project_stop
project_delete
project_modify
project_get_info
publish_to_add
publish_to_modify
publish_to_remove
publish_to_start
publish_to_stop
publish_to_start_all
publish_to_stop_all
publish_to_remove_all
publish_to_get_detail
analytics_fluency_history
analytics_fps_history
analytics_bitrate_history
pull_stream_set
pull_stream_remove
pull_stream_get
about
Server Config
{
"mcpServers": {
"lps-mcp-server": {
"args": [
"-y",
"lps-mcp-server@latest"
],
"command": "npx",
"env": {
"ACCESS_ID": "<YOUR_ACCESS_ID>",
"ACCESS_KEY": "<YOUR_ACCESS_KEY>",
"MLPS_URL": "<MLPS_API_URL>"
}
}
}
}