Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

YouTube Video Summarizer (pay-per-call)

io.github.jontelep/summarize-vid

Summarize YouTube videos or fetch transcripts. Pay-per-call via x402 (USDC on Base), no account.

Uptime
100.0%
1 direct probes · 30d
Response
736ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

summarize_youtube_video

Summarize a YouTube video with Claude and return the summary text, in any of 100+ output languages (`language` param, BCP-47). Pay-per-call via x402 (USDC on Base) — no account or API key. Cheaper tha…

get_youtube_transcript

Fetch the raw transcript text of a YouTube video (no model run — the cheaper SKU), in any of 100+ languages (`language` param, BCP-47). Pay-per-call via x402 (USDC on Base), no account. A video withou…

list_new_channel_videos

New videos on a YouTube channel since your last poll — stateless channel monitoring, no accounts or webhooks. Pass a channel URL, @handle, or channel id, plus an optional cursor (`since_video_id` or `…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "youtube_video_summarizer_(pay-per-call)": {
      "url": "https://mcp.sumvid.app/mcp",
      "transport": "streamable-http"
    }
  }
}