← adbloop.com
INDIVIDUAL MCP TOOL
create_campaign
Create ONE Meta campaign (created PAUSED for review).
LIVE ENDPOINT
https://mcp.adbloop.com/mcp
Connect to this endpoint to inspect the live schema for create_campaign and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.adbloop]
url = "https://mcp.adbloop.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"adbloop": {
"type": "http",
"url": "https://mcp.adbloop.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: adbloop
Remote MCP URL: https://mcp.adbloop.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"adbloop": {
"url": "https://mcp.adbloop.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"adbloop": {
"type": "http",
"url": "https://mcp.adbloop.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "adbloop",
"transport": "streamable-http",
"url": "https://mcp.adbloop.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_structured— Create ONE campaign with MULTIPLE ad sets and MULTIPLE ads each (1 campaign -> N ad sets -> M ads), image or video, including DPA/Catalog dynamic product ads.get_ad_accounts— List the Meta ad accounts connected to this Adbloop user, with the Page NAME + Instagram username + pixel each account uses.list_drive_folder— List the images/videos inside a PUBLIC Google Drive folder (must be shared as 'Anyone with the link').get_insights— Rate-limit-safe Meta performance metrics (spend, impressions, clicks, CTR, leads, purchases, ROAS).list_campaigns— List existing campaigns with status, budget, effective status.list_adsets— List ad sets — across the account or inside one campaign.list_ads— List ads — across the account or inside one ad set.get_campaign_structure— Full tree of one campaign: its ad sets and every ad inside each.