# YouTube Email Finder — how to use (mcp.ai)

Find the contact email of YouTube channels from the link, the @handle or the channel_id. Resolves the contact-block email too, not only the one in the description. Accepts many channels per call. Hosted by the platform, no credentials.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_youtube_email?ms=1788152280000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `youtube_email_find`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/youtube_email`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/youtube_email/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/youtube_email/find` — Encontra o e-mail de contato de canais do YouTube. Aceita VÁRIOS canais numa chamada (`channels`): cada item pode ser o link do canal (https://youtube.com/@handle ou /channel/UC...), o @handle, ou o c
  - body: { channels: string[] }

## Example prompts
- "Find the email for channel https://youtube.com/@mkbhd"
- "Get the emails of these channels: @mkbhd, @MrBeast"
- "What is the contact email of channel_id UCX6OQ3DkcsbYNE6H8uQQuVA?"

## More
- Page: https://mcp.ai/youtube_email
- Agent spec (llms.txt): https://mcp.ai/youtube_email/llms.txt
- Postman collection: https://mcp.ai/youtube_email/postman.json
