mcpbeat

Viddler MCP Server

com.viddler/viddler-mcp
answering

Viddler is answering right now. Last checked 1 min ago. It exposes 12 tools.

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

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
92 of 92 checks
12
Tools
read from the server
430 ms
Response time
average over 24h
open, no key
Access
streamable-http

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 viddler-mcp --transport http https://mcp.viddler.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "viddler-mcp": {
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.viddler-mcp]
url = "https://mcp.viddler.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "viddler-mcp": {
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "viddler-mcp": {
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}

Available tools 12

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

viddler
viddler_access_remove_password
Turn off password protection for a video. Reverts to the public playback id so the video plays without a password again.
viddler_access_set_custom_url
Give a video a branded, human-friendly custom URL slug for sharing. Returns the updated video.
viddler_access_set_password
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.
viddler_analytics_account_usage
Return the authenticated account's plan, quota used/remaining, and video count.
viddler_analytics_get_views
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.
viddler_feedback_submit
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.
viddler_videos_create_upload
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.
viddler_videos_get
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'.
viddler_videos_list
List videos owned by the authenticated account.
viddler_videos_register
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.
viddler_videos_set_description
Update a video's description.
viddler_videos_set_title
Update a video's title.

Endpoints

URLTransportStateLatencyChecked
https://mcp.viddler.com/mcp streamable-http answering 459 ms 1 min ago

Viddler — questions

Answers built from our own checks of this server.

What can Viddler do?
It exposes 12 tools, read directly from the server on our last check. Among them: viddler_access_remove_password, viddler_access_set_custom_url, viddler_access_set_password, viddler_analytics_account_usage, viddler_analytics_get_views, viddler_feedback_submit and 6 more. 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 Viddler 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 430 ms. The bar chart above shows every period we have measured.
How do I connect Viddler?
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 Viddler need an API key?
No. Viddler completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Viddler?
It answers our handshake in 430 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.