← Registry

Content Tools

viddler.com

Provides video management and analytics tools for Viddler videos, including access control, custom URLs, and view tracking.

1 endpoint12 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.viddler.com/mcp

No auth detected

MCP server metadata

Name
viddler-mcp
Version
0.1.0
Capabilities
tools

Known tools 12

viddler_feedback_submit

File a feature request, bug report, or general feedback to the Viddler team from inside your MCP client.

Inferred read-only
viddler_access_set_password

Gate a video behind a secret password.

Inferred read-only
viddler_access_remove_password

Turn off password protection for a video.

Inferred read-only
viddler_access_set_custom_url

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

Inferred read-only
viddler_analytics_get_views

Return view counts and per-view records for a video: total views, remaining/available views, and the viewer log.

Inferred read-only
viddler_analytics_account_usage

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

Inferred read-only
viddler_videos_list

List videos owned by the authenticated account.

Inferred read-only
viddler_videos_get

Fetch the full record for one video: status, playback id, duration, moderation, storage state, protection.

Inferred read-only
viddler_videos_set_title

Update a video's title.

Potential side effects
viddler_videos_set_description

Update a video's description.

Potential side effects
viddler_videos_create_upload

Step 1 of uploading a video.

Inferred read-only
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.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.viddler-mcp]
url = "https://mcp.viddler.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "viddler-mcp": {
      "type": "http",
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: viddler-mcp
Remote MCP URL: https://mcp.viddler.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "viddler-mcp": {
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "viddler-mcp": {
      "type": "http",
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "viddler-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.viddler.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.