Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.marvinrey7879/framefetch

io.github.marvinrey7879/framefetch

Any social-video URL → transcript, metadata, frames, OCR, summary, search, Q&A. MCP server + x402.

Uptime
100.0%
1 direct probes · 30d
Response
304ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

framefetch_extract

Extract data from ONE public social-video URL (YouTube incl. Shorts, TikTok, Instagram Reels, Pinterest, Reddit): metadata/insights/transcript/frames/digest/comments/etc — see `fields`. When NOT to us…

framefetch_platform_capabilities

JSON matrix of data types (metadata, insights, transcript, frames, comments) per platform — YouTube (+Shorts), TikTok, Instagram Reels, Pinterest, Reddit. Call before framefetch_extract to confirm sup…

framefetch_search

Search YouTube by keyword (yt-dlp, no login). Returns up to `limit` hits: url/title/uploader/durationSec/uploadDate(often null)/thumbnail/views. YouTube only — use framefetch_extract on a hit's url fo…

framefetch_account

Check this account's credit balance/usage. Read-only — never charges; works at zero balance (unlike framefetch_extract). Purpose: check balance before expensive framefetch_extract calls — at session s…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.marvinrey7879/framefetch": {
      "url": "https://framefetch.net/mcp",
      "transport": "streamable-http"
    }
  }
}