@hasdata/youtube-mcp 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -227,7 +227,7 @@ Prompts, not code. Paste one in and the agent picks the tool itself. Each is ann
|
|
|
227
227
|
|
|
228
228
|
Search takes YouTube's own filter tokens, and an agent narrows by duration, upload date and content type without post-processing. Transcripts arrive with the list of available language tracks, which lets the agent pick one without guessing.
|
|
229
229
|
|
|
230
|
-
Paging costs a call each time. A research prompt that searches, pages twice, then pulls three transcripts is six calls and 60 credits. The
|
|
230
|
+
Paging costs a call each time. A research prompt that searches, pages twice, then pulls three transcripts is six calls and 60 credits. The free tier goes further on narrow questions than on open-ended crawls.
|
|
231
231
|
|
|
232
232
|
## Tools
|
|
233
233
|
|
|
@@ -416,7 +416,7 @@ Against the official **YouTube Data API v3**:
|
|
|
416
416
|
| Transcripts of videos you do not own | `captions.download` "requires the user to have permission to edit the video", per [Google's reference](https://developers.google.com/youtube/v3/docs/captions/download) | Yes, with the language list |
|
|
417
417
|
| Chapters in search results | No | Yes |
|
|
418
418
|
| Views and likes in search results | Absent, and a second `videos.list` call returns them as strings | Display string and integer in the same response |
|
|
419
|
-
| Cost | Free inside the daily quota | Paid past the
|
|
419
|
+
| Cost | Free inside the daily quota | Paid past the free tier, 10 credits a call |
|
|
420
420
|
| Writes and private data | Uploads, playlists, comments and your own analytics over OAuth | Read-only, public data only |
|
|
421
421
|
|
|
422
422
|
The last two rows matter. If the daily quota covers your volume and you own the channel you are querying, the official API is the cheaper answer and you should take it.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasdata/youtube-mcp",
|
|
3
3
|
"mcpName": "com.hasdata/youtube",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"description": "MCP server for YouTube data (search, video, channel, transcript) through HasData's hosted API. No Google Cloud project, no YouTube Data API key. 1,000 free credits every month.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|