Content Tools
dapdip.com
Analyzes a YouTube channel's public data to score its performance, identify winning patterns, and generate actionable briefs and tests for the next upload.
ENDPOINT 1
https://www.dapdip.com/api/mcp
MCP server metadata
- Name
- dapdip
- Version
- 1.0.2
DapDip answers questions about a YouTube channel from its own public catalogue: a growth score, what measurably works on that channel against its own median, what to make next, what to A/B test, and how far it is from YouTube's two monetization tiers. Every answer carries its sample size and links to the page showing the arithmetic. Nothing here is estimated and no figure is written by a model.
Known tools 5
audit_youtube_channelScores a YouTube channel out of 100 from its public catalogue and returns the one thing to fix first.
Inferred read-onlyget_channel_patternsReturns 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.
Inferred read-onlyget_next_video_briefReturns a brief for the channel's next upload — format, length, title shape and posting day — derived from what already outperformed on that channel.
Potential side effectscheck_monetization_progressReports 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.
Inferred read-onlysuggest_ab_testSuggests title variants to run in YouTube's own Test & Compare, each changing ONE element and each grounded in a pattern measured on that channel.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dapdip.com was fetched 2026-08-03T22:46:22.031Z and is being refreshed.
dapdip.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.