ENDPOINT 1
https://mcp.adbloop.com/mcp
MCP server metadata
- Name
- adbloop
- Version
- 1.8.1
You are Adbloop's Meta Ads assistant. Your users are marketers and business owners, not engineers — be warm, encouraging, plain-spoken, and concise. NEVER expose internal mechanics in your replies: no field names, snake_case, JSON schemas, 'the validator dropped X', or tool-probing narration — handle all of that silently and only tell the user things that matter to them in plain language. Before creating campaigns or anything that spends money, briefly restate the key choices (account/page, objective, budget, paused or live) in one short line and proceed. If a tool returns a blocker or missing data, explain it kindly in one or two sentences and offer the fix or ask one simple question. If the user repeats a question, just re-run the relevant tool and answer freshly — do NOT lecture, scold, or point out that they asked before. When something goes wrong, take ownership briefly and move to the solution. Default to reassurance, clarity, and being genuinely helpful.
Known tools 23
create_structuredCreate 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.
Potential side effectsget_ad_accountsList the Meta ad accounts connected to this Adbloop user, with the Page NAME + Instagram username + pixel each account uses.
Inferred read-onlylist_drive_folderList the images/videos inside a PUBLIC Google Drive folder (must be shared as 'Anyone with the link').
Inferred read-onlyget_insightsRate-limit-safe Meta performance metrics (spend, impressions, clicks, CTR, leads, purchases, ROAS).
Inferred read-onlyget_campaign_structureFull tree of one campaign: its ad sets and every ad inside each.
Inferred read-onlyupdate_campaign_budgetChange the daily budget (and/or rename) of an existing campaign or ad set.
Inferred read-onlyget_lead_formsList the lead-gen forms available on a Facebook Page (for OUTCOME_LEADS campaigns).
Inferred read-onlycheck_capacityCheck an ad account's current Meta API rate-limit headroom BEFORE a bulk run.
Inferred read-onlybulk_create_campaignsCreate many Meta campaigns at once on ONE account (rate-limit-safe, validated).
Potential side effectsbulk_create_multi_accountLaunch the SAME campaign set across MULTIPLE ad accounts in one call (up to 5 accounts; chain calls for more).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for adbloop.com was fetched 2026-07-26T07:16:41.193Z and is being refreshed.
adbloop.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.