io.github.rajanrengasamy/vidlens-mcp
NPM · VIDLENS-MCP · SCANNED AUG 3
YouTube intelligence layer for AI agents. 41 tools, 10 modules, zero config.
Available components
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (151 of 155), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (151 of 155), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 24 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability67
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 3697 tokens (~90/item across 41 items; 41 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage76
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 27% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
npm · vidlens-mcp
claude mcp add rajanrengasamy-vidlens-mcp -- npx -y vidlens-mcp
codex mcp add rajanrengasamy-vidlens-mcp -- npx -y vidlens-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rajanrengasamy-vidlens-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"vidlens-mcp"
],
"enabled": true
}
}
} openclaw mcp add rajanrengasamy-vidlens-mcp --command npx --arg -y --arg vidlens-mcp
mcp_servers:
rajanrengasamy-vidlens-mcp:
command: "npx"
args: ["-y", "vidlens-mcp"] {
"mcpServers": {
"rajanrengasamy-vidlens-mcp": {
"command": "npx",
"args": [
"-y",
"vidlens-mcp"
]
}
}
} 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.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +38
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- 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
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 37
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 151 packages
151 packages in the resolved dependency tree · 150 deprecated · 54 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
analyzePlaylist ~73
Expand and analyze a playlist in one call with partial success and aggregate benchmarks.
| Name | Type | Req | Description |
|---|---|---|---|
| analyses | array | yes | — |
| commentsSampleSize | number | — | — |
| dryRun | boolean | — | — |
| maxVideos | number | — | — |
| playlistUrlOrId | string | yes | — |
| transcriptMode | string | — | — |
No output schema declared.
No examples provided.
analyzeVideoSet ~69
Run multiple analyses across a video set with partial success, item-level errors, and provenance.
| Name | Type | Req | Description |
|---|---|---|---|
| analyses | array | yes | — |
| commentsSampleSize | number | — | — |
| dryRun | boolean | — | — |
| transcriptMode | string | — | — |
| videoIdsOrUrls | array | yes | — |
No output schema declared.
No examples provided.
buildVideoDossier ~86
Build a one-shot video dossier with core metadata/transcript readiness, optionally extended with comments, sentiment, and provenance.
| Name | Type | Req | Description |
|---|---|---|---|
| commentSampleSize | number | — | — |
| dryRun | boolean | — | — |
| includeComments | boolean | — | — |
| includeSentiment | boolean | — | — |
| includeTranscriptSummary | boolean | — | — |
| videoIdOrUrl | string | yes | — |
No output schema declared.
No examples provided.
checkImportReadiness ~59
Diagnose whether a video is importable, including transcript availability, sparse-transcript warnings, and yt-dlp/API issues.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| language | string | — | — |
| videoIdOrUrl | string | yes | — |
No output schema declared.
No examples provided.
checkSystemHealth ~47
Check setup and provider health: yt-dlp, YouTube API, Gemini embeddings, and local storage.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| runLiveChecks | boolean | — | — |
No output schema declared.
No examples provided.
clearActiveCollection ~23
Clear the active collection so transcript search fans back out across all collections.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
clearActiveCommentCollection ~26
Clear the active comment collection so comment search fans back out across all comment collections.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
compareShortsVsLong ~56
Compare recent Shorts vs long-form performance for a channel and suggest a format mix.
| Name | Type | Req | Description |
|---|---|---|---|
| channelIdOrHandleOrUrl | string | yes | — |
| dryRun | boolean | — | — |
| lookbackDays | number | — | — |
No output schema declared.
No examples provided.
discoverNicheTrends ~147
Discover what's trending in a niche right now. Returns top-performing and recent videos, momentum signals (accelerating/steady/decelerating), saturation analysis, content gap opportunities, keyword patterns, and format breakdown. Grounded in YouTube search data with honest limitations disclosed.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| lookbackDays | number | — | — |
| maxResults | number | — | — |
| niche | string | yes | The niche or topic to explore, e.g. 'AI coding tools', 'home espresso', 'Kubernetes tutorials' |
| regionCode | string | — | ISO 3166-1 alpha-2 country code, e.g. US, AU, DE |
No output schema declared.
No examples provided.
downloadAsset ~117
Download a YouTube video, audio track, or thumbnail to local storage. Returns asset manifest entry with file path. Does NOT perform visual indexing — this is honest file storage.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | yes | What to download. best_video = highest quality video+audio, best_audio = audio only, thumbnail = YouTube thumbnail image, worst_video = smallest video for previews |
| maxSizeMb | number | — | Max download size in MB (default 500) |
| videoIdOrUrl | string | yes | YouTube video ID or URL |
No output schema declared.
No examples provided.
expandPlaylist ~56
Expand a playlist into individual videos for downstream analysis and batch workflows.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| includeVideoMeta | boolean | — | — |
| maxVideos | number | — | — |
| playlistUrlOrId | string | yes | — |
No output schema declared.
No examples provided.
exploreNicheCompetitors ~111
Discover active channels in a niche by analyzing who ranks in YouTube search results. Returns channel-level stats, top videos, and a landscape summary. Useful for competitive reconnaissance before entering a niche.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| maxChannels | number | — | — |
| niche | string | yes | The niche or topic to explore, e.g. 'home lab networking', 'meal prep for beginners' |
| regionCode | string | — | ISO 3166-1 alpha-2 country code |
No output schema declared.
No examples provided.
exploreYouTube ~455
ALWAYS use this tool FIRST when the user wants to find, discover, or explore YouTube videos. Do NOT use web search for YouTube video discovery — use this tool instead. Searches YouTube directly with intelligent multi-query ranking and parallel enrichment. Returns ranked videos with transcript summaries, key moments, and readiness for follow-up. IMPORTANT: When results contain benchmark scores, statistics, or comparisons, ALWAYS create visual charts and infographics (bar charts, comparison tables) from the data immediately — do not wait for the user to ask. Use 'specific' mode to find one best video. Use 'explore' for topic discovery across creators. Depth: 'quick' for metadata, 'standard' for key moments + transcript summaries, 'deep' for background indexing.
| Name | Type | Req | Description |
|---|---|---|---|
| creator | string | — | Channel name or handle — hard constraint for ranking (e.g. 'MKBHD', '@mkbhd') |
| depth | string | — | quick = metadata only, standard = + key moments, deep = + background transcript/visual indexing. Default: standard. |
| dryRun | boolean | — | — |
| freshness | string | — | Time window for results. Default: any. |
| maxResults | number | — | Default: 1 for specific, 8 for explore |
| mode | string | — | specific = find one best video, explore = discover multiple. Auto-detected from maxResults if omitted. |
| persona | string | — | User's role or context (e.g. 'builder', 'marketer', 'PM'). Passed through for response framing. |
| prepareTranscriptSearch | boolean | — | Fire background transcript import for selected videos. Default: true for deep, false otherwise. |
| prepareVisualSearch | boolean | — | Fire background visual indexing for the top result. Default: false. |
| query | string | — | Natural-language search query. Tool constructs 2-3 search variations. Provide this OR 'searches'. |
| searches | array | — | 1-5 pre-constructed search queries. Takes precedence over 'query'. Use for precise multi-angle searches. |
| selectionStrategy | string | — | best_match = top scores, diverse_set = spread across creators. Default: best_match for specific, diverse_set for explore. |
No output schema declared.
No examples provided.
extractKeyframes ~138
Extract keyframe images from a locally downloaded video at regular intervals using ffmpeg. Requires the video to be downloaded first via downloadAsset. Does NOT do visual search or classification — produces raw frame images.
| Name | Type | Req | Description |
|---|---|---|---|
| imageFormat | string | — | Output image format (default jpg) |
| intervalSec | number | — | Extract one frame every N seconds (default 30) |
| maxFrames | number | — | Maximum frames to extract (default 20) |
| videoIdOrUrl | string | yes | Video ID or URL (must have a local video asset) |
| width | number | — | Image width in pixels, height auto-scaled (default 640) |
No output schema declared.
No examples provided.
findSimilarFrames ~108
Find frames that visually look like a reference frame using Apple Vision image feature prints. Accepts a frame assetId or a direct framePath and returns image-backed matches.
| Name | Type | Req | Description |
|---|---|---|---|
| assetId | string | — | Reference keyframe asset ID |
| dryRun | boolean | — | — |
| framePath | string | — | Reference image path on disk |
| maxResults | number | — | — |
| minSimilarity | number | — | — |
| videoIdOrUrl | string | — | Optional video scope for similarity search |
No output schema declared.
No examples provided.
findVideos ~96
Search YouTube videos by intent. Returns compact ranked results with provenance and engagement hints.
| Name | Type | Req | Description |
|---|---|---|---|
| channelId | string | — | — |
| dryRun | boolean | — | — |
| duration | string | — | — |
| maxResults | number | — | — |
| order | string | — | — |
| publishedAfter | string | — | — |
| publishedBefore | string | — | — |
| query | string | yes | Search query |
| regionCode | string | — | — |
No output schema declared.
No examples provided.
importComments ~154
Import a video's comments into the local comment knowledge base for semantic search. Fetches comments via the existing comment pipeline and indexes them for searchComments.
| Name | Type | Req | Description |
|---|---|---|---|
| activateCollection | boolean | — | Set as active comment collection (default: true) |
| collectionId | string | — | Custom collection ID (default: comments-{videoId}) |
| dryRun | boolean | — | — |
| includeReplies | boolean | — | Include reply threads (default: true) |
| label | string | — | Human-readable collection label |
| maxRepliesPerThread | number | — | — |
| maxTopLevel | number | — | Max top-level comments to fetch |
| order | string | — | — |
| videoIdOrUrl | string | yes | YouTube video URL or ID |
No output schema declared.
No examples provided.
importPlaylist ~139
Import a playlist into the local transcript knowledge base for semantic search in Claude Desktop.
| Name | Type | Req | Description |
|---|---|---|---|
| activateCollection | boolean | — | — |
| chunkOverlapSec | number | — | — |
| chunkSizeSec | number | — | — |
| chunkStrategy | string | — | — |
| collectionId | string | — | — |
| dryRun | boolean | — | — |
| embeddingDimensions | number | — | — |
| embeddingModel | string | — | — |
| embeddingProvider | string | — | — |
| label | string | — | — |
| language | string | — | — |
| maxVideos | number | — | — |
| playlistUrlOrId | string | yes | — |
| reindexExisting | boolean | — | — |
No output schema declared.
No examples provided.
importVideos ~130
Import one or more videos into a local transcript collection for later semantic search.
| Name | Type | Req | Description |
|---|---|---|---|
| activateCollection | boolean | — | — |
| chunkOverlapSec | number | — | — |
| chunkSizeSec | number | — | — |
| chunkStrategy | string | — | — |
| collectionId | string | — | — |
| dryRun | boolean | — | — |
| embeddingDimensions | number | — | — |
| embeddingModel | string | — | — |
| embeddingProvider | string | — | — |
| label | string | — | — |
| language | string | — | — |
| reindexExisting | boolean | — | — |
| videoIdsOrUrls | array | yes | — |
No output schema declared.
No examples provided.
indexVisualContent ~231
Build a real visual index for a video using extracted frames, Apple Vision OCR, Apple Vision feature prints, and optional Gemini frame descriptions. Returns frame evidence with local image paths.
| Name | Type | Req | Description |
|---|---|---|---|
| autoDownload | boolean | — | Automatically download a small local video copy if none exists (default true) |
| downloadFormat | string | — | Video format used if auto-download is needed (default worst_video) |
| dryRun | boolean | — | — |
| forceReindex | boolean | — | Re-run OCR/description analysis even if frames are already indexed |
| imageFormat | string | — | — |
| includeGeminiDescriptions | boolean | — | Use Gemini to describe each frame when a Gemini key is configured |
| includeGeminiEmbeddings | boolean | — | Generate Gemini embeddings over OCR/description text for semantic retrieval (default true when Gemini key is available) |
| intervalSec | number | — | Frame sampling interval in seconds (default 20) |
| maxFrames | number | — | Maximum frames to analyze (default 12) |
| videoIdOrUrl | string | yes | Video ID or URL to index visually |
| width | number | — | — |
No output schema declared.
No examples provided.
inspectChannel ~40
Inspect a channel with summary stats and posting cadence heuristics.
| Name | Type | Req | Description |
|---|---|---|---|
| channelIdOrHandleOrUrl | string | yes | — |
| dryRun | boolean | — | — |
No output schema declared.
No examples provided.
inspectVideo ~61
Inspect a single video with compact metadata, normalized ratios, and transcript availability.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| includeEngagementRatios | boolean | — | — |
| includeTranscriptMeta | boolean | — | — |
| videoIdOrUrl | string | yes | — |
No output schema declared.
No examples provided.
listChannelCatalog ~84
List a channel's recent catalog in compact creator-analysis shape.
| Name | Type | Req | Description |
|---|---|---|---|
| channelIdOrHandleOrUrl | string | yes | — |
| dryRun | boolean | — | — |
| includeLongForm | boolean | — | — |
| includeShorts | boolean | — | — |
| maxResults | number | — | — |
| publishedWithinDays | number | — | — |
| sortBy | string | — | — |
No output schema declared.
No examples provided.
listCollections ~33
List local transcript collections, active search focus, and indexed video/chunk counts.
| Name | Type | Req | Description |
|---|---|---|---|
| includeVideoList | boolean | — | — |
No output schema declared.
No examples provided.
listCommentCollections ~32
List local comment collections, active search focus, and indexed comment counts.
| Name | Type | Req | Description |
|---|---|---|---|
| includeVideoList | boolean | — | — |
No output schema declared.
No examples provided.
listMediaAssets ~65
List locally stored media assets. Filter by video or kind. Shows file paths, sizes, and manifest metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | — | Filter by asset kind |
| limit | number | — | — |
| videoIdOrUrl | string | — | Filter to assets for this video |
No output schema declared.
No examples provided.
measureAudienceSentiment ~70
Heuristic audience sentiment analysis from comments with themes, risk signals, and quote samples.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| includeRepresentativeQuotes | boolean | — | — |
| includeThemes | boolean | — | — |
| sampleSize | number | — | — |
| videoIdOrUrl | string | yes | — |
No output schema declared.
No examples provided.
mediaStoreHealth ~31
Check health of the local media store: disk usage, asset counts, ffmpeg/yt-dlp availability.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
readComments ~79
Read top-level comments with optional replies and structured provenance.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| includeReplies | boolean | — | — |
| languageHint | string | — | — |
| maxRepliesPerThread | number | — | — |
| maxTopLevel | number | — | — |
| order | string | — | — |
| videoIdOrUrl | string | yes | — |
No output schema declared.
No examples provided.
readTranscript ~92
Read transcript in summary, key moments, chapters, or paginated full mode with long-video safeguards.
| Name | Type | Req | Description |
|---|---|---|---|
| chunkWindowSec | number | — | — |
| dryRun | boolean | — | — |
| includeTimestamps | boolean | — | — |
| language | string | — | — |
| limit | number | — | — |
| mode | string | — | — |
| offset | number | — | — |
| videoIdOrUrl | string | yes | — |
No output schema declared.
No examples provided.
recommendUploadWindows ~67
Recommend upload windows from recent publishing history for a given timezone.
| Name | Type | Req | Description |
|---|---|---|---|
| channelIdOrHandleOrUrl | string | yes | — |
| dryRun | boolean | — | — |
| lookbackDays | number | — | — |
| timezone | string | yes | IANA timezone, e.g. Australia/Sydney |
No output schema declared.
No examples provided.
removeCollection ~26
Delete a local transcript collection and its search index.
| Name | Type | Req | Description |
|---|---|---|---|
| collectionId | string | yes | — |
No output schema declared.
No examples provided.
removeCommentCollection ~27
Delete a local comment collection and its search index.
| Name | Type | Req | Description |
|---|---|---|---|
| collectionId | string | yes | — |
No output schema declared.
No examples provided.
removeMediaAsset ~79
Remove stored media assets. Specify assetId to remove one, or videoIdOrUrl to remove all assets for a video.
| Name | Type | Req | Description |
|---|---|---|---|
| assetId | string | — | Specific asset ID to remove |
| deleteFiles | boolean | — | Also delete files from disk (default true) |
| videoIdOrUrl | string | — | Remove all assets for this video |
No output schema declared.
No examples provided.
researchTagsAndTitles ~63
Research title structures, keywords, and tag patterns around a seed topic.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| language | string | — | — |
| maxExamples | number | — | — |
| regionCode | string | — | — |
| seedTopic | string | yes | — |
No output schema declared.
No examples provided.
scoreHookPatterns ~51
Heuristically score first-30-second hooks across one or more videos.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | — |
| hookWindowSec | number | — | — |
| videoIdsOrUrls | array | yes | — |
No output schema declared.
No examples provided.
searchComments ~91
Search imported comment collections with ranked results. Returns matching comments with author, like count, and relevance score. Uses active comment collection by default.
| Name | Type | Req | Description |
|---|---|---|---|
| collectionId | string | — | Specific collection to search |
| maxResults | number | — | — |
| minScore | number | — | — |
| query | string | yes | Search query |
| useActiveCollection | boolean | — | — |
| videoIdFilter | array | — | — |
No output schema declared.
No examples provided.
searchTranscripts ~77
Search imported transcript-text collections with active-collection focus by default and return ranked timestamped chunks.
| Name | Type | Req | Description |
|---|---|---|---|
| collectionId | string | — | — |
| maxResults | number | — | — |
| minScore | number | — | — |
| query | string | yes | — |
| useActiveCollection | boolean | — | — |
| videoIdFilter | array | — | — |
No output schema declared.
No examples provided.
searchVisualContent ~240
Search the actual visual content of a video or your indexed frame library. Uses Apple Vision OCR, optional Gemini frame descriptions, and optional Gemini semantic embeddings. Always returns frame/image evidence with timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| autoDownload | boolean | — | — |
| autoIndexIfNeeded | boolean | — | If scoped to a video and no visual index exists yet, build it automatically (default true) |
| downloadFormat | string | — | — |
| dryRun | boolean | — | — |
| imageFormat | string | — | — |
| includeGeminiDescriptions | boolean | — | — |
| includeGeminiEmbeddings | boolean | — | — |
| intervalSec | number | — | Frame interval to use if auto-indexing is triggered |
| maxFrames | number | — | Frame cap to use if auto-indexing is triggered |
| maxResults | number | — | — |
| minScore | number | — | — |
| query | string | yes | Visual search query, e.g. 'whiteboard diagram' or 'slide that says title research checklist' |
| videoIdOrUrl | string | — | Optional video scope. If provided, the server can auto-index this video if needed. |
| width | number | — | — |
No output schema declared.
No examples provided.
setActiveCollection ~33
Set the default collection that transcript search should focus on when collectionId is omitted.
| Name | Type | Req | Description |
|---|---|---|---|
| collectionId | string | yes | — |
No output schema declared.
No examples provided.
setActiveCommentCollection ~35
Set the default comment collection that searchComments should focus on when collectionId is omitted.
| Name | Type | Req | Description |
|---|---|---|---|
| collectionId | string | yes | — |
No output schema declared.
No examples provided.