Enrichments MCP is now live for all plans. Try it out today
All enrichments & signals

Find YouTube Videos By Query

Search YouTube and retrieve video results matching a keyword or topic.

Configure MCP server with Find YouTube Videos By Query

Access the Find YouTube Videos By Query action from AI tools via MCP. Your AI assistant can search YouTube with rich metadata on demand.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

Search YouTube for 'sales engagement platform demo' and show me the top videos with engagement stats.

Example response

json
{
  "videos_found": 20,
  "videos": [
    {
      "url": "https://youtube.com/watch?v=def456",
      "title": "Outreach vs SalesLoft vs HubSpot - Sales Engagement Comparison",
      "view_count": 78000,
      "like_count": 2100,
      "comment_count": 145,
      "channel": "SaaS Reviews"
    }
  ]
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →