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
| Field | Type | Description |
|---|---|---|
| url* | string | Landing page URL of the product to promote (required) |
| description | string | What the product does, in your own words — improves topic matching |
| budget | number | Intended budget in USD, used for the estimate shown to the user |
| geo | string | Optional ISO-2 country target, e.g. "US" |
| lang | string | Optional 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.