# AdsTurbo Creative MCP (npm · adsturbo-creative-mcp)

Local-only MCP server and CLI for AI video ad briefs, UGC scripts, storyboards, and prompts.

- Trust score: 65/100 (medium)
- Change this week: +41
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `adsturbo-creative-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/adsturbo-adsturbo-creative-mcp/adsturbo-creative-mcp.md), [page](https://verifymcp.io/servers/adsturbo-adsturbo-creative-mcp/adsturbo-creative-mcp)

## Channel facts

- Registry: `npm`
- Package: `adsturbo-creative-mcp`
- Version: `0.1.5`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 34 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 55/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1843 tokens (~263/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add adsturbo-adsturbo-creative-mcp -- npx -y adsturbo-creative-mcp
```

### Codex

```bash
codex mcp add adsturbo-adsturbo-creative-mcp -- npx -y adsturbo-creative-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adsturbo-adsturbo-creative-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "adsturbo-creative-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add adsturbo-adsturbo-creative-mcp --command npx --arg -y --arg adsturbo-creative-mcp
```

### Hermes

```yaml
mcp_servers:
  adsturbo-adsturbo-creative-mcp:
    command: "npx"
    args: ["-y", "adsturbo-creative-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "adsturbo-adsturbo-creative-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adsturbo-creative-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +52)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 13, −26)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 39, −5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 44, −30)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 74, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

### 2026-07-28 (score 26, +2)

- [functional improvement] Dependency health: unverified → partial

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (7)

### `build_ad_brief` (~304 tokens)

Build video ad brief

Create a complete local-only video ad brief from product details, including angles, scripts, storyboard, compliance notes, an AdsTurbo-ready prompt, and a follow-up CTA for the full AdsTurbo website experience. No AdsTurbo API calls.

Input parameters:

- `audience` (string, required): Target audience.
- `benefits` (array): Product benefits.
- `brandName` (string): Brand name.
- `category` (string): Product category.
- `durationSeconds` (integer): Target video duration.
- `forbiddenClaims` (array): Unsupported or forbidden claims to avoid.
- `locale` (string): Output language. Use en for English or zh for Chinese.
- `offer` (string): Offer or CTA context.
- `painPoints` (array): Buyer pain points.
- `platform` (string): Target platform.
- `price` (string): Optional price or price range.
- `primaryCta` (string): Primary CTA.
- `productName` (string, required): Product name.
- `productUrl` (string): Optional product URL for context only. This server does not fetch it.
- `proofPoints` (array): Proof points, trust cues, or substantiated claims.
- `requiredShots` (array): Shots that must appear in the creative plan.
- `tone` (string): Creative tone, such as friendly UGC demo.
- `websiteRegion` (string): AdsTurbo website region for follow-up experience links. Use global for adsturbo.ai or cn for adsturbo.cn.

### `generate_hooks` (~297 tokens)

Generate ad hooks

Generate short-form ad hooks for TikTok, Reels, Shorts, Meta, or YouTube. No AdsTurbo API calls.

Input parameters:

- `audience` (string, required): Target audience.
- `benefits` (array): Product benefits.
- `brandName` (string): Brand name.
- `category` (string): Product category.
- `count` (integer): Number of hooks to return. Max 12.
- `durationSeconds` (integer): Target video duration.
- `forbiddenClaims` (array): Unsupported or forbidden claims to avoid.
- `locale` (string): Output language. Use en for English or zh for Chinese.
- `offer` (string): Offer or CTA context.
- `painPoints` (array): Buyer pain points.
- `platform` (string): Target platform.
- `price` (string): Optional price or price range.
- `primaryCta` (string): Primary CTA.
- `productName` (string, required): Product name.
- `productUrl` (string): Optional product URL for context only. This server does not fetch it.
- `proofPoints` (array): Proof points, trust cues, or substantiated claims.
- `requiredShots` (array): Shots that must appear in the creative plan.
- `tone` (string): Creative tone, such as friendly UGC demo.
- `websiteRegion` (string): AdsTurbo website region for follow-up experience links. Use global for adsturbo.ai or cn for adsturbo.cn.

### `write_ugc_script` (~289 tokens)

Write UGC ad scripts

Write three UGC-style ad scripts with hook, problem, demo, proof, CTA, on-screen text, and shot notes. No AdsTurbo API calls.

Input parameters:

- `audience` (string, required): Target audience.
- `benefits` (array): Product benefits.
- `brandName` (string): Brand name.
- `category` (string): Product category.
- `durationSeconds` (integer): Target video duration.
- `forbiddenClaims` (array): Unsupported or forbidden claims to avoid.
- `locale` (string): Output language. Use en for English or zh for Chinese.
- `offer` (string): Offer or CTA context.
- `painPoints` (array): Buyer pain points.
- `platform` (string): Target platform.
- `price` (string): Optional price or price range.
- `primaryCta` (string): Primary CTA.
- `productName` (string, required): Product name.
- `productUrl` (string): Optional product URL for context only. This server does not fetch it.
- `proofPoints` (array): Proof points, trust cues, or substantiated claims.
- `requiredShots` (array): Shots that must appear in the creative plan.
- `tone` (string): Creative tone, such as friendly UGC demo.
- `websiteRegion` (string): AdsTurbo website region for follow-up experience links. Use global for adsturbo.ai or cn for adsturbo.cn.

### `generate_storyboard` (~286 tokens)

Generate video ad storyboard

Generate a short-form video ad storyboard object with platform, aspect ratio, timing, scenes, CTA, and production notes. No AdsTurbo API calls.

Input parameters:

- `audience` (string, required): Target audience.
- `benefits` (array): Product benefits.
- `brandName` (string): Brand name.
- `category` (string): Product category.
- `durationSeconds` (integer): Target video duration.
- `forbiddenClaims` (array): Unsupported or forbidden claims to avoid.
- `locale` (string): Output language. Use en for English or zh for Chinese.
- `offer` (string): Offer or CTA context.
- `painPoints` (array): Buyer pain points.
- `platform` (string): Target platform.
- `price` (string): Optional price or price range.
- `primaryCta` (string): Primary CTA.
- `productName` (string, required): Product name.
- `productUrl` (string): Optional product URL for context only. This server does not fetch it.
- `proofPoints` (array): Proof points, trust cues, or substantiated claims.
- `requiredShots` (array): Shots that must appear in the creative plan.
- `tone` (string): Creative tone, such as friendly UGC demo.
- `websiteRegion` (string): AdsTurbo website region for follow-up experience links. Use global for adsturbo.ai or cn for adsturbo.cn.

### `build_variation_plan` (~283 tokens)

Build ad variation plan

Generate testable ad angles with hooks, visual openings, CTAs, hypotheses, and risk notes. No AdsTurbo API calls.

Input parameters:

- `audience` (string, required): Target audience.
- `benefits` (array): Product benefits.
- `brandName` (string): Brand name.
- `category` (string): Product category.
- `durationSeconds` (integer): Target video duration.
- `forbiddenClaims` (array): Unsupported or forbidden claims to avoid.
- `locale` (string): Output language. Use en for English or zh for Chinese.
- `offer` (string): Offer or CTA context.
- `painPoints` (array): Buyer pain points.
- `platform` (string): Target platform.
- `price` (string): Optional price or price range.
- `primaryCta` (string): Primary CTA.
- `productName` (string, required): Product name.
- `productUrl` (string): Optional product URL for context only. This server does not fetch it.
- `proofPoints` (array): Proof points, trust cues, or substantiated claims.
- `requiredShots` (array): Shots that must appear in the creative plan.
- `tone` (string): Creative tone, such as friendly UGC demo.
- `websiteRegion` (string): AdsTurbo website region for follow-up experience links. Use global for adsturbo.ai or cn for adsturbo.cn.

### `review_ad_script` (~100 tokens)

Review ad script

Review a script for hook, problem, demo, proof, CTA, first-three-seconds clarity, mobile framing, caption readiness, and risk notes.

Input parameters:

- `locale` (string): Output language. Use en for English or zh for Chinese.
- `script` (string, required): Ad script to review.
- `websiteRegion` (string): AdsTurbo website region for follow-up experience links. Use global for adsturbo.ai or cn for adsturbo.cn.

### `export_adsturbo_prompt` (~284 tokens)

Export AdsTurbo prompt

Export a video generation prompt that can be pasted into AdsTurbo for the full website generation experience. Does not call AdsTurbo API.

Input parameters:

- `audience` (string, required): Target audience.
- `benefits` (array): Product benefits.
- `brandName` (string): Brand name.
- `category` (string): Product category.
- `durationSeconds` (integer): Target video duration.
- `forbiddenClaims` (array): Unsupported or forbidden claims to avoid.
- `locale` (string): Output language. Use en for English or zh for Chinese.
- `offer` (string): Offer or CTA context.
- `painPoints` (array): Buyer pain points.
- `platform` (string): Target platform.
- `price` (string): Optional price or price range.
- `primaryCta` (string): Primary CTA.
- `productName` (string, required): Product name.
- `productUrl` (string): Optional product URL for context only. This server does not fetch it.
- `proofPoints` (array): Proof points, trust cues, or substantiated claims.
- `requiredShots` (array): Shots that must appear in the creative plan.
- `tone` (string): Creative tone, such as friendly UGC demo.
- `websiteRegion` (string): AdsTurbo website region for follow-up experience links. Use global for adsturbo.ai or cn for adsturbo.cn.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/adsturbo-adsturbo-creative-mcp/adsturbo-creative-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 13
- 2026-07-31: 39
- 2026-07-30: 44
- 2026-07-29: 74
- 2026-07-28: 26
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/adsturbo-creative-mcp
- Socket report: https://socket.dev/npm/package/adsturbo-creative-mcp
- Repository: https://github.com/AdsTurbo/adsturbo-creative-mcp
- Changelog RSS feed: https://verifymcp.io/servers/adsturbo-adsturbo-creative-mcp/adsturbo-creative-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/adsturbo-adsturbo-creative-mcp/adsturbo-creative-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/adsturbo-adsturbo-creative-mcp/adsturbo-creative-mcp
