Content and marketing teams
Creator loop with YouTube, Search Console, and WordPress
Turn search demand and video performance into WordPress drafts that match what audiences already look for.
Outcome: A prioritized content brief with SEO queries, top video themes, and a WordPress draft outline
Integrations in this workflow
The problem
Creators guess topics instead of connecting YouTube performance, Search Console queries, and their WordPress site in one workflow.
Example prompt
Analyze my YouTube channel's top videos from the last 28 days, pull rising Search Console queries for my WordPress domain, and propose three article outlines. For the best opportunity, create a WordPress draft post with title, excerpt, and H2 structure — do not publish yet.
Gateway tools
youtube__list_videosandyoutube__query_analytics_reportfor performancesearch-console__query_search_analyticsfor query trendswordpress__list_posts→wordpress__create_postfor drafts (confirm site slug)
Governance
- Keep WordPress posts as drafts until a human reviews — disable auto-publish in agent instructions.
- Search Console data is site-scoped; verify the connected property matches the WordPress site you intend to update.
- YouTube analytics may lag; note the reporting window in any recommendations shared with stakeholders.
Connect via private gateway
Activate the integrations above, create an API token scoped to mcp:private-gateway, then add this config to your MCP client.
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"stackgate-private-gateway": {
"url": "https://stackgate.ai/mcp/private",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}