目录 / CLIPCLIPER
CLIPCLIPER
Turn a public video link into a **timestamped transcript**, **topic chapters** and **clip suggestions**. Works with YouTube (videos, shorts, live replays), Twitch VODs, Kick VODs and TikTok, including platforms that block datacenter IPs. **Tools**: `get_transcript` (timestamped / text / srt / segments), `get_chapters`, `suggest_clips` (with editorial instructions). **Async by design**: a call waits up to `wait_seconds`; if the video is still downloading or transcribing it returns `status: processing`. Call again with the same url, nothing is charged twice. Results cached 24 h. **Pricing**: free tier without a key (3 videos per day, up to 15 min each). Minute packs at [clipcliper.com/mcp](https://clipcliper.com/mcp): 600 min for USD 9, 3,000 min for USD 29, 12,000 min for USD 79 (one-time, minutes never expire). Every video costs one pack minute per started minute; chapters and clip suggestions on a transcribed video are free. Paste the key as `licenseKey` when connecting here. **Privacy**: the video file is deleted as soon as the transcript exists; the transcript expires after 24 h. No accounts, no cookies. REST alternative: `POST https://clipcliper.com/api/link/transcribe` with `{"url": "..."}`. Source of the stdio bridge: [github.com/Inmoprice/clipcliper-mcp](https://github.com/Inmoprice/clipcliper-mcp).
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://clipcliper--clipcliper.run.tools
{
"mcpServers": {
"CLIPCLIPER": {
"url": "https://clipcliper--clipcliper.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| get_transcript | Download a public video (YouTube, Twitch VOD, Kick VOD, TikTok) and return its full transcript with timestamps (Whisper large-v3). Asynchronous: if it returns status 'processing', call again with the same url. Results are cached 24 h per url. Costs one pack hour per started hour of video with a license key; without a key, videos up to 15 min (daily limit per IP). |
| get_chapters | Split a public video into topic chapters (start/end seconds, title, one-line summary) from its transcript. Transcribes the video first if needed (same cost and async behaviour as get_transcript); the chapters themselves are free and cached. |
| suggest_clips | Find the most shareable moments of a public video for short-form clips: start/end seconds aligned to speech, a hook-style title in the video's language and why it works. Transcribes the video first if needed (same cost and async behaviour as get_transcript). Suggestions are free per call. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。