ClipSnipe MCP Connector
Ask Claude about hype moments, transcripts, chat reactions, and visual keyframes from the Twitch & Kick channels you have ClipSnipe monitoring.
What it does
ClipSnipe runs AI-powered hype detection on the live streams you tell it to watch. The MCP connector exposes that data — hype events, Whisper transcripts of clip audio, ±90s chat snapshots, score curves, and clip keyframes — back to Claude as structured tools, so you can investigate why a moment was hype without leaving the conversation.
Add it to Claude.ai
- Open Claude.ai → Settings → Connectors → Add custom connector.
- Server URL:
https://clipsnipe.com/mcp - Sign in with your ClipSnipe account and approve the requested scopes on the consent screen.
- Start a new chat — Claude can now call the ClipSnipe tools when relevant.
Example prompts that work well
- “What’s the biggest hype moment on xqc right now? Pull the chat and the transcript.”
- “Is hasanabi live? If so, what’s the latest event in the current session?”
- “Show me the top 5 events across all my channels in the last 24 hours, sorted by score.”
- “Get the keyframes for event 12345 — I want to see what was happening on screen.”
- “Compare the score curves of these two events — was one a slow build and the other a spike?”
- “Pull the chat around event 12345 from 30 seconds before to 60 seconds after, and summarize the reaction.”
Available tools
- List Monitored Channels — every channel you have ClipSnipe watching, with live state.
- List Channels by Live Status — same roster sorted live-first (cheap, no per-channel API calls).
- Check Channel Live Status — authoritative, hits Kick/Twitch directly. Use for “is X live right now?”
- Search Hype Events — find events by channel, time, score, or current-session-only.
- Get Hype Event Details — one event, with optional transcript / chat / score-curve / neighbors / keyframes.
- Get Event Transcript — Whisper transcript with word-level timing.
- Get Chat Around Event — public chat messages ±90s around the moment.
- Get Hype Score Curve — hype-score, chat-rate, KEKW-rate time series around an event.
- Get Event Keyframes — visual JPEG frames extracted from the clip, returned inline so Claude can see them.
Every tool is read-only — the connector cannot modify, delete, or send anything on your behalf.
Authentication & scopes
OAuth 2.1 with PKCE. The first time you connect, you’ll see a consent screen listing exactly what the connector will access:
events:read— your hype eventstranscripts:read— transcripts of your hype clipschat:read— chat snapshots around your hype eventskeyframes:read— keyframe images
Disconnect any time from Settings → Connectors in Claude.ai, or from your ClipSnipe account settings.
Time fields
Every time-related field uses stream-elapsed seconds (seconds since the worker started monitoring the broadcast), not clip-relative seconds. Transcripts also include word-level
stream_start_sec/stream_end_sec for each word — use those when quoting timestamps back to a user.Endpoints
- MCP server:
https://clipsnipe.com/mcp - OAuth discovery:
/.well-known/oauth-authorization-server - Protected resource metadata:
/.well-known/oauth-protected-resource
Privacy
See the ClipSnipe Privacy Policy for what we collect, how it’s stored, and how to delete your account. The MCP connector only ever receives the structured tool arguments Claude sends — your prompt content never reaches ClipSnipe.