← agentcdn.com

INDIVIDUAL MCP TOOL

search_videos

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

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

Related tools

  • 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.
  • get_video_stream — Prepares the raw playable YouTube clip payload for an explicitly selected analyzed result.
  • get_creator_profile — Returns AgentCDN creator profile metadata and authority signals for a creator identifier.