Inside Ads
IA
Inside Ads
/create_campaign_draft

create campaign draft

Build a ready-to-launch ad campaign for a product WITHOUT the user having an account yet. Parses the landing page, generates ad creatives, and returns a single

liveverifiedunknown~5s typical
mcpprobedinsideads
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ad-inside-inside-ads /create_campaign_draft for me.

Input

FieldTypeDescription
url*stringLanding page URL of the product to promote (required)
descriptionstringWhat the product does, in your own words — improves topic matching
budgetnumberIntended budget in USD, used for the estimate shown to the user
geostringOptional ISO-2 country target, e.g. "US"
langstringOptional audience language, e.g. "en"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ad-inside-inside-ads","endpoint":"/create_campaign_draft","input":{"url":"..."}}'
cli
npx cracked-ai run -p mcp-ad-inside-inside-ads -e /create_campaign_draft -i '{"url":"..."}'
mcp
run_tool({ provider: "mcp-ad-inside-inside-ads", endpoint: "/create_campaign_draft", input: {"url":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.