Content Tools
afterdraft.ai
Creates and manages short-form video clips from source videos, folders, and content banks via Afterdraft.
ENDPOINT 1
https://mcp.afterdraft.ai/mcp
MCP server metadata
- Name
- afterdraft
- Version
- 1.0.0
Afterdraft performs the actual video analysis, editing, captioning, rendering, and MP4 delivery. create_clip returns an inline status component that polls the authoritative get_clip tool automatically. Never ask the user to manually check whether a clip is done. If a host does not render MCP Apps UI, call get_clip with the returned job_id every 3-8 seconds until complete, failed, or the interactive window ends; then clearly say the job is still processing and retain the job_id.
Known tools 6
create_clipCreate 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.
Potential side effectsmake_another_clipCreate a deliberately different version of an existing Afterdraft clip job.
Potential side effectstry_another_videoFor 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.
Inferred read-onlyget_usageCheck the connected Afterdraft account’s current plan entitlement and clip usage.
Inferred read-onlyreport_component_eventApp-only health telemetry for the Afterdraft clip component.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://afterdraft.ai/mcp
MCP server metadata
- Name
- afterdraft
- Version
- 1.0.0
Afterdraft performs the actual video analysis, editing, captioning, rendering, and MP4 delivery. create_clip returns an inline status component that polls the authoritative get_clip tool automatically. Never ask the user to manually check whether a clip is done. If a host does not render MCP Apps UI, call get_clip with the returned job_id every 3-8 seconds until complete, failed, or the interactive window ends; then clearly say the job is still processing and retain the job_id.
Known tools 6
create_clipCreate 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.
Potential side effectsmake_another_clipCreate a deliberately different version of an existing Afterdraft clip job.
Potential side effectstry_another_videoFor 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.
Inferred read-onlyget_usageCheck the connected Afterdraft account’s current plan entitlement and clip usage.
Inferred read-onlyreport_component_eventApp-only health telemetry for the Afterdraft clip component.
Inferred read-onlyCONNECT 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://afterdraft.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"afterdraft": {
"type": "http",
"url": "https://afterdraft.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: afterdraft
Remote MCP URL: https://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://afterdraft.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"afterdraft": {
"type": "http",
"url": "https://afterdraft.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "afterdraft",
"transport": "streamable-http",
"url": "https://afterdraft.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for afterdraft.ai was fetched 2026-08-25T17:48:18.043Z.
afterdraft.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.