-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
45 lines (45 loc) · 1.35 KB
/
Copy pathmarketplace.json
File metadata and controls
45 lines (45 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "transcriptapi",
"owner": {
"name": "TranscriptAPI",
"email": "hello@transcriptapi.com",
"url": "https://transcriptapi.com"
},
"metadata": {
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI: 15M+ transcripts/month.",
"version": "1.2.0"
},
"plugins": [
{
"name": "transcriptapi",
"source": "./",
"description": "YouTube MCP + YouTube Skill for AI agents: YouTube transcripts, video and channel metadata, captions, subtitles, video and channel search, channel browsing and playlist extraction. 12 hosted MCP tools plus one skill, powered by TranscriptAPI. OAuth sign-in, free tier, no API key to manage.",
"version": "1.2.0",
"author": {
"name": "TranscriptAPI",
"email": "hello@transcriptapi.com",
"url": "https://transcriptapi.com"
},
"homepage": "https://transcriptapi.com",
"repository": "https://github.com/ZeroPointRepo/transcriptapi-plugin",
"license": "MIT",
"category": "data",
"keywords": [
"youtube-mcp",
"youtube-skill",
"youtube",
"transcript",
"captions",
"subtitles",
"video-search",
"channel-search",
"playlists",
"summarization",
"research",
"transcriptapi",
"mcp",
"agent-skills"
]
}
]
}