# YouTube Email Finder — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/youtube_email ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_youtube_email?ms=1788152280000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/youtube_email/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/youtube_email/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/youtube_email/skill.md Postman collection (v2.1): https://mcp.ai/youtube_email/postman.json ## Tools - youtube_email_find(channels: string[]) — 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 ## 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?" ## Links Docs: https://mcp.ai/docs/mcps/youtube_email Website: https://mcp.ai/mcps/youtube_email