VOOZH about

URL: https://apify.com/seibs.co/mcp-ad-library-intel

โ‡ฑ MCP: Cross-Platform Ad Intelligence - Meta/Google/TikTok ยท Apify


๐Ÿ‘ MCP: Cross-Platform Ad Intelligence - Meta/Google/TikTok avatar

MCP: Cross-Platform Ad Intelligence - Meta/Google/TikTok

Pricing

$5.00 / 1,000 mcp tool calls

Go to Apify Store

MCP: Cross-Platform Ad Intelligence - Meta/Google/TikTok

MCP server for ad-library-intel. AI-agent tools: search_advertiser_ads, get_active_creatives, compare_competitors, track_new_creatives, search_ads_by_keyword across Meta + Google + TikTok ad archives. x402 (USDC on Base) and Skyfire ready. For performance marketers, DTC, agencies.

Pricing

$5.00 / 1,000 mcp tool calls

Rating

0.0

(0)

Developer

๐Ÿ‘ Seibs.co

Seibs.co

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

14 days ago

Last modified

Share

MCP: Cross-Platform Ad Intelligence (Meta + Google + TikTok)

TL;DR: An MCP server that gives any AI agent five tools to research competitor ads across Meta Ad Library + Google Ads Transparency Center + TikTok in one call: search_advertiser_ads, get_active_creatives, compare_competitors, track_new_creatives, search_ads_by_keyword. It wraps the upstream ad-library-intel actor, reshapes its dataset into small, deterministic, agent-ready JSON, and is x402 (USDC on Base) + Skyfire ready for token-less agentic payments.

How it works

This is a thin, AI-agent-facing wrapper. Each tool call invokes the upstream seibs.co/ad-library-intel actor with the right mode/inputs, then returns a clean { ok, count, items, summary, error } envelope - no megabyte media blobs, no nested archive cruft. Upstream PPE events (ad_record, creative_analysis, advertiser_tracking) pass through to the same run, plus a flat $0.005 mcp_tool_call per invocation.

Modes

ModeWhat it does
list_tools (default)Emit the tool catalog (names, descriptions, JSON schemas) + the agentic-payment descriptor. Free - no charge.
call_toolInvoke one tool. Requires tool + args.
batchInvoke a list of {tool, args} calls (max 10) in one run.

Tools

ToolUse for
search_advertiser_adsA competitor's creatives across all three platforms - format, copy, CTA, run-dates, active-vs-stopped, hook/offer tags.
get_active_creativesOnly the currently-running creatives - what a competitor is spending on right now.
compare_competitorsA cross-advertiser comparison: per-advertiser active/stopped, format lean, top angles, shared angles.
track_new_creativesAn advertiser's current set newest-first (the snapshot to diff; schedule the upstream actor for an automatic delta).
search_ads_by_keywordDiscover ads by keyword/term - which advertisers run a given offer/angle.

Call it

from apify_client import ApifyClient
client = ApifyClient("<YOUR_APIFY_TOKEN>")
run = client.actor("seibs.co/mcp-ad-library-intel").call(run_input={
"mode":"call_tool",
"tool":"compare_competitors",
"args":{"advertisers":["Nike","Adidas"],"platforms":["meta","google","tiktok"],"country":"US"}
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Agentic payments (x402 + Skyfire)

The tool catalog advertises an agentic-payment descriptor so AI agents know they can pay per call with no pre-provisioned token. Enable rails via actor env vars: X402_ENABLED=1 + X402_PAY_TO_ADDRESS (USDC on Base), and/or SKYFIRE_ENABLED=1 + SKYFIRE_SELLER_ID. Settlement is handled by Apify's platform when MCP monetization is enabled; this server just advertises the capability.

Pricing

Flat $0.005 per mcp_tool_call + upstream ad-library-intel pass-through (ad_record $0.004 / creative_analysis $0.008 / advertiser_tracking $0.010). list_tools is free.

Related

Upstream actor: ad-library-intel. Part of the Seibs.co intelligence portfolio.

You might also like

Meta Ad Scraper

hello.datawizards/Facebook-Ad-Scraper

Meta Ad Scraper is an Apify Actor that extracts detailed ad data from the Meta (Facebook) Ad Library, including titles, creatives, CTAs, and advertiser info. Ideal for marketing analytics, ad intelligence, and competitor research with full proxy support and clean JSON output.

Meta Ad Library Scraper

ivanvs/meta-ad-library-scraper

Extract details about ads from Meta Ad Library. Scrape ad details like when it was run, ad platfor, advertiser and content of ad. Download ad data in JSON, XML, Excel format.

Tiktok Ad Library Scraper

ivanvs/tiktok-ad-library-scraper

Extract details about ads from TikTok Ad Library. Scrape ad details like when it was run, ad targeting, advertiser and content of ad. Download ad data in JSON, XML, Excel format.

TikTok Ad Library Scraper

rastriq/tiktok-ad-library-scraper

Scrape the TikTok Commercial Content Library for ad creatives, advertiser info, and campaign metadata. Monitor competitor ad strategies on TikTok.

๐Ÿ‘ User avatar

Rastriq โ€” Structured data from the world

10

Facebook & Meta Ad Library Scraper

refined_numbers/meta-ad-library-scraper

Scrape ads from the Facebook/Meta Ad Library by keyword, country, ad type, media type, or by Ad Library URL - Plus EU reach and demographics that other scrapers miss.

3

1.0

Meta Ad Library - Competitor Ad Scaling Tracker

xtracto/meta-ad-library-tracker

Scrape live competitor ads from the public Meta Ad Library (Facebook & Instagram): ad copy, creative images/videos, landing page URL, start date, and active status. No account or API key required.

๐Ÿ‘ User avatar

Farhan Febrian Nauval

4