Labsco
0xKaroshi logo

Contendeo

from 0xKaroshi

Give your agent eyes โ€” multimodal video analysis MCP.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredQuick setup

Contendeo

Give your agent eyes.

Contendeo is the multimodal layer that lets your AI actually see video โ€” not just read its transcript.


What it is

Contendeo is a remote MCP server that gives LLMs frame-level context from video โ€” transcription, keyframe vision analysis, OCR, and structured output, unified into a single response your agent can reason over.

Paste a YouTube, Instagram Reels, Vimeo, Twitter/X, TikTok, or direct video URL into Claude (or any MCP client). Contendeo downloads, transcribes, extracts keyframes, runs OCR, analyzes visuals, and returns a structured document.

Live at contendeo.app. MCP endpoint at contendeo.app/mcp/.

Why it exists

Transcripts capture what was said. They don't capture what was shown โ€” chart values, UI states, overlays, code on screen, circled regions, dashboard numbers. For any video where the visual layer carries information (trading tutorials, product demos, technical walkthroughs, data dashboards, design reviews), transcript-only analysis misses half the signal.

Contendeo closes that gap.

See the side-by-side comparison at contendeo.app/demo.

Tools

Four tools exposed over MCP. Credit costs charged per successful call. Cache hits are free.

ToolCreditsWhat it does
quick_transcribe1Timestamped transcript with speaker identification. Audio-only. Fast.
deep_analyze5Full multimodal pipeline โ€” transcript + keyframe vision + OCR, unified output.
clip_context1 (quick) / 3 (deep)Analyze a specific timestamp range without paying for the full video.
batch_analyzeper-video, โˆ’10% at 5+Process up to 10 videos in parallel with cross-video synthesis.

Full schemas and response formats: docs/tools.md.

Authentication

Contendeo uses OAuth 2.0. First use flow:

  1. Your MCP client initiates a connection
  2. Browser redirect to contendeo.app sign-in (Google OAuth or email)
  3. Approve the MCP client
  4. Bearer token issued, client reconnects, tools become available

New accounts get 10 free credits. No card required.

Details: docs/authentication.md.

Pricing

PlanPriceCreditsNotes
Free$010 on signupAll 4 tools, no card
Pro$12/mo (โ‚น999)100/moPriority queue, rollover to 200
Power$39/mo (โ‚น3,299)500/moBatch, webhooks, rollover to 1000
PAYG$0.15/crediton demandNo subscription

Cache hits are free. Failed analyses auto-refund.

Details: docs/pricing.md.

Stack

Under the hood:

  • yt-dlp โ€” video download across 1000+ sites
  • Apify โ€” Instagram Reels fetching
  • Webshare โ€” residential proxy pool for YouTube anti-bot
  • ffmpeg โ€” audio extraction + keyframe scene detection
  • Groq Whisper (large-v3) โ€” transcription
  • Tesseract OCR โ€” deterministic text extraction from frames
  • Claude Vision (Sonnet 4.6) โ€” visual frame analysis
  • Supabase โ€” auth + Postgres
  • Redis โ€” URL-hash result cache
  • FastAPI + MCP Python SDK โ€” server, streamable HTTP transport
  • Traefik โ€” SSL termination + routing

Support

Questions, bug reports, feature requests: open an issue.

Commercial/partnership inquiries: @0xKaroshi on X.