← agentcdn.com

INDIVIDUAL MCP TOOL

approve_composition_plan

The approval GATE.

agentcdn.comnone authenticationAvailability not checked

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 endpoint

agentcdn.com

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.agentcdn-arvp]
url = "https://rereview.agentcdn.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentcdn-arvp": {
      "type": "http",
      "url": "https://rereview.agentcdn.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentcdn-arvp
Remote MCP URL: https://rereview.agentcdn.com/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": {
    "agentcdn-arvp": {
      "url": "https://rereview.agentcdn.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentcdn-arvp": {
      "type": "http",
      "url": "https://rereview.agentcdn.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentcdn-arvp",
  "transport": "streamable-http",
  "url": "https://rereview.agentcdn.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_videos — Use this first to find the strongest creator clip candidates.
  • get_moment_context — Read the cached transcript chapters, shot captions/OCR, and entities for a video time window.
  • get_creator_profile — Use this only when the user explicitly asks about a creator's identity, authority signals, namespace, or catalog summary.
  • get_video_stream — Use this after search_videos for the selected top match to render the single inline playback card with the best clip first and compact alternatives underneath.
  • get_segment_rights — Use this to check what an agent may do with a video moment before quoting, summarizing, transforming, or playing it.
  • create_composition — Start a new composition run from a brief and enqueue planning.
  • make_supercut — Phase-A entry point: create a supercut run and enqueue planning in one call.
  • get_composition_plan — Return the current EDL (CompositionPlan + ordered segments) for a run, with advisory SegmentRightsEval and PlanDiagnostics.