← afterdraft.ai

INDIVIDUAL MCP TOOL

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.

afterdraft.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://afterdraft.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_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.
  • A tool name or description suggests retrieving external content.

Parent server

afterdraft.ai

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://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.

Related tools

  • get_clip — Check the real processing state of an Afterdraft clip job.
  • make_another_clip — Create a deliberately different version of an existing 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.