---
name: linkdr-youtube-outreach
description: >-
  Find YouTube creators ranking for a keyword and draft outreach using LinkDR's
  admin data MCP. Use when the user wants YouTube influencer emails, creator
  outreach, or video SERP contacts. Fetch
  https://linkdr.com/docs/admin/skills/youtube-outreach/SKILL.md. Connect
  https://linkdr.com/mcp and complete LinkDR OAuth as an admin.
version: 0.1.0
homepage: https://linkdr.com/docs/admin/skills/youtube-outreach/SKILL.md
---

# LinkDR: YouTube outreach

**Start here:** You are reading `https://linkdr.com/docs/admin/skills/youtube-outreach/SKILL.md`. Complete only if the last line is `END SKILL v0.1.0`.

Managed backlink orders: `https://linkdr.com/SKILL.md`. This skill reads SERP + creator data. Contacts stay cache-only.

## Connect

Add `https://linkdr.com/mcp`. Complete OAuth in the client. Do not paste tokens in chat.

```json
{
  "mcpServers": {
    "linkdr": {
      "url": "https://linkdr.com/mcp"
    }
  }
}
```

## Steps

1. Confirm the keyword (decode spaces, not `+`). Optional: `search_keywords` first.
2. `get_keyword_serp({ keyword, limit: 100 })`. This returns the stored top
   100 in one call. Use a smaller limit if needed; do not retry for ranks beyond
   100 because there is no deeper SERP page.
3. Keep `items` whose `url` or `domain` is on `youtube.com` or `youtu.be`.
4. Use each row's `email` when present. Otherwise `get_contacts({ url })`. A watch URL with no channel match is a miss. Do not treat youtube.com contacts as this creator.
5. Skip rows with no contact. Do not scrape YouTube.
6. Draft 3–5 emails in the user's own mail tool. LinkDR does not send.

## Do not

- Call DataForSEO or invent subscriber counts
- Treat a SERP snippet email as the canonical address. Use `get_contacts` or `search_creators` for the stored record.
- Pitch a guest post price unless the user also loaded the checkout skill

END SKILL v0.1.0
