Learning Resources
agentcdn.com
Searches YouTube videos to find and play the most relevant answer clips for a user's question.
ENDPOINT 1
https://mcp.agentcdn.com/agents/youtube/mcp
MCP server metadata
- Name
- AgentCDN YouTube Agent
- Version
- 0.1.2
Known tools 4
answer_video_questionSearches 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-onlyget_video_streamPrepares the raw playable YouTube clip payload for an explicitly selected analyzed result.
Inferred read-onlyget_creator_profileReturns AgentCDN creator profile metadata and authority signals for a creator identifier.
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.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
MCP server metadata
- Name
- agentcdn-arvp
- Version
- 0.1.1
Known tools 11
get_moment_contextRead the cached transcript chapters, shot captions/OCR, and entities for a video time window.
Inferred read-onlyget_creator_profileUse this only when the user explicitly asks about a creator's identity, authority signals, namespace, or catalog summary.
Inferred read-onlyget_video_streamUse 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-onlyget_segment_rightsUse this to check what an agent may do with a video moment before quoting, summarizing, transforming, or playing it.
Inferred read-onlymake_supercutPhase-A entry point: create a supercut run and enqueue planning in one call.
Potential side effectsget_composition_planReturn the current EDL (CompositionPlan + ordered segments) for a run, with advisory SegmentRightsEval and PlanDiagnostics.
Inferred read-onlyget_composition_statusPoll run/plan/render state and, on completion, the composed asset reference.
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.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
MCP server metadata
- Name
- agentcdn-arvp
- Version
- 0.1.1
Known tools 11
get_moment_contextRead the cached transcript chapters, shot captions/OCR, and entities for a video time window.
Inferred read-onlyget_creator_profileUse this only when the user explicitly asks about a creator's identity, authority signals, namespace, or catalog summary.
Inferred read-onlyget_video_streamUse 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-onlyget_segment_rightsUse this to check what an agent may do with a video moment before quoting, summarizing, transforming, or playing it.
Inferred read-onlymake_supercutPhase-A entry point: create a supercut run and enqueue planning in one call.
Potential side effectsget_composition_planReturn the current EDL (CompositionPlan + ordered segments) for a run, with advisory SegmentRightsEval and PlanDiagnostics.
Inferred read-onlyget_composition_statusPoll run/plan/render state and, on completion, the composed asset reference.
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.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
MCP server metadata
- Name
- agentcdn-arvp
- Version
- 0.1.1
Known tools 11
get_moment_contextRead the cached transcript chapters, shot captions/OCR, and entities for a video time window.
Inferred read-onlyget_creator_profileUse this only when the user explicitly asks about a creator's identity, authority signals, namespace, or catalog summary.
Inferred read-onlyget_video_streamUse 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-onlyget_segment_rightsUse this to check what an agent may do with a video moment before quoting, summarizing, transforming, or playing it.
Inferred read-onlymake_supercutPhase-A entry point: create a supercut run and enqueue planning in one call.
Potential side effectsget_composition_planReturn the current EDL (CompositionPlan + ordered segments) for a run, with advisory SegmentRightsEval and PlanDiagnostics.
Inferred read-onlyget_composition_statusPoll run/plan/render state and, on completion, the composed asset reference.
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.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.
agentcdn.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.