BulkTranscripts YouTube
Server Details
YouTube transcripts, search, channel/playlist listings and upload tracking for AI agents. No signup.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
7 toolsget_channel_videosList a channel's videosAInspect
List the videos of a YouTube channel (id, title, duration, URL) without fetching transcripts. Accepts @handle, channel URL, or UC… channel id. Costs 1 credit. Chain into get_transcripts to bulk-extract.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max videos to list, default 100. | |
| channel | Yes | Channel @handle, URL, or UC… id. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behaviors. It mentions the cost of 1 credit and the output fields, but doesn't disclose details like rate limits, authentication requirements, or what happens on invalid input.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core purpose, followed by input formats, cost, and chaining guidance. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list operation with full schema coverage, the description is adequate but lacks some context like error handling or output structure beyond the basic fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% description coverage for both parameters, so the description adds no additional parameter semantics beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists a channel's videos with specific output fields, and explicitly notes it does not fetch transcripts, distinguishing it from sibling tools like get_transcripts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It specifies when to use this tool (to list videos) and suggests chaining with get_transcripts for bulk extraction, but doesn't explicitly state when not to use alternatives like get_latest_videos or search_channel.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_latest_videosTrack new uploads (free)AInspect
Get a channel's newest uploads (up to 15) with publish dates, from YouTube's RSS feed. Always free — no credit charged — so it is ideal for monitoring channels, daily recaps, and 'did they post this week?' checks. Accepts @handle, URL, or UC… id.
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel @handle, URL, or UC… id. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the free nature (no credit charged) and the data source (RSS feed), which are useful behavioral traits. However, it does not elaborate on potential failure modes, rate limits, or the exact response structure beyond stating publish dates. The description adds some value but is not comprehensive for a tool with zero annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, then adds cost and use-case context. Every sentence earns its place with no redundant information. It is efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one parameter, no output schema). The description states it returns newest uploads with publish dates, which is sufficient for an agent to understand the expected result. It does not cover errors or edge cases, but for a straightforward read-only tool the description is largely complete. Minor gaps like response format detail are not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the schema already describes the channel parameter as 'Channel @handle, URL, or UC… id.' The tool description repeats this essentially verbatim, adding no additional format or usage details. Since the schema carries the full burden, the description does not meaningfully augment it, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (get a channel's newest uploads) and resource (channel), with a specific limit (up to 15) and source (RSS feed). It is unambiguous, but it does not explicitly distinguish from sibling tools like get_channel_videos, even though the RSS feed and limit imply a narrower scope. Thus it meets the 'specific verb+resource' but lacks explicit sibling differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear use cases: 'ideal for monitoring channels, daily recaps, and did they post this week? checks.' This gives context for when to use it. However, it does not state when NOT to use it or name alternative tools. It offers clear context without explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_playlist_videosList a playlist's videosAInspect
List every video in a YouTube playlist, in playlist order (courses and series keep their sequence). Accepts a playlist URL or bare playlist id. Costs 1 credit. Chain into get_transcripts to bulk-extract.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max videos to list, default 100. | |
| playlist | Yes | Playlist URL or id (the list= value). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It usefully discloses cost (1 credit), ordering behavior, and accepted playlist formats. However, it claims to list 'every video' while the schema's limit parameter has a default of 100 and a max of 1000, with no clarification about pagination or whether the limit must be raised to see all videos. Return-value shape is also not described.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four short sentences, each earning its place: purpose and ordering, input format, cost, and a high-value usage tip. It is front-loaded with the core action and contains no filler or redundant restatements of the title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-parameter read tool, it covers purpose, input, cost, and use-case. But the unresolved tension between 'every video' and the limit parameter, plus no information about the response format or pagination, leaves meaningful gaps. Given there is no output schema or annotations to fill those gaps, the description alone is not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters well. The description's 'playlist URL or bare playlist id' essentially mirrors the schema's 'Playlist URL or id (the list= value)' without adding significant new meaning. The chain-to-transcripts tip is workflow guidance, not parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'List every video in a YouTube playlist,' and adds a distinctive trait (playlist order) that separates it from the sibling channel/search/latest tools. The title reinforces this clearly, and the input-form detail (URL or bare id) leaves no ambiguity about scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives clear contextual guidance: playlist order is preserved for courses/series, and it recommends chaining into get_transcripts for bulk extraction. It doesn't explicitly state when not to use it versus siblings like get_channel_videos, but the context is strong enough for an agent to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_transcriptGet YouTube video transcriptAInspect
Fetch the full transcript of one YouTube (or TikTok) video as clean text with metadata (title, channel, duration, upload date, language). Accepts a watch URL, youtu.be link, Shorts URL, or bare 11-character video id. Costs 1 credit the first time it is added to this account's library; repeat reads are free. Set include_segments to true only when per-line timestamps are needed (much larger output).
| Name | Required | Description | Default |
|---|---|---|---|
| fresh | No | Bypass the cache and re-extract (costs a credit). Default false. | |
| video | Yes | YouTube video URL or 11-character video id (TikTok video URLs also work). | |
| language | No | Preferred caption language code, e.g. 'en' or 'de'. Defaults to 'en', falling back to whatever exists. | |
| include_segments | No | Include the timestamped segment list. Default false — the plain text is usually what you want. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the full behavioral burden. It discloses the credit/cost model ('1 credit the first time it is added to this account's library; repeat reads are free'), the cache bypass effect via fresh, and the output-size consequence of include_segments. It does not address failure modes (e.g. no transcript found) or auth requirements, preventing a 5.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four dense, front-loaded sentences with zero filler. The first sentence states the core purpose, the second covers acceptable inputs, the third covers cost/caching, the fourth covers the one parameter that changes output size. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a moderately simple tool (4 params, 100%% schema coverage, no output schema/annotations), the description covers the what, the accepted input formatst, the metadada returned, and the credit/caching model. Missing edge-case details like behavior when a video has no transcript are minor for such a small tool, so it does not quite reach 5.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds genuine meaning beyond the schema: it explains which URL formats the video parameter accepts, the practical tradeoff of include_segments ('much larger output'), and the caching/cost semantics that clarify the fresh parameter. This extra context pushes it above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Uses a specific verb + resource: "Fetch the full transcript of one YouTube (or TikTok) video as clean text with metadata". The singular scope ('one...video') clearly distinguishes it from the sibling get_transcripts (plural), and the metadata list (title, channel, duration, upload date, language) tells the caller exactly what to expect without opening the schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear usage context by enumerating the accepted input forms (watch URL, youtu.be link, Shorts URL, or bare 11-character id) and by giving an explicit condition for include_segments ('only when per-line timestamps are needed'). It does not explicitly name sibling alternatives or exclusions (e.g. when to prefer get_transcripts), which keeps it short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_transcriptsGet many transcripts at onceAInspect
Fetch transcripts for up to 20 videos in one call — pass an array of YouTube URLs or ids. Each new library addition costs 1 credit; repeats from this account's library are free. Videos without captions are reported per-item and do not fail the batch. For whole channels or playlists, first list the videos with get_channel_videos / get_playlist_videos, then batch the ids through this tool. If the balance runs out, completed items are returned with partial=true and an out_of_credits stopped block.
| Name | Required | Description | Default |
|---|---|---|---|
| videos | Yes | Up to 20 YouTube video URLs or ids. | |
| language | No | Preferred caption language code. Default 'en'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the full burden and does so thoroughly. It discloses immediate cost effects ('new library addition costs 1 credit'), free repeats, per-item error handling ('Videos without captions are reported per-item and do not fail'), and partial failure semantics ('partial=true and an out_of_credits stopped block'). This is an unusually complete account of side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is about five sentences and front-loads the core call shape before covering cost and failure nuances. Every sentence serves a purpose, including credit warnings and workflow for channels or playlists. It is slightly dense — the balance sentence includes multiple clauses — but still efficient for this amount of behavioral detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having no output schema, the description explains per-item failures and partial success enough for an agent to understand batch side effects. It also gives a sensible orchestration path for channel/playlist usage. It could mention the normal per-video transcript structure, but that omission is minor given the strong behavioral focus.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description repeats the schema's point about 'YouTube URLs or ids' and adds the 20-video limit, but it does not explain the language parameter. No additional meaning is added beyond the structured schema, so a solid baseline score is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific action and scope: 'Fetch transcripts for up to 20 videos in one call.' It clearly names the resource (YouTube transcripts) and the input format (array of URLs or ids). It also implies the plural batch nature, distinguishing it from the singular sibling get_transcript.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives a clear funnel for channels or playlists: 'first list the videos with get_channel_videos / get_playlist_videos, then batch the ids through this tool.' It also explains what happens without captions and when the balance runs out. However, it never explicitly contrasts with the singular get_transcript tool, so an agent might not know when to choose this tool over that one.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_channelSearch inside a channelAInspect
Search within one channel's uploads to find its videos on a topic — great for researching what a creator has said about something without listing the whole archive. Accepts @handle, channel URL, or UC… id. Costs 1 credit.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, default 10. | |
| query | Yes | Topic to search for within the channel. | |
| channel | Yes | Channel @handle, URL, or UC… id. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the credit cost, which is useful, but it does not explicitly state the operation is read-only (though 'search' implies it) or mention pagination/result limits beyond the schema's `limit` field. It does not describe edge cases or error behavior. This is an adequate but minimal disclosure for a simple tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact sentences. The primary purpose is front-loaded, followed by a use-case hinteb, then identifier formats and cost. Zero filler, every phrase contributes.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool, the description is mostly adequate, but it omits what the response looks like (no output schema). An agent would not know whether the result is a list of video titles, URLs, or IDs. Also missing are error conditions (e.g., invalid channel handle). Given the lack of an output schema, this gap is notable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schemas cover all 3 parameters at 100%, so the baseline is 3. The description adds one meaningful insight to the `channel` parameter — accepting @handle, channel URL, or UC… id — though this is already stated in the schema's description of the channel field. It adds no other semantic value beyond the schema, so it stays at the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: searching within a single channel's uploads for videos on a given topic. This immediately distinguishes it from the sibling `get_channel_videos` (which lists the entire archive) and `search_youtube` (global search). Specific verb + resource + scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a clear use case: researching a topic within a known channel without sifting through the full archive. This effectively implies when to choose this tool over `get_channel_videos`, but it does not name alternatives or give explicit
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_youtubeSearch YouTubeAInspect
Search YouTube by keyword for videos, channels, or playlists (set type). Returns titles, ids, and URLs — useful for research, discovery, and finding videos to transcribe. Costs 1 credit per search.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | What to search for. Default video. | |
| limit | No | Max results, default 10. | |
| query | Yes | Search terms, e.g. 'claude code tutorial'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses a meaningful side effect: 'Costs 1 credit per search.' It also states what the response includes (titles, ids, URLs). It stops short of detailing pagination or result ordering, but for a simple keyword search this is sufficient to prepare an agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no wasted words. It front-loads the core action and scope, then provides return information, use cases, and cost. Every clause earns its place; the cost disclosure is especially valuable to surface early.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with three parameters, no output schema, and no annotations, the description covers the essential invocation context: what to search, what to expect back, and the cost. The only minor gap is that it does not explicitly mention the default type (video) or hint at how results vary by type, though the schema already covers the default.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline of 3 applies. The description adds the phrase 'set type' which maps to the type parameter, and 'by keyword' clarifies query usage, but these are already evident from the schema. The limit and default behavior are fully documented in the schema, so the description adds no significant semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource ('Search YouTube by keyword') and explicitly enumerates the retrievable object types ('videos, channels, or playlists'). It also names the return fields (titles, ids, URLs), making the tool's function distinct from siblings like get_channel_videos or get_transcript, which have different retrieval logic.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear application context ('useful for research, discovery, and finding videos to transcribe'), which helps an agent decide when this tool is appropriate. However, it does not explicitly mention alternatives or exclusion conditions, such as reserving get_latest_videos for recency-based needs or get_playlist_videos for playlist-browsing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
7 tool updates
- First observed
get_channel_videos - First observed
get_latest_videos - First observed
get_playlist_videos - First observed
get_transcript - First observed
get_transcripts - First observed
search_channel - First observed
search_youtube
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…
Clean YouTube transcripts for agents: single videos, channels, playlists, plus AI caption cleanup.
Related MCP Servers
- AlicenseAqualityAmaintenance14 tools for AI agents: transcript extraction in five formats with adjustable segment size, video metadata, video and channel search, channel browsing, in-channel search, playlists, and an asynchronous batch job for up to 4,000 transcripts. Free tier: 100 credits on signup, no card.14MIT
- AlicenseAqualityAmaintenanceConnect AI assistants to YouTube: search, transcripts, metadata, and more.191046MIT
- FlicenseNot gradedqualityCmaintenancePay-per-success YouTube transcript extractor for AI agents and RAG pipelines. Timestamps, SRT, plain text. Failed videos are never charged. $0.005/video.-
- AlicenseAqualityBmaintenanceEnables AI agents to search videos, retrieve metadata and transcripts, pinpoint exact moments via hybrid semantic search, and conduct multi-video research with timestamp deep links—all without YouTube API keys.51MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct stage: channel discovery, playlist discovery, search, and transcript retrieval. The singular vs batch transcript tools are clearly separated by single-call vs bulk-call behavior, and the two search tools are scoped by global versus channel-limited search.
All tools follow a consistent snake_case verb_noun pattern: get_* for retrieval/search operations and search_channel/search_youtube for search operations. The naming directly reflects the resource and makes the tool surface highly predictable.
Seven tools is a well-scoped set for the server's stated purpose: discover YouTube videos, extract transcripts, and bulk-process them. Each tool serves a clear workflow need, and none feel redundant or ornamental.
The workflow is complete from video discovery (channel, playlist, latest, search) through to transcript retrieval (single and batch). Gaps such as channel-level playlist listing or TikTok channel discovery are peripheral; the core YouTube transcript workflow has no dead ends.