AgentMarketMCP / SKILL 资产档案馆

目录 / CLIPCLIPER

MCP 鉴权未知 未评级 已上架

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).

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:55):Turn a public video link into a **timestamped transcript**, **topic chapters** and **clip suggestions**
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://clipcliper--clipcliper.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "CLIPCLIPER": {
      "url": "https://clipcliper--clipcliper.run.tools"
    }
  }
}

能力清单

工具说明
get_transcriptDownload 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_chaptersSplit 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_clipsFind 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.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。