AM
Adbloop Meta Ads
/add_ad_to_adset
add ad to adset
Add a NEW ad (with creative) to an EXISTING ad set. Created PAUSED. Accepts either an existing creative_id, a library image_hash (this is where saved library cr
liveunknown~5s typical
mcpadbloopmetaads
$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-com-adbloop-meta-ads /add_ad_to_adset for me.
Input
| Field | Type | Description |
|---|---|---|
| adset_id* | string | |
| ad_name | string | |
| creative_id | string | Use an existing Meta creative as-is. |
| image_hash | string | Use a saved library creative's image_hash — supported here (unlike bulk-create). |
| website_url | string | |
| primary_text | string | |
| headline | string | |
| description | string | |
| cta | string | e.g. LEARN_MORE |
| page_id | string | |
| meta_account_id | string |
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-com-adbloop-meta-ads","endpoint":"/add_ad_to_adset","input":{"adset_id":"..."}}'cli
npx cracked-ai run -p mcp-com-adbloop-meta-ads -e /add_ad_to_adset -i '{"adset_id":"..."}'mcp
run_tool({ provider: "mcp-com-adbloop-meta-ads", endpoint: "/add_ad_to_adset", input: {"adset_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.