Back to Browse

Uploadcheck MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts.

About

QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts.

Security Report

5.2
Moderate5.2Moderate Risk

This MCP server is a thin wrapper around the UploadCheck hosted API with proper authentication requirements and reasonable permission scopes for its intended purpose. The server correctly requires an API key, handles file I/O safely, and validates inputs. Minor code quality issues around broad error handling and lack of input sanitization on user-supplied parameters do not materially impact security given the server's design as an API proxy. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

6 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

UploadCheck API base URLOptional

Environment variable: UPLOADCHECK_API_BASE_URL

Workspace API key from your UploadCheck setup email (get one at https://uploadcheck.app/checkout/)Required

Environment variable: UPLOADCHECK_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "app-uploadcheck-uploadcheck": {
      "env": {
        "UPLOADCHECK_API_KEY": "your-uploadcheck-api-key-here",
        "UPLOADCHECK_API_BASE_URL": "your-uploadcheck-api-base-url-here"
      },
      "args": [
        "-y",
        "@drantoniou/uploadcheck-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!