Classify video footage into editor-ready roles (Hook, A-Roll, B-Roll, Screen Recording, VO, Blooper) with confidence scores, suggested filenames, thumbnails, and diagnostics. Supports single and batch classification up to 50 videos.
Overview
FastDrop Video Classifier MCP Server
FastDrop classifies raw video footage into 6 editor-ready roles using AI-powered analysis:
- Hook — Attention-grabbing opening clips
- A-Roll — Primary speaker/interview footage
- B-Roll — Supplementary/cutaway footage
- Steady Shots — Screen captures and tutorials
- VO — Voice-over audio clips
- Blooper — Outtakes and mistakes
Available Tools
| Tool | Description |
|---|---|
classify_video | Submit a video URL for classification with confidence score, explanation, suggested filename, and folder path |
get_job_status | Poll a classification job for results |
classify_batch | Submit up to 50 videos for batch classification with credit pre-authorization |
get_batch_status | Check batch progress with per-video results |
check_usage | View credit balance and usage statistics |
list_capabilities | List available capabilities (classify, thumbnails, diagnostics, duplicates, clips, transcribe) with credit costs |
Setup
{
"mcpServers": {
"fastdrop": {
"url": "https://api.fastdrop.io/mcp/mcp"
}
}
}
Server Config
{
"mcpServers": {
"fastdrop": {
"url": "https://api.fastdrop.io/mcp/mcp"
}
}
}