# Viddler (remote · mcp.viddler.com)

Official Viddler MCP: list videos, manage access control, pull proof-of-viewing analytics.

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

## Components

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

## Channel facts

- Endpoint: `https://mcp.viddler.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.0`

## 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 12 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**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 817 tokens (~68/item across 12 items; 12 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 com-viddler-viddler-mcp https://mcp.viddler.com/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "com-viddler-viddler-mcp": {
      "type": "http",
      "url": "https://mcp.viddler.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-02 (score 62, +1)

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

### 2026-07-31 (score 61, −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 63, +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 62, +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 61, +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 60)

First indexed and scored.

## MCP tools (12)

### `viddler_feedback_submit` (~125 tokens)

File a feature request, bug report, or general feedback to the Viddler team from inside your MCP client. Goes into the same triage queue as the in-app feedback widget. Use category 'feature' for feature requests (the default intent), 'bug' for problems, 'general' otherwise.

Input parameters:

- `category` (string, required): Type of feedback. Use 'feature' for feature requests.
- `message` (string, required): The feedback text (1-2000 characters).
- `page_url` (string): Optional: the video or page URL this feedback is about.

### `viddler_access_set_password` (~77 tokens)

Gate a video behind a secret password. While protected, playback (including embeds) requires the password and Viddler swaps to a Mux signed-playback id. Returns the updated protection state.

Input parameters:

- `password` (string, required): The secret password viewers must enter.
- `video_id` (string, required): Video id or uniqueId.

### `viddler_access_remove_password` (~49 tokens)

Turn off password protection for a video. Reverts to the public playback id so the video plays without a password again.

Input parameters:

- `video_id` (string, required): Video id or uniqueId.

### `viddler_access_set_custom_url` (~61 tokens)

Give a video a branded, human-friendly custom URL slug for sharing. Returns the updated video.

Input parameters:

- `custom_url` (string, required): The desired URL slug (must be unique).
- `video_id` (string, required): Video id or uniqueId.

### `viddler_analytics_get_views` (~62 tokens)

Return view counts and per-view records for a video: total views, remaining/available views, and the viewer log. The core 'who watched' proof-of-viewing data.

Input parameters:

- `video_id` (string, required): Video id or uniqueId.

### `viddler_analytics_account_usage` (~29 tokens)

Return the authenticated account's plan, quota used/remaining, and video count.

### `viddler_videos_list` (~20 tokens)

List videos owned by the authenticated account.

### `viddler_videos_get` (~62 tokens)

Fetch the full record for one video: status, playback id, duration, moderation, storage state, protection. Poll this after create_upload until muxPlaybackId is no longer 'pending'.

Input parameters:

- `video_id` (string, required): Video id or uniqueId.

### `viddler_videos_set_title` (~40 tokens)

Update a video's title.

Input parameters:

- `title` (string, required): New title.
- `video_id` (string, required): Video id or uniqueId.

### `viddler_videos_set_description` (~40 tokens)

Update a video's description.

Input parameters:

- `description` (string, required): New description.
- `video_id` (string, required): Video id or uniqueId.

### `viddler_videos_create_upload` (~110 tokens)

Step 1 of uploading a video. Returns { uploadId, uploadUrl }. PUT the raw video file bytes to uploadUrl (e.g. `curl -X PUT --upload-file video.mp4 '<uploadUrl>'` — no auth header needed, the URL is pre-signed). Then call viddler_videos_register with the uploadId to create the video record. Requires a videos:write token.

Input parameters:

- `title` (string): Optional title to attach to the upload.

### `viddler_videos_register` (~142 tokens)

Step 2 of uploading a video: after the file has been PUT to the uploadUrl, call this with the uploadId to create the video record. Returns the video (muxPlaybackId will be 'pending'). Poll viddler_videos_get until muxPlaybackId resolves — processing usually takes under a minute. If title/description are omitted, AI generates them from the video content.

Input parameters:

- `custom_url` (string): Optional custom URL slug.
- `description` (string): Optional explicit description.
- `title` (string): Optional explicit title.
- `upload_id` (string, required): The uploadId returned by viddler_videos_create_upload.

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://mcp.viddler.com/mcp
- Authorisation metadata: https://mcp.viddler.com/.well-known/oauth-protected-resource/mcp
- Website: https://viddler.com/for-agents
- Changelog RSS feed: https://verifymcp.io/servers/com-viddler-viddler-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-viddler-viddler-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-viddler-viddler-mcp/mcp
