← Registry

Learning Resources

agentcdn.com

Searches YouTube videos to find and play the most relevant answer clips for a user's question.

4 endpoints37 known toolsFirst detected July 23, 2026Last detected September 25, 2026

ENDPOINT 1

https://mcp.agentcdn.com/agents/youtube/mcp

No auth detected

MCP server metadata

Name
AgentCDN YouTube Agent
Version
0.1.2
Capabilities
loggingresources.listChangedtools.listChanged

Known tools 4

answer_video_question

Searches public YouTube videos for a user question, ranks likely answer segments, and returns a featured playable clip with citations, trust signals, and alternate recommendations.

Inferred read-only
search_videos

Searches public YouTube videos for comparison or text-only browsing.

Inferred read-only
get_video_stream

Prepares the raw playable YouTube clip payload for an explicitly selected analyzed result.

Inferred read-only
get_creator_profile

Returns AgentCDN creator profile metadata and authority signals for a creator identifier.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "agentcdn-youtube-agent": {
      "type": "http",
      "url": "https://mcp.agentcdn.com/agents/youtube/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "agentcdn-youtube-agent",
  "transport": "streamable-http",
  "url": "https://mcp.agentcdn.com/agents/youtube/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://mcp.agentcdn.com/mcp

No auth detected

MCP server metadata

Name
agentcdn-arvp
Version
0.1.1
Capabilities
loggingresources.listChangedtools.listChanged

Known tools 11

search_videos

Use this first to find the strongest creator clip candidates.

Inferred read-only
get_moment_context

Read the cached transcript chapters, shot captions/OCR, and entities for a video time window.

Inferred read-only
get_creator_profile

Use this only when the user explicitly asks about a creator's identity, authority signals, namespace, or catalog summary.

Inferred read-only
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.

Inferred read-only
get_segment_rights

Use this to check what an agent may do with a video moment before quoting, summarizing, transforming, or playing it.

Inferred read-only
create_composition

Start a new composition run from a brief and enqueue planning.

Inferred read-only
make_supercut

Phase-A entry point: create a supercut run and enqueue planning in one call.

Potential side effects
get_composition_plan

Return the current EDL (CompositionPlan + ordered segments) for a run, with advisory SegmentRightsEval and PlanDiagnostics.

Inferred read-only
approve_composition_plan

The approval GATE.

Inferred read-only
render_composition

Enqueue a composition.render job for an already-approved plan.

Inferred read-only
get_composition_status

Poll run/plan/render state and, on completion, the composed asset reference.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 3

https://mcp.agentcdn.com/c/rereview-tech/mcp

No auth detected

MCP server metadata

Name
agentcdn-arvp
Version
0.1.1
Capabilities
loggingresources.listChangedtools.listChanged

Known tools 11

search_videos

Use this first to find the strongest creator clip candidates.

Inferred read-only
get_moment_context

Read the cached transcript chapters, shot captions/OCR, and entities for a video time window.

Inferred read-only
get_creator_profile

Use this only when the user explicitly asks about a creator's identity, authority signals, namespace, or catalog summary.

Inferred read-only
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.

Inferred read-only
get_segment_rights

Use this to check what an agent may do with a video moment before quoting, summarizing, transforming, or playing it.

Inferred read-only
create_composition

Start a new composition run from a brief and enqueue planning.

Inferred read-only
make_supercut

Phase-A entry point: create a supercut run and enqueue planning in one call.

Potential side effects
get_composition_plan

Return the current EDL (CompositionPlan + ordered segments) for a run, with advisory SegmentRightsEval and PlanDiagnostics.

Inferred read-only
approve_composition_plan

The approval GATE.

Inferred read-only
render_composition

Enqueue a composition.render job for an already-approved plan.

Inferred read-only
get_composition_status

Poll run/plan/render state and, on completion, the composed asset reference.

Inferred read-only

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://mcp.agentcdn.com/c/rereview-tech/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 4

https://rereview.agentcdn.com/mcp

No auth detected

MCP server metadata

Name
agentcdn-arvp
Version
0.1.1
Capabilities
loggingresources.listChangedtools.listChanged

Known tools 11

search_videos

Use this first to find the strongest creator clip candidates.

Inferred read-only
get_moment_context

Read the cached transcript chapters, shot captions/OCR, and entities for a video time window.

Inferred read-only
get_creator_profile

Use this only when the user explicitly asks about a creator's identity, authority signals, namespace, or catalog summary.

Inferred read-only
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.

Inferred read-only
get_segment_rights

Use this to check what an agent may do with a video moment before quoting, summarizing, transforming, or playing it.

Inferred read-only
create_composition

Start a new composition run from a brief and enqueue planning.

Inferred read-only
make_supercut

Phase-A entry point: create a supercut run and enqueue planning in one call.

Potential side effects
get_composition_plan

Return the current EDL (CompositionPlan + ordered segments) for a run, with advisory SegmentRightsEval and PlanDiagnostics.

Inferred read-only
approve_composition_plan

The approval GATE.

Inferred read-only
render_composition

Enqueue a composition.render job for an already-approved plan.

Inferred read-only
get_composition_status

Poll run/plan/render state and, on completion, the composed asset reference.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agentcdn.com was fetched 2026-08-27T00:39:39.964Z and is being refreshed.

Trust status Trusted

agentcdn.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.