← my-tv-channel.com
INDIVIDUAL MCP TOOL
archive_channel
Take a channel off the air and out of every listing.
LIVE ENDPOINT
https://my-tv-channel.com/mcp
Connect to this endpoint to inspect the live schema for archive_channel and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get_account_status— Start here.list_channels— List the channels owned by this account.get_channel— Get one channel by id.check_handle_available— Check whether a channel handle is free before trying to create it.create_channel— Create a 24/7 linear TV channel.update_channel— Update an existing channel: name, description, visibility, category, language, age rating, or the community chat link.import_video_from_url— Add a video to a channel from a direct media URL.import_youtube_video— Import a YouTube video that the OWNER UPLOADED THEMSELVES.