# Reel25 — Video Analytics for TikTok, Instagram & YouTube (remote · mcp.reel25.com)

Video analytics for TikTok, Instagram, and YouTube. Track, analyze, and discover content.

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

## Components

- remote · `mcp.reel25.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/usnmax88-reel25-mcp/mcp.md), [page](https://verifymcp.io/servers/usnmax88-reel25-mcp/mcp)
- npm · `reel25-mcp`: 30/100, [markdown](https://verifymcp.io/servers/usnmax88-reel25-mcp/reel25-mcp.md), [page](https://verifymcp.io/servers/usnmax88-reel25-mcp/reel25-mcp)

## Channel facts

- Endpoint: `https://mcp.reel25.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.5`

## 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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 26 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 954 tokens (~36/item across 26 items; 26 tools + 0 resources), lean.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 usnmax88-reel25-mcp https://mcp.reel25.com/mcp
```

### Codex

```toml
[mcp_servers.usnmax88-reel25-mcp]
url = "https://mcp.reel25.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "usnmax88-reel25-mcp": {
      "type": "remote",
      "url": "https://mcp.reel25.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add usnmax88-reel25-mcp --url https://mcp.reel25.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  usnmax88-reel25-mcp:
    url: "https://mcp.reel25.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "usnmax88-reel25-mcp": {
      "type": "http",
      "url": "https://mcp.reel25.com/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 62, +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 61, +1)

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

### 2026-07-31 (score 60, −2)

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

### 2026-07-30 (score 62, +1)

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

### 2026-07-28 (score 61, +1)

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

### 2026-07-27 (score 60, +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 59)

First indexed and scored.

## MCP tools (26)

### `list_videos` (~85 tokens)

List all tracked videos. Free.

Input parameters:

- `end_date` (string): Filter: posted before (YYYY-MM-DD)
- `limit` (number): Results per page (1-100, default 20)
- `offset` (number): Pagination offset
- `platform` (string): Filter by platform
- `start_date` (string): Filter: posted after (YYYY-MM-DD)

### `get_video` (~29 tokens)

Get video details including metrics and music info. Free.

Input parameters:

- `video_id` (string, required): Video UUID

### `get_video_history` (~46 tokens)

Get video performance snapshots over time. Free.

Input parameters:

- `days` (number): Days of history (1-365, default 30)
- `video_id` (string, required): Video UUID

### `track_video` (~37 tokens)

Track a video by URL. Supports TikTok, Instagram, YouTube. Free.

Input parameters:

- `url` (string, required): Full video URL (https)

### `bulk_track_videos` (~38 tokens)

Track up to 25 videos at once by URL. Free.

Input parameters:

- `urls` (array, required): Array of video URLs (max 25)

### `untrack_video` (~26 tokens)

Stop tracking a video. Free.

Input parameters:

- `video_id` (string, required): Video UUID

### `list_accounts` (~16 tokens)

List all tracked creator accounts. Free.

### `get_account` (~24 tokens)

Get account details. Free.

Input parameters:

- `account_id` (string, required): Account UUID

### `track_account` (~58 tokens)

Track a creator account by URL. Free.

Input parameters:

- `url` (string, required): Account URL (e.g. https://www.tiktok.com/@username)
- `video_limit` (number): Max videos to track (1-500, default 50)

### `get_account_videos` (~43 tokens)

List videos for a specific account. Free.

Input parameters:

- `account_id` (string, required): Account UUID
- `limit` (number): Results per page (default 20)

### `get_account_metrics` (~27 tokens)

Get detailed account performance metrics. Free.

Input parameters:

- `account_id` (string, required): Account UUID

### `remove_account` (~25 tokens)

Stop tracking an account. Free.

Input parameters:

- `account_id` (string, required): Account UUID

### `search_content` (~92 tokens)

AI-powered content discovery. Costs 100 credits. Polls internally (30-60s).

Input parameters:

- `depth` (string): Research depth (default: standard)
- `minViews` (string): Minimum views filter
- `platform` (string): Target platform (default: tiktok)
- `query` (string, required): Describe the content you want to find. Be specific.
- `timeframe` (string): Time period filter

### `get_radar_results` (~30 tokens)

Get results of a previous radar search. Free.

Input parameters:

- `search_id` (string, required): Search UUID

### `radar_history` (~29 tokens)

List past radar searches. Free.

Input parameters:

- `limit` (number): Number of results (default 20)

### `analyze_video` (~58 tokens)

AI video analysis: hooks, structure, CTA, UGC. Costs 5 credits. Polls internally (15-30s).

Input parameters:

- `force` (boolean): Force re-analysis (default false)
- `video_id` (string, required): Video UUID

### `get_analysis` (~28 tokens)

Get existing AI analysis for a video. Free.

Input parameters:

- `video_id` (string, required): Video UUID

### `list_folders` (~15 tokens)

List all folders. Free.

### `create_folder` (~28 tokens)

Create a folder. Free.

Input parameters:

- `name` (string, required): Folder name (max 255 chars)

### `add_videos_to_folder` (~46 tokens)

Add videos to a folder (max 50). Free.

Input parameters:

- `folder_id` (string, required): Folder UUID
- `video_ids` (array, required): Video UUIDs to add

### `add_accounts_to_folder` (~45 tokens)

Add accounts to a folder (max 50). Free.

Input parameters:

- `account_ids` (array, required): Account UUIDs to add
- `folder_id` (string, required): Folder UUID

### `folder_analytics` (~26 tokens)

Get folder-level analytics. Free.

Input parameters:

- `folder_id` (string, required): Folder UUID

### `top_videos` (~35 tokens)

Get top performing tracked videos. Free.

Input parameters:

- `limit` (number): Number of results (1-100, default 10)

### `growth_trends` (~32 tokens)

Get follower and video growth trends. Free.

Input parameters:

- `period` (string): Time period (default 30d)

### `get_credits` (~16 tokens)

Check workspace credit balance. Free.

### `get_workspace` (~20 tokens)

Get workspace info: plan, credits, limits. Free.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 61
- 2026-07-31: 60
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://mcp.reel25.com/mcp
- Website: https://reel25.com/docs/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/usnmax88-reel25-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/usnmax88-reel25-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/usnmax88-reel25-mcp/mcp
