← Registry

Content Tools

my-tv-channel.com

Create and manage 24/7 linear TV channels.

2 endpoints38 known toolsFirst detected August 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://my-tv-channel.com/api/mytvchannel/mcp

No auth detected

MCP server metadata

Name
my-tv-channel
Version
1.1.0
Capabilities
tools
Server instructions

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

get_account_status

Start here.

Inferred read-only
list_channels

List the channels owned by this account.

Inferred read-only
get_channel

Get one channel by id.

Inferred read-only
check_handle_available

Check whether a channel handle is free before trying to create it.

Potential side effects
create_channel

Create a 24/7 linear TV channel.

Potential side effects
update_channel

Update an existing channel: name, description, visibility, category, language, age rating, or the community chat link.

Potential side effects
archive_channel

Take a channel off the air and out of every listing.

Inferred read-only
import_video_from_url

Add a video to a channel from a direct media URL.

Inferred read-only
import_youtube_video

Import a YouTube video that the OWNER UPLOADED THEMSELVES.

Inferred read-only
list_assets

List the videos on a channel.

Inferred read-only
get_transcode_status

Poll transcode progress.

Inferred read-only
set_asset_weight

Change how often a video plays (weight 0-10, default 5; 0 removes it from rotation entirely), and optionally its title or tags.

Inferred read-only
delete_asset

Remove a video from a channel.

Potential side effects
retry_transcode

Re-queue a video whose transcode failed.

Inferred read-only
regenerate_schedule

Rebuild the channel's schedule now using the current weights.

Inferred read-only
get_schedule

Read the channel's EPG — what is playing and what is coming up.

Inferred read-only
get_schedule_rules

Read the channel's declarative schedule rules (fixed time slots and dayparts), plus its scheduling mode and timezone.

Inferred read-only
validate_schedule_rules

DRY-RUN a ruleset.

Inferred read-only
set_schedule_rules

Give the channel a durable schedule: fixed slots ("news at 18:00") and dayparts ("no kids content after 22:00").

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
my-tv-channel
Version
1.1.0
Capabilities
tools
Server instructions

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

get_account_status

Start here.

Inferred read-only
list_channels

List the channels owned by this account.

Inferred read-only
get_channel

Get one channel by id.

Inferred read-only
check_handle_available

Check whether a channel handle is free before trying to create it.

Potential side effects
create_channel

Create a 24/7 linear TV channel.

Potential side effects
update_channel

Update an existing channel: name, description, visibility, category, language, age rating, or the community chat link.

Potential side effects
archive_channel

Take a channel off the air and out of every listing.

Inferred read-only
import_video_from_url

Add a video to a channel from a direct media URL.

Inferred read-only
import_youtube_video

Import a YouTube video that the OWNER UPLOADED THEMSELVES.

Inferred read-only
list_assets

List the videos on a channel.

Inferred read-only
get_transcode_status

Poll transcode progress.

Inferred read-only
set_asset_weight

Change how often a video plays (weight 0-10, default 5; 0 removes it from rotation entirely), and optionally its title or tags.

Inferred read-only
delete_asset

Remove a video from a channel.

Potential side effects
retry_transcode

Re-queue a video whose transcode failed.

Inferred read-only
regenerate_schedule

Rebuild the channel's schedule now using the current weights.

Inferred read-only
get_schedule

Read the channel's EPG — what is playing and what is coming up.

Inferred read-only
get_schedule_rules

Read the channel's declarative schedule rules (fixed time slots and dayparts), plus its scheduling mode and timezone.

Inferred read-only
validate_schedule_rules

DRY-RUN a ruleset.

Inferred read-only
set_schedule_rules

Give the channel a durable schedule: fixed slots ("news at 18:00") and dayparts ("no kids content after 22:00").

Inferred read-only

CONNECT 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.

Trust status Neutral

my-tv-channel.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.