-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
40 lines (40 loc) · 1.24 KB
/
Copy pathplugin.json
File metadata and controls
40 lines (40 loc) · 1.24 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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "transcriptapi",
"version": "1.2.0",
"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.",
"author": {
"name": "TranscriptAPI",
"email": "hello@transcriptapi.com",
"url": "https://transcriptapi.com"
},
"homepage": "https://transcriptapi.com",
"repository": "https://github.com/ZeroPointRepo/transcriptapi-plugin",
"license": "MIT",
"keywords": [
"youtube-mcp",
"youtube-skill",
"youtube",
"transcript",
"captions",
"subtitles",
"video-search",
"channel-search",
"playlists",
"summarization",
"research",
"transcriptapi",
"mcp",
"agent-skills"
],
"extensions": {
"com.transcriptapi": {
"logo": "./assets/logo-512.png",
"icon": "./assets/icon.svg",
"brandColor": "#CC2F02",
"primarySkill": "youtube",
"mcpEndpoint": "https://transcriptapi.com/mcp",
"docs": "https://transcriptapi.com/docs"
}
}
}