ENDPOINT 1
https://my-tv-channel.com/api/mytvchannel/mcp
MCP server metadata
- Name
- my-tv-channel
- Version
- 1.1.0
Create and run 24/7 linear TV channels. Typical flow: get_account_status to learn the tier and quota, create_channel, import_video_from_url for each video (setting its weight as you go), poll get_transcode_status until meetsLaunchRequirements is true, then get_channel until scheduleStatus is 'active' and report {handle}.my-tv-channel.com to the owner. A channel needs 4+ ready videos and 15+ minutes before it can go live. If you change weights on an already-live channel, call regenerate_schedule or the change will not air.
Known tools 19
check_handle_availableCheck whether a channel handle is free before trying to create it.
Potential side effectsupdate_channelUpdate an existing channel: name, description, visibility, category, language, age rating, or the community chat link.
Potential side effectsset_asset_weightChange how often a video plays (weight 0-10, default 5; 0 removes it from rotation entirely), and optionally its title or tags.
Inferred read-onlyget_schedule_rulesRead the channel's declarative schedule rules (fixed time slots and dayparts), plus its scheduling mode and timezone.
Inferred read-onlyset_schedule_rulesGive the channel a durable schedule: fixed slots ("news at 18:00") and dayparts ("no kids content after 22:00").
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.my-tv-channel]
url = "https://my-tv-channel.com/api/mytvchannel/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"my-tv-channel": {
"type": "http",
"url": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: my-tv-channel
Remote MCP URL: https://my-tv-channel.com/api/mytvchannel/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"my-tv-channel": {
"url": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"my-tv-channel": {
"type": "http",
"url": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "my-tv-channel",
"transport": "streamable-http",
"url": "https://my-tv-channel.com/api/mytvchannel/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://my-tv-channel.com/mcp
MCP server metadata
- Name
- my-tv-channel
- Version
- 1.1.0
Create and run 24/7 linear TV channels. Typical flow: get_account_status to learn the tier and quota, create_channel, import_video_from_url for each video (setting its weight as you go), poll get_transcode_status until meetsLaunchRequirements is true, then get_channel until scheduleStatus is 'active' and report {handle}.my-tv-channel.com to the owner. A channel needs 4+ ready videos and 15+ minutes before it can go live. If you change weights on an already-live channel, call regenerate_schedule or the change will not air.
Known tools 19
check_handle_availableCheck whether a channel handle is free before trying to create it.
Potential side effectsupdate_channelUpdate an existing channel: name, description, visibility, category, language, age rating, or the community chat link.
Potential side effectsset_asset_weightChange how often a video plays (weight 0-10, default 5; 0 removes it from rotation entirely), and optionally its title or tags.
Inferred read-onlyget_schedule_rulesRead the channel's declarative schedule rules (fixed time slots and dayparts), plus its scheduling mode and timezone.
Inferred read-onlyset_schedule_rulesGive the channel a durable schedule: fixed slots ("news at 18:00") and dayparts ("no kids content after 22:00").
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.my-tv-channel]
url = "https://my-tv-channel.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"my-tv-channel": {
"type": "http",
"url": "https://my-tv-channel.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: my-tv-channel
Remote MCP URL: https://my-tv-channel.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"my-tv-channel": {
"url": "https://my-tv-channel.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"my-tv-channel": {
"type": "http",
"url": "https://my-tv-channel.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "my-tv-channel",
"transport": "streamable-http",
"url": "https://my-tv-channel.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for my-tv-channel.com was fetched 2026-08-04T02:24:48.885Z and is being refreshed.
my-tv-channel.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.