INDIVIDUAL MCP TOOL
make_another_clip
Create a deliberately different version of an existing Afterdraft clip job.
LIVE ENDPOINT
https://mcp.afterdraft.ai/mcp
Connect to this endpoint to inspect the live schema for make_another_clip and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.afterdraft]
url = "https://mcp.afterdraft.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"afterdraft": {
"type": "http",
"url": "https://mcp.afterdraft.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: afterdraft
Remote MCP URL: https://mcp.afterdraft.ai/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": {
"afterdraft": {
"url": "https://mcp.afterdraft.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"afterdraft": {
"type": "http",
"url": "https://mcp.afterdraft.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "afterdraft",
"transport": "streamable-http",
"url": "https://mcp.afterdraft.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_clip— Create one short-form clip from the user's exact original public video, Google Drive file/folder, or Dropbox file/folder URL using the connected Afterdraft account.get_clip— Check the real processing state of an Afterdraft clip job.try_another_video— For a completed folder or content-bank clip, choose another strong source video from the same bank using Afterdraft’s shared quality and recent-use diversity selector.get_usage— Check the connected Afterdraft account’s current plan entitlement and clip usage.report_component_event— App-only health telemetry for the Afterdraft clip component.