← afterdraft.ai

INDIVIDUAL MCP TOOL

get_usage

Check the connected Afterdraft account’s current plan entitlement and clip usage.

afterdraft.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.afterdraft.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_usage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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://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.
  • 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.
  • report_component_event — App-only health telemetry for the Afterdraft clip component.