Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.

README.md

Contendeo

Give your agent eyes.

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

!MCP Compatible !License: MIT !Status: Live !Smithery

---

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.

| Tool | Credits | What it does | |---|---|---| | quick_transcribe | 1 | Timestamped transcript with speaker identification. Audio-only. Fast. | | deep_analyze | 5 | Full multimodal pipeline — transcript + keyframe vision + OCR, unified output. | | clip_context | 1 (quick) / 3 (deep) | Analyze a specific timestamp range without paying for the full video. | | batch_analyze | per-video, −10% at 5+ | Process up to 10 videos in parallel with cross-video synthesis. |

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

Installation

Contendeo is a remote MCP server — no local install, no package download. Connect via URL from your MCP client.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "contendeo": {
      "url": "https://contendeo.app/mcp/"
    }
  }
}

Claude will walk you through OAuth on first use.

Claude Code

claude mcp add --transport http contendeo https://contendeo.app/mcp/

Other MCP clients (Cursor, Continue, Cline, etc.)

Any client that supports remote MCP servers over streamable HTTP. Point it at https://contendeo.app/mcp/.

Full walkthrough with screenshots: docs/installation.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

| Plan | Price | Credits | Notes | |---|---|---|---| | Free | $0 | 10 on signup | All 4 tools, no card | | Pro | $12/mo (₹999) | 100/mo | Priority queue, rollover to 200 | | Power | $39/mo (₹3,299) | 500/mo | Batch, webhooks, rollover to 1000 | | PAYG | $0.15/credit | on demand | No 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

Links

Support

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

Commercial/partnership inquiries: @0xKaroshi on X.

License

MIT — covers this wrapper repo (documentation, examples, manifest). The production server source is not open-sourced.

See LICENSE.

---

Contendeo — every frame, every word, every edge.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.