INDIVIDUAL MCP TOOL
audit_youtube_channel
Scores a YouTube channel out of 100 from its public catalogue and returns the one thing to fix first.
LIVE ENDPOINT
https://www.dapdip.com/api/mcp
Connect to this endpoint to inspect the live schema for audit_youtube_channel and invoke it with your own arguments.
Indexed 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 server
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.dapdip]
url = "https://www.dapdip.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dapdip": {
"type": "http",
"url": "https://www.dapdip.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dapdip
Remote MCP URL: https://www.dapdip.com/api/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": {
"dapdip": {
"url": "https://www.dapdip.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dapdip": {
"type": "http",
"url": "https://www.dapdip.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dapdip",
"transport": "streamable-http",
"url": "https://www.dapdip.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_channel_patterns— Returns what measurably works on one channel — title length, duration, posting day and format — each as a lift against that channel's OWN median, with the number of uploads behind it.get_next_video_brief— Returns a brief for the channel's next upload — format, length, title shape and posting day — derived from what already outperformed on that channel.check_monetization_progress— Reports how far a channel is from both 2026 Partner Programme tiers — 500 subscribers for fan funding, 1,000 for ad revenue — with the Shorts-views path measured over the last 90 days.suggest_ab_test— Suggests title variants to run in YouTube's own Test & Compare, each changing ONE element and each grounded in a pattern measured on that channel.