Configure MCP server with Find YouTube Video URLs
Access the Find YouTube Video URLs action from AI tools via MCP. Your AI assistant can search YouTube and collect video URLs 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
“Find YouTube videos about B2B sales automation in 2026. List the URLs and view counts.”
Example response
json
{
"videos_found": 15,
"videos": [
{
"url": "https://youtube.com/watch?v=abc123",
"title": "Top B2B Sales Automation Tools in 2026",
"view_count": 45000,
"published_date": "2026-02-15"
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →