← agentcdn.com
INDIVIDUAL MCP TOOL
get_creator_profile
Returns AgentCDN creator profile metadata and authority signals for a creator identifier.
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
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.search_videos— Searches public YouTube videos for comparison or text-only browsing.get_video_stream— Prepares the raw playable YouTube clip payload for an explicitly selected analyzed result.