All case studies
Industry: E-commerce / Dropshipping

E-commerce Dropshipping Scaling

Scaling dropshipping campaigns with MCP-driven automation

E-commerce Dropshipping Scaling

The challenge

A dropshipping brand needed to test dozens of SKUs weekly on TikTok, but manual creative production slowed everything down and drove up costs.

The AdsTok solution

The AdsTok MCP connector automated creative generation and campaign launches in Blitz Studio, while Blitz Boost optimized budget in real time across TikTok, and ROAS rose while CPA fell.

Quantifiable results

  • +320%

    ROAS increase

  • -45%

    CPA reduction

  • 5/day

    SKUs validated

Architecture

flowchart LR
  Agent[AI Agent Claude/ChatGPT] -->|MCP prompts| AdsTok[AdsTok MCP Server]
  AdsTok --> Studio[Blitz Studio UGC]
  AdsTok --> Boost[Blitz Boost]
  Studio -->|9:16 creatives| Boost
  Boost -->|Spark Ads| TikTok[TikTok Ads]
  TikTok -->|KPI loop| Agent

MCP implementation

{
  "tool": "generate_scripts",
  "arguments": {
    "product_url": "https://store.example/sku-glow-serum",
    "style": "ugc_testimonial",
    "country": "US",
    "variants": 5
  }
}
// then:
{
  "tool": "create_campaign",
  "arguments": {
    "campaign_name": "DS-SKU-glow-serum-test",
    "budget_daily": 40,
    "objective": "conversions",
    "preview_url": "{{generated_video_url}}"
  }
}