tube-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YOUTUBE_API_KEY | No | Your YouTube Data API v3 key. Optional, unlocks 3 extra tools and higher-quality results. | |
| TUBE_BRIDGE_PROXY | No | Residential proxy URL (e.g., http://user:pass@geo.iproyal.com:12321). Recommended for transcript fetching on cloud deployments. | |
| TUBE_BRIDGE_AUTH_KEY | No | API key for protecting /mcp and /sse endpoints. If set, requests require Authorization: Bearer <key>. | |
| TUBE_BRIDGE_EMBEDDING_MODEL | No | Embedding model name (default: BAAI/bge-small-en-v1.5). | BAAI/bge-small-en-v1.5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| youtube_searchA | Search YouTube videos. Uses Data API v3 when YOUTUBE_API_KEY is set, falls back to yt-dlp. Filters: date range, channel, duration, order. |
| youtube_search_channelsA | Search YouTube channels by name/topic. Returns subscriber counts, video counts, country. Requires YOUTUBE_API_KEY. |
| youtube_get_channel_infoA | Detailed channel metadata: subscribers, views, videos, country, keywords. Requires YOUTUBE_API_KEY. |
| youtube_get_video_infoA | Detailed metadata for a YouTube video: title, duration, views, channel, description, tags. |
| youtube_get_trendingA | List up to |
| youtube_get_channel_videosA | List up to |
| youtube_get_playlistA | List up to |
| youtube_get_transcriptA | Transcript/subtitles of a YouTube video. Uses the original/default language; manual > ASR within that language. |
| youtube_get_frameA | Extract one ephemeral JPEG near an integer-millisecond timestamp. Returns metadata plus MCP ImageContent; accuracy is best-effort at a decoded frame boundary. |
| youtube_get_available_languagesA | Available subtitle languages for a video. Shows manual vs auto-generated. |
| youtube_get_commentsA | Retrieve up to |
| corpus_createA | Create a named corpus for semantic search over transcripts. Each corpus uses a fixed embedding model. |
| corpus_addA | Fetch a video's transcript, chunk it, and store local embeddings in an existing corpus. Use this after |
| corpus_searchA | Semantic search within a corpus. Deduplicates overlapping windows, limits source domination, and returns titles plus timestamp URLs. |
| corpus_listA | List all available corpora with chunk and video counts. |
| corpus_deleteA | Delete a corpus and all its chunks/vectors permanently. |
| tube_bridge_helpA | Get tube-bridge documentation: available tools, architecture, known limitations, API key setup. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheWhiteWater/tube-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server