Create and run 24/7 linear TV channels. Import videos by URL; we transcode, schedule and stream.
claude mcp add my-tv-channel --transport http https://my-tv-channel.com/api/mytvchannel/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"my-tv-channel": {
"url": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"my-tv-channel": {
"serverUrl": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"my-tv-channel": {
"type": "http",
"url": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"my-tv-channel": {
"url": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"my-tv-channel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://my-tv-channel.com/api/mytvchannel/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://my-tv-channel.com/api/mytvchannel/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.my-tv-channel--my-tv-channel/reviews or the review_server meta-tool.
POST /mcp