← 2outube.com
INDIVIDUAL MCP TOOL
list_channel_transcripts
List archived transcripts for a YouTube channel (e.g.
LIVE ENDPOINT
https://2outube.com/mcp
Connect to this endpoint to inspect the live schema for list_channel_transcripts 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.2outube]
url = "https://2outube.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"2outube": {
"type": "http",
"url": "https://2outube.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 2outube
Remote MCP URL: https://2outube.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": {
"2outube": {
"url": "https://2outube.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"2outube": {
"type": "http",
"url": "https://2outube.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "2outube",
"transport": "streamable-http",
"url": "https://2outube.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_transcript— Get the full transcript of a YouTube, TikTok, Instagram Reel, or X video.search_transcript— Find where something is said in an archived video.get_public_evidence— Read the source index for an explicitly published 2outube evidence page.search_public_evidence— Search the archived transcripts selected in a public evidence collection.get_key_status— Report the plan and remaining new-transcript allowance of the 2outube API key this server was configured with (Authorization: Bearer <key>).