Server data from the Official MCP Registry
QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts.
QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: UPLOADCHECK_API_BASE_URL
Environment variable: UPLOADCHECK_API_KEY
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.