# io.github.MarvinRey7879/framefetch (remote · framefetch.net)

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

- Trust score: 79/100 (medium)
- Change this week: +12
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `framefetch.net`: 79/100 (this document), [markdown](https://verifymcp.io/servers/marvinrey7879-framefetch/framefetch.md), [page](https://verifymcp.io/servers/marvinrey7879-framefetch/framefetch)

## Channel facts

- Endpoint: `https://framefetch.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.9.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1193 tokens (~298/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http marvinrey7879-framefetch https://framefetch.net/mcp
```

### Codex

```toml
[mcp_servers.marvinrey7879-framefetch]
url = "https://framefetch.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "marvinrey7879-framefetch": {
      "type": "remote",
      "url": "https://framefetch.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add marvinrey7879-framefetch --url https://framefetch.net/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  marvinrey7879-framefetch:
    url: "https://framefetch.net/mcp"
```

### Other

```json
{
  "mcpServers": {
    "marvinrey7879-framefetch": {
      "type": "http",
      "url": "https://framefetch.net/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 78, +6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 72, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 72, +3)

- [functional improvement] Tool coverage: 86% → 92%
- [functional] Schema quality: good → excellent
- [cosmetic] “framefetch_extract” dropped the optional parameter “verbosity”

### 2026-07-28 (score 69, +2)

- [security improvement] HSTS header: fail → pass
- [functional] Server version: 1.9.0 → 1.9.1

### 2026-07-27 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 66)

First indexed and scored.

## MCP tools (4)

### `framefetch_extract` (~693 tokens)

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"]}.

Input parameters:

- `ask` (string): Question about the video (3-500 chars); <=500-token answer w/ timestamped quotes, grounded in the transcript (auto-pulled). Never cached; degrades (never charged) if unavailable. Long videos: answer…
- `cache` (boolean): false forces a fresh, billed extract.
- `comments_cap` (integer): Max top-level comments (1-200, default 100); only used with "comments".
- `fields` (array): Which data to return; default ["metadata"]. Pulls: digest→transcript; audio_digest→digest→transcript; structured→transcript; comment_sentiment→comments. digest/audio_digest/structured/comment_sentime…
- `frames` (object): Frame-sampling spec; required when "frames" or "text_overlay" is requested.
- `subtitle_format` (string): Renders transcript as subtitles in `subtitles` (srt/vtt). Requires "transcript" (or "digest"); uses translated cues if "translate" set.
- `translate` (string): ISO-639-1 target language (e.g. "es"); adds `transcript_translated` (timings kept). Requires "transcript" (or "digest"). Billed per audio-minute.
- `url` (string, required): Public video URL from a supported platform.
- `voice` (string): Voice for "audio_digest": OpenAI voices (alloy/echo/fable/onyx/nova/shimmer) + Groq "Fritz-PlayAI"; default "alloy".

### `framefetch_platform_capabilities` (~59 tokens)

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` (~124 tokens)

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`.

Input parameters:

- `cache` (boolean): false = fresh, billed search.
- `limit` (integer): Default 10.
- `platform` (string)
- `query` (string, required): 2-200 chars.

### `framefetch_account` (~138 tokens)

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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/marvinrey7879-framefetch/framefetch#diagnostics

## Score history

- 2026-08-03: 79
- 2026-08-02: 78
- 2026-08-01: 78
- 2026-07-31: 72
- 2026-07-30: 72
- 2026-07-29: 72
- 2026-07-28: 69
- 2026-07-27: 67
- 2026-07-26: 66

## Links

- Remote endpoint: https://framefetch.net/mcp
- Repository: https://github.com/MarvinRey7879/framefetch-client
- Website: https://framefetch.net/
- Changelog RSS feed: https://verifymcp.io/servers/marvinrey7879-framefetch/framefetch/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/marvinrey7879-framefetch/framefetch/changelog.json
- HTML version of this page: https://verifymcp.io/servers/marvinrey7879-framefetch/framefetch
