mcpbeat Sign in

Framefetch MCP Server

answering

Framefetch is answering right now. Last checked 1 min ago. It exposes 4 tools. Last commit 1 Aug 2026.

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

Uptime history 47 days of history · worst day 93%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
245 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 3 September 2026. No other catalogue keeps this.

3 Sep a tool changed the parameters it asks for framefetch_extract

Nothing serious here today

Today is the operative word: we check Framefetch every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add framefetch --transport http https://framefetch.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "framefetch": {
      "url": "https://framefetch.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.framefetch]
url = "https://framefetch.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "framefetch": {
      "url": "https://framefetch.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "framefetch": {
      "url": "https://framefetch.net/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

framefetch
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 start, periodically, or after a 402. When NOT to use: before every single framefetch_extract call in a tight loop. Returns: balance_micros, spend_7d_micros, calls_7d — micro-USD (1,000,000 = $1). Low balance: top up via x402 (USDC) at POST /v1/topup, or card at POST /v1/checkout.
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 use: non-video pages, private/login-walled content, or bulk crawling (one URL per call). Returns one JSON object with only the requested fields + a `cost` block (micro-USD); shapes: https://framefetch.net/docs. Cost scales with what you request (frames/transcript cost more than metadata). No key? POST /v1/keys {email} -> instant key (~100 free calls); or x402 (USDC), no account. Example: {"url":"https://www.youtube.com/watch?v=...","fields":["metadata","transcript"]}.
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 support. No input.
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 for transcript/frames/etc. Billed ~$0.002/call (metadata-tier), regardless of `limit`.

Endpoints

URLTransportStateLatencyChecked
https://framefetch.net/mcp streamable-http answering 263 ms 1 min ago

Alternatives to Framefetch

same job, measured the same way
Talkthrough
by korovin-aa97

Local MCP server: recordings or public video URLs into transcript, frames, OCR, wall-clock evidence.

1 622 installs/wk local only
Ocular Audio MCP
by rayakaan

MCP server for video transcripts, screenshots, and OCR on YouTube and web videos.

44 installs/wk local only
Contendeo
by contendeo

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

answering
Social → Context
by mcp-dir

Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.

9 tools answering
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
deAPI MCP Server
by deapi-ai

35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI

answering
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only
OpenPublica
by openpublica

Search US local-government meetings: AI summaries, transcripts, and adopted plan documents.

15 tools answering

Framefetch — questions

Answers built from our own checks of this server.

What can Framefetch do?
It exposes 4 tools, read directly from the server on our last check. Among them: framefetch_account, framefetch_extract, framefetch_platform_capabilities, framefetch_search. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Framefetch working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 245 ms. The bar chart above shows every period we have measured.
How do I connect Framefetch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Framefetch need an API key?
No. Framefetch completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Framefetch?
It answers our handshake in 245 ms on average, which is faster than 58% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Framefetch open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.