# YouTube Video Summarizer (pay-per-call) MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jontelep-summarize-vid
- Website: https://sumvid.app

## Install
- Endpoint: https://mcp.sumvid.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.sumvid.app/mcp

## Tools
- 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 than pulling the full transcript into your own context. A bad URL or a video without captions returns an error and is not charged. Endpoint: https://mcp.sumvid.app/mcp
- 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 without captions returns an error and is not charged. Endpoint: https://mcp.sumvid.app/mcp
- 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 `since`, an ISO 8601 timezone-aware timestamp) from your last call. Returns new video ids/titles/publish times, newest first, plus `newest_video_id` to use as your next cursor. Pay-per-call via x402 (USDC on Base), no account or API key. An unresolvable channel or a naive `since` timestamp returns an error and is not charged. Endpoint: https://mcp.sumvid.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.JonTelep
- Version: 0.6.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 23, 2026
- Source: https://registry.modelcontextprotocol.io
