Browse workflows

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

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_videos and youtube__query_analytics_report for performance
  • search-console__query_search_analytics for query trends
  • wordpress__list_postswordpress__create_post for 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"
            }
        }
    }
}