import_video_from_url — My TV Channel MCP Tool Mutating
import_video_from_url
(import video from url) is one of 19 tools on the
My TV Channel
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call import_video_from_url from your client
- Claude Code My TV Channel import_video_from_url run in your project directory
- Claude Desktop My TV Channel import_video_from_url ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor My TV Channel import_video_from_url ~/.cursor/mcp.json
- VS Code My TV Channel import_video_from_url .vscode/mcp.json
- Zed My TV Channel import_video_from_url ~/.config/zed/settings.json
- Windsurf My TV Channel import_video_from_url ~/.codeium/windsurf/mcp_config.json
- Cline My TV Channel import_video_from_url ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI My TV Channel import_video_from_url ~/.gemini/settings.json
- Grok My TV Channel import_video_from_url .mcp.json (in your project root)
- ChatGPT My TV Channel import_video_from_url Settings → Connectors → Advanced → Developer mode
- Claude.ai My TV Channel import_video_from_url Settings → Connectors → Add custom connector
- LangChain My TV Channel import_video_from_url pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http my-tv-channel https://my-tv-channel.com/api/mytvchannel/mcp
Other tools on this server
- get_account_status
- list_channels
- get_channel
- check_handle_available
- create_channel
- update_channel
- archive_channel
- import_youtube_video
- list_assets
- get_transcode_status
- set_asset_weight
- delete_asset
- retry_transcode
- regenerate_schedule
- get_schedule
- get_schedule_rules
- validate_schedule_rules
- set_schedule_rules
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.