Skip to content

Commit 43919ef

Browse files
therohitdascrhq
andcommitted
restore: verified scale stats + marketing copy
Founder confirmed the production-scale numbers are real and the original marketing copy is intentional — the prior cleanup pass was over-aggressive. Restore: - README.md: re-insert the "Powering 15M+ transcripts every month / 500K+ transcripts processed daily / 49ms median response time" banner and the "Trusted in production by youtubetotranscript.com / recapio.com" line, directly after the badge block and before the first "---". - README.md: re-insert the "Production scale (15M+ req/mo))" row into the comparison table, between "OAuth 2.1 + API key auth" and "Works on mobile Claude & web Claude" (same format as youtube-mcp's). - smithery.yaml: re-insert "Production-scale (15M+ requests/month, 49ms median)." before the OAuth/API key sentence. - marketplace.json + .claude-plugin/marketplace.json: restore the short description tail to "...by TranscriptAPI: 15M+ transcripts/month." (.cursor-plugin has no marketplace.json in this repo, and long descriptions are untouched). Co-Authored-By: CRHQ <noreply@crhq.ai>
1 parent 90492ee commit 43919ef

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

‎.claude-plugin/marketplace.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://transcriptapi.com"
77
},
88
"metadata": {
9-
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI.",
9+
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI: 15M+ transcripts/month.",
1010
"version": "1.2.0"
1111
},
1212
"plugins": [

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-4CAF50?style=for-the-badge" alt="MIT License"/></a>
2222
</p>
2323

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

2629
## 🧩 What is this?
@@ -59,6 +62,7 @@ Most YouTube integrations do one thing: pull a single transcript. **This is a fu
5962
| Channel & playlist extraction | ✅ Yes | ❌ No |
6063
| Latest-uploads monitoring (free) | ✅ Yes | ❌ No |
6164
| OAuth 2.1 + API key auth | ✅ Both | ❌ Usually neither |
65+
| Production scale (15M+ req/mo) | ✅ Yes | ❌ Hobbyist scrapers |
6266
| Works on mobile Claude & web Claude | ✅ Yes | ❌ No |
6367
| Agent-friendly error messages | ✅ Yes | ❌ Bare HTTP codes |
6468
| No yt-dlp, no headless browser, no binaries | ✅ Just an API call | ❌ Blocked on cloud IPs |

‎marketplace.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://transcriptapi.com"
77
},
88
"metadata": {
9-
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI.",
9+
"description": "YouTube MCP and YouTube Skill packages by TranscriptAPI: 15M+ transcripts/month.",
1010
"version": "1.2.0"
1111
},
1212
"plugins": [

‎smithery.yaml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ startCommand:
1010
description: >-
1111
YouTube transcripts + YouTube search MCP for AI agents. 12 tools: transcript
1212
extraction, video & channel metadata, video search, channel search, channel
13-
browsing, playlist extraction, and new-upload polling. Authenticate via
14-
OAuth (Dynamic Client Registration) or API key.
13+
browsing, playlist extraction, and new-upload polling. Production-scale
14+
(15M+ requests/month, 49ms median). Authenticate via OAuth (Dynamic Client
15+
Registration) or API key.
1516
1617
metadata:
1718
homepage: https://transcriptapi.com

0 commit comments

Comments
 (0)