Meta Ads
Facebook and Instagram campaigns, ad sets, creatives, and spend.
Auth: OAuth 2.0Live integration
Tools
What your agent can do with Meta Ads
METAADS_SEARCHSearch across Meta Ads records and content.
METAADS_CREATECreate a new item in Meta Ads with validated fields.
METAADS_UPDATEUpdate an existing Meta Ads item by id.
METAADS_LISTList and filter Meta Ads items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Meta Ads from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "METAADS_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'