uploadcheck
Provides tools to check launch status and get handoff information for Product Hunt launches.
Provides tools to run quality checks on videos, including those with YouTube URLs, before upload.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@uploadcheckcheck ./output.mp4 before upload"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ฌ UploadCheck MCP
The quality gate between your AI and "publish".
Your agent can generate video. It can't tell you the audio cut out at 0:08, a frame froze at the stitch seam, or the captions are cropped. UploadCheck can โ and hands back the exact timestamps to fix.
For anyone whose agent, pipeline, or editor produces media that ships to real people โ AI-video pipelines, Shorts/Reels, podcasts, client deliverables.
The problem
An agent that writes code can run the tests. An agent that renders a video has no idea whether it's broken.
So the broken export ships: silence where narration should be, a frozen frame where two clips were stitched, lips out of sync, captions clipped by the platform UI, loudness well off target. Somebody notices in the comments.
UploadCheck is the check your agent calls before it publishes. Point it at the finished file. It returns PASS, WATCH, or BLOCK with per-flag timestamps and machine-actionable fixes โ so the agent repairs only the flagged span and re-checks, instead of guessing or shipping.
Related MCP server: @avclabs.ai/enhance-mcp
Install
npx -y @drantoniou/uploadcheck-mcpclaude mcp add --env UPLOADCHECK_API_BASE_URL=https://api.uploadcheck.app \
--env UPLOADCHECK_API_KEY=YOUR_KEY \
--transport stdio --scope user uploadcheck -- npx -y @drantoniou/uploadcheck-mcp{
"mcpServers": {
"uploadcheck": {
"command": "npx",
"args": ["-y", "@drantoniou/uploadcheck-mcp"],
"env": {
"UPLOADCHECK_API_BASE_URL": "https://api.uploadcheck.app",
"UPLOADCHECK_API_KEY": "YOUR_KEY"
}
}
}
}codex mcp add uploadcheck \
--env UPLOADCHECK_API_BASE_URL=https://api.uploadcheck.app \
--env UPLOADCHECK_API_KEY=YOUR_KEY \
-- npx -y @drantoniou/uploadcheck-mcpGet a free key at uploadcheck.app โ 40+ gates, 200 checked minutes/month, no card.
Machine-readable install snippets for every client live in mcp-install.json.
Keep your key private. It's a secret bearer token tied to your plan minutes. Put it in your personal MCP config โ never in a committed file, a shared prompt, or a report.
Use it
Once installed, just ask:
check ./final-cut.mp4 before I uploadThe agent calls qc_run_local_file, polls qc_get_job, then reads qc_get_report and shows you the flags with timestamps.
What it checks
40+ automated gates run on every check, including:
Picture | frozen/looped frames, black frames, canvas fit & pillarboxing, temporal warping, flicker, interlace combing |
Audio | dead air, clipping, loudness (LUFS) & true peak, loudness range, channel balance, mains hum, dropouts |
Sync & text | lip/audio drift, caption safe-area, text contrast, cropped or overlapping text |
Delivery | resolution/codec/frame-rate spec, Shorts/Reels format |
Paid plans add AI "oracle" gates โ garbled speech, duplicated faces in AI crowds, narration match.
What it doesn't do: it doesn't tell you whether a clip was AI-generated. It assumes it might be, and checks whether it's clean enough to publish.
Tools
Tool | What it does |
| Estimate checked minutes and effective gates before running |
| Check a local export (reads the file, sends it to the hosted API) |
| Check a YouTube URL, signed URL, upload id, or base64 payload |
| Poll status, progress, verdict, metered minutes |
| The finished report: verdict + timestamped flags + evidence |
| Lifecycle events, so the agent can explain what ran |
| List generated report artifacts |
| Editor marker CSV (drop flags straight into your NLE timeline) |
| Signed upload URL for larger files |
Pass idempotency_key to qc_run_video when an agent might retry the same asset โ the API returns the existing job instead of duplicating the run.
Use profile when you know the media type but don't want to hand-pick gates: auto, shorts, audio, thumbnail, generic_creator_video, and named delivery targets like youtube_shorts, podcast_delivery, broadcast_r128, ai_render_gate. Explicit checks always win.
Environment
export UPLOADCHECK_API_BASE_URL="https://api.uploadcheck.app"
export UPLOADCHECK_API_KEY="<workspace_api_key>"This package is a thin MCP client over the hosted UploadCheck API โ checks run server-side, not on your machine. Small and medium local files can be sent inline (base64) without durable storage; use signed upload URLs for large ones.
Links
Website & free key โ uploadcheck.app
Docs (API + MCP + full gate reference) โ uploadcheck.app/docs
Signed PASS/BLOCK receipts โ uploadcheck.app/docs/receipts
License
MIT โ see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables integration between MCP clients and the Handwriting OCR service, allowing users to upload images and PDF documents, check processing status, and retrieve OCR results as Markdown.Last updated18

@avclabs.ai/enhance-mcpofficial
AlicenseAqualityDmaintenanceEnables video enhancement through MCP tools for creating tasks, querying status, and synchronous enhancement, supporting URL or local file inputs.Last updated342Apache 2.0
chakoshi MCP Serverofficial
AlicenseBqualityDmaintenanceEnables MCP clients to check text content using chakoshi's guardrail API for safety and moderation, returning assessment results.Last updated13MIT- Flicense-qualityDmaintenanceEnables users to validate MCP servers, skills, extensions, and packages for schema, security, functional, and semantic quality directly from their MCP client.Last updated
Related MCP Connectors
Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.
MCP server for the FFmpeg Micro video transcoding API โ create, monitor, download transcodes.
Remote MCP for C2PA intake verifier MCP, structured receipts, audit logs, and reviewer-ready evidenc
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajantoniou/uploadcheck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server