Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://transcriptapi.com"
},
"metadata": {
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI.",
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI: 15M+ transcripts/month.",
"version": "1.2.0"
},
"plugins": [
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-4CAF50?style=for-the-badge" alt="MIT License"/></a>
</p>

> **Powering 15M+ transcripts every month** · 500K+ transcripts processed daily · 49ms median response time
> Trusted in production by [youtubetotranscript.com](https://youtubetotranscript.com) (~11M/mo) and [recapio.com](https://recapio.com) (~2.8M/mo).

---

## 🧩 What is this?
Expand Down Expand Up @@ -59,6 +62,7 @@ Most YouTube integrations do one thing: pull a single transcript. **This is a fu
| Channel & playlist extraction | ✅ Yes | ❌ No |
| Latest-uploads monitoring (free) | ✅ Yes | ❌ No |
| OAuth 2.1 + API key auth | ✅ Both | ❌ Usually neither |
| Production scale (15M+ req/mo) | ✅ Yes | ❌ Hobbyist scrapers |
| Works on mobile Claude & web Claude | ✅ Yes | ❌ No |
| Agent-friendly error messages | ✅ Yes | ❌ Bare HTTP codes |
| No yt-dlp, no headless browser, no binaries | ✅ Just an API call | ❌ Blocked on cloud IPs |
Expand Down
2 changes: 1 addition & 1 deletion marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://transcriptapi.com"
},
"metadata": {
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI.",
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI: 15M+ transcripts/month.",
"version": "1.2.0"
},
"plugins": [
Expand Down
5 changes: 3 additions & 2 deletions smithery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ startCommand:
description: >-
YouTube transcripts + YouTube search MCP for AI agents. 12 tools: transcript
extraction, video & channel metadata, video search, channel search, channel
browsing, playlist extraction, and new-upload polling. Authenticate via
OAuth (Dynamic Client Registration) or API key.
browsing, playlist extraction, and new-upload polling. Production-scale
(15M+ requests/month, 49ms median). Authenticate via OAuth (Dynamic Client
Registration) or API key.

metadata:
homepage: https://transcriptapi.com
Expand Down
Loading