Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

tube-bridge

PYPI · TUBE-BRIDGE · SCANNED AUG 17

YouTube MCP server for search, transcripts, frames, comments, channels, and local semantic corpora.

Available components

70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 9 of 66 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1257 tokens (~73/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

pypi · tube-bridge

# add to Claude Code
claude mcp add thewhitewater-tube-bridge -- uvx tube-bridge
# add to Codex CLI
codex mcp add thewhitewater-tube-bridge -- uvx tube-bridge
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thewhitewater-tube-bridge": {
      "type": "local",
      "command": [
        "uvx",
        "tube-bridge"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add thewhitewater-tube-bridge --command uvx --arg tube-bridge
# ~/.hermes/config.yaml
mcp_servers:
  thewhitewater-tube-bridge:
    command: "uvx"
    args: ["tube-bridge"]
// mcp.json
{
  "mcpServers": {
    "thewhitewater-tube-bridge": {
      "command": "uvx",
      "args": [
        "tube-bridge"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 17 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Aug 26 0
    • Stability: 0.07 → unverified security
    • Schema quality: 59 → 73 functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 1.1.4 → 1.1.6 functional
    • Package version: 1.1.4 → 1.1.5 functional
  • 15 Aug 26 +1
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Stability: unverified → 0.07 functional
    • First check of Schema quality: unverified functional
    • Package version: 1.1.3 → 1.1.4 functional
  • 13 Aug 26 68

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Analysed pypi/tube-bridge@1.1.6

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta
Dependencies 66 packages
Packages resolved 66
Stale 8
No linked repository 1
Tree resolution Complete
MCP tools · 17 exposed · ~1,257 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
corpus_add ~120

Fetch a video's transcript, chunk it, and store local embeddings in an existing corpus. Use this after `corpus_create`; it skips an already-indexed video by default. `force_reembed=true` deletes and replaces that video's existing local chunks and vectors. This modifies local corpus data and may contact YouTube; returns indexing status and chunk count.

NameTypeReqDescription
corpus_idstringyesCorpus ID to add to
force_reembedbooleanRe-embed even if already indexed
urlstringyesYouTube video URL or ID

No output schema declared.

No examples provided.

corpus_create ~61

Create a named corpus for semantic search over transcripts. Each corpus uses a fixed embedding model.

NameTypeReqDescription
corpus_idstringyesUnique corpus ID (e.g. 'iran-hormuz-2026')
labelstringHuman-readable label (optional)

No output schema declared.

No examples provided.

corpus_delete ~31

Delete a corpus and all its chunks/vectors permanently.

NameTypeReqDescription
corpus_idstringyesCorpus ID to delete

No output schema declared.

No examples provided.

corpus_list ~19

List all available corpora with chunk and video counts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

corpus_search ~73

Semantic search within a corpus. Deduplicates overlapping windows, limits source domination, and returns titles plus timestamp URLs.

NameTypeReqDescription
corpus_idstringyesCorpus ID to search in
querystringyesNatural language search query
top_kintegerMax results (default 10, max 50)

No output schema declared.

No examples provided.

tube_bridge_help ~27

Get tube-bridge documentation: available tools, architecture, known limitations, API key setup.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

youtube_get_available_languages ~36

Available subtitle languages for a video. Shows manual vs auto-generated.

NameTypeReqDescription
urlstringyesYouTube video URL or ID

No output schema declared.

No examples provided.

youtube_get_channel_info ~46

Detailed channel metadata: subscribers, views, videos, country, keywords. Requires YOUTUBE_API_KEY.

NameTypeReqDescription
channel_idstringyesYouTube channel ID (starts with UC...)

No output schema declared.

No examples provided.

youtube_get_channel_videos ~98

List up to `limit` recent uploads from a known YouTube channel URL or @handle. Use this for channel browsing, not keyword search or channel metadata. Read-only and keyless; returns normalized channel metadata plus video records. Empty results include a warning when the channel is missing or has no uploads.

NameTypeReqDescription
channel_urlstringyesChannel URL or @handle
limitintegerMax videos (default 10)

No output schema declared.

No examples provided.

youtube_get_comments ~100

Retrieve up to `max_results` top-level comments for a known YouTube video. Use this for audience reactions, not video metadata or transcripts. Read-only and requires `YOUTUBE_API_KEY`; returns structured comment records. Calls may fail when comments are disabled, the video is unavailable, or Data API quota is exhausted.

NameTypeReqDescription
max_resultsintegerMax comments (default 20)
urlstringyesYouTube video URL or ID

No output schema declared.

No examples provided.

youtube_get_frame ~81

Extract one ephemeral JPEG near an integer-millisecond timestamp. Returns metadata plus MCP ImageContent; accuracy is best-effort at a decoded frame boundary.

NameTypeReqDescription
max_widthintegerMaximum JPEG width in pixels (default 640)
timestamp_msintegeryesFrame timestamp in integer milliseconds
urlstringyesYouTube video URL or ID

No output schema declared.

No examples provided.

youtube_get_playlist ~95

List up to `limit` videos from a known YouTube playlist URL in upstream order. Use this for playlist contents, not channel uploads or keyword search. Read-only and keyless; returns playlist metadata plus ordered video records. Results are bounded and may fail when the playlist is private, unavailable, or blocked upstream.

NameTypeReqDescription
limitintegerMax videos (default 20)
playlist_urlstringyesPlaylist URL

No output schema declared.

No examples provided.

youtube_get_transcript ~89

Transcript/subtitles of a YouTube video. Uses the original/default language; manual > ASR within that language.

NameTypeReqDescription
langstringLanguage code (e.g. en, ru). Auto-detect if not specified.
urlstringyesYouTube video URL or ID
with_timestampsbooleanInclude [MM:SS] timestamps (default: false)

No output schema declared.

No examples provided.

youtube_get_trending ~90

List up to `limit` currently trending YouTube videos. Use this for broad discovery, not keyword search. Read-only; uses Data API v3 when `YOUTUBE_API_KEY` is set and otherwise a keyless yt-dlp fallback. Returns source metadata and video records; results can change over time and depend on upstream availability.

NameTypeReqDescription
limitintegerMax results (default 10)

No output schema declared.

No examples provided.

youtube_get_video_info ~43

Detailed metadata for a YouTube video: title, duration, views, channel, description, tags.

NameTypeReqDescription
urlstringyesYouTube video URL or ID

No output schema declared.

No examples provided.

youtube_search ~158

Search YouTube videos. Uses Data API v3 when YOUTUBE_API_KEY is set, falls back to yt-dlp. Filters: date range, channel, duration, order.

NameTypeReqDescription
channel_idstringRestrict to channel ID (API only)
limitintegerMax results (default 10, max 50)
orderstringSort: date, rating, relevance, viewCount, title (API only)
published_afterstringISO 8601 date filter (API only)
published_beforestringISO 8601 date filter (API only)
querystringyesSearch query
video_durationstringshort, medium, long (API only)

No output schema declared.

No examples provided.

youtube_search_channels ~90

Search YouTube channels by name/topic. Returns subscriber counts, video counts, country. Requires YOUTUBE_API_KEY.

NameTypeReqDescription
limitintegerMax results (default 10)
max_subscribersintegerMaximum subscriber filter
min_subscribersintegerMinimum subscriber filter
orderstringrelevance, date
querystringyesChannel name or topic

No output schema declared.

No examples provided.