# Summiz

Find videos and podcasts in the Summiz catalog with concise keyword searches. Skim key insights with Quick Takes, then dive deeper with full summaries and complete transcripts. Create summaries for Y…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add alberduris/summiz

# Browse available tools
npx -y @smithery/cli@latest tool list alberduris/summiz

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alberduris/summiz search-content

# Call a tool
npx -y @smithery/cli@latest tool call alberduris/summiz search-content '{}'
```

## Direct MCP Connection

Endpoint: `https://summiz--alberduris.run.tools`

## Tools (7)

- `search-content` — Search the Summiz content catalog. Returns videos and podcasts matching the query. IMPORTANT: Use SHORT keywords (1-2 w…
- `search-youtube-videos` — Search YouTube videos by title and/or channel to obtain videoId and URL. Use this when users ask for the latest video f…
- `get-quick-takes` — Fetch Quick Takes (condensed snapshot: key ideas, one-sentence summary, best quote, clickbait check). ONLY use when use…
- `get-summary` — Fetch full Summary (TLDR, golden nuggets, high-quality narrative summary, conclusion). ONLY use when user specifically …
- `get-transcript` — Fetch the COMPLETE, FULL, UNABRIDGED transcript (every word spoken by the author); it is the ENTIRE transcript. CRITICA…
- `create-summary` — To create a Full Summary, users must do so from Summiz.ai with an account. This tool automatically generates Quick Take…
- `create-quick-takes` — Create Quick Takes (condensed snapshot: key ideas, one-sentence summary, best quote, clickbait check) for a YouTube vid…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get alberduris/summiz <tool-name>
```

## Resources

- `summiz://info` — Information about Summiz MCP Server

## Prompts (3)

- `summarize-video` (youtubeUrl) — Get the full AI-generated summary of a YouTube video. Runs the complete workflow: search or create Quick Takes, then re…
- `chat-with-video` (youtubeUrl) — Start a Q&A conversation about a YouTube video by loading its full transcript as context.
- `discover-content` (topic) — Search the Summiz catalog for videos and podcasts on a topic.
