mcp-meta-ad-library-monitor
Finds a company's active Facebook ads through the Meta Ad Library API, returning ad creative, delivery details, and snapshot URLs.
Finds a company's active Instagram ads through the Meta Ad Library API, returning ad creative, delivery details, and snapshot URLs.
Searches Meta's Ad Library for a company's active and historical ads, returning ad creative, delivery dates, publisher platforms, and permanent snapshot URLs.
Meta Ad Library Monitor MCP Server
An MCP server that finds a company's active Facebook and Instagram ads through the Meta Ad Library API. It wraps the Mamba Labs Meta Ad Library Monitor actor on Apify and returns Clay-ready flat JSON rows to any MCP client.
What's Inside
Related MCP server: mcp-people-finder
What it does
Give it a company name or domain and your own Meta access token, and it searches the Meta Ad Library and returns one flat row per ad: creative text, headline, delivery dates, the Meta surfaces the ad ran on, and Meta's permanent snapshot URL for the rendered ad.
Read the coverage first, because it decides whether this tool is any use to you. It reads Meta's Ad Library Graph API, which is the only route Meta sanctions, and that API publishes two things: every ad delivered to an audience in the EU, whatever the ad is about, and social issue, election and politics ads worldwide. So an EU heavy list gets good coverage of ordinary commercial advertising, while a US or UK list of ordinary product ads mostly comes back not_found. That is Meta's dataset rather than a fault in the lookup, and every row carries a coverage note saying what the search could have found. Impressions and spend exist for political ads only and arrive as bands, so a null there is not zero spend.
All of the searching runs on Apify. This package is a thin client that calls the actor and hands back the result unchanged.
Quick start
You need Node.js 18 or newer and an Apify account with an API token.
Add this to your Claude Desktop config:
{
"mcpServers": {
"mamba-meta-ad-library-monitor": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-meta-ad-library-monitor"],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}Get your token at https://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. The find_meta_ads tool will be available.
You also need your own Meta app access token, free to create at developers.facebook.com. It is passed as a tool argument rather than an environment variable, so the model supplies it per call.
Prerequisites
Node.js 18 or newer
An Apify account with an API token
Your own Meta app access token, free at developers.facebook.com. The Ad Library API is not open, so this is required.
A verified identity on your Meta account if you want political and issue ad data. That is Meta's requirement, not ours.
Example prompts
"Is gymshark.com running Facebook ads in the EU right now? Here is my Meta token."
"Show me the last 25 active ads for this company across EU audiences."
"Find video ads only for this advertiser, active and inactive."
"Search the Meta Ad Library for this brand in the UK and tell me what the coverage note says."
Inputs
company_domain(optional): bare company domain, for examplegymshark.com. Used to derive the advertiser search term when no company name is given, and used by the identity gate to check that a matched advertiser page really is this company.company_name(optional but strongly recommended): Meta advertiser search is a fuzzy text search over page names, so the company name is what the identity gate compares a matched page against. Without it the gate falls back to the domain stem, which is weaker.metaAccessToken(optional in the schema, required in practice): your own Meta app access token, free to create at developers.facebook.com. The Ad Library API is not open, so a search without one cannot run.ad_reached_countries(optional): which country audiences to search. One ofEU,GB,US,DE,FR,NL,ES,IT,IEorALL_EU_PLUS_UK. Meta requires this parameter and a request without it fails outright. The EU set is where the Ad Library covers all ads rather than only political ones, so it is the default.ad_active_status(optional):ACTIVE,ALLorINACTIVE.ACTIVEis the default because a currently running ad is the buying signal.ALLis what you want for a creative history or a competitive teardown.ad_type(optional):ALLreturns every ad the Ad Library holds for those countries.POLITICAL_AND_ISSUE_ADSnarrows to the political archive, which is the only archive carrying impressions and spend and which requires a verified identity on your Meta account.media_type(optional):ALL,IMAGE,VIDEO,MEMEorNONE. Useful for a creative teardown where you only care about video.maxAds(optional): how many ad rows to return per company. One of10,25,50or100. This is a cost dial, not a change of answer: the row always reports how many ads matched before the cap.skipCache(optional): when false (the default) a successful lookup is cached for seven days and reused. Set true to force a fresh fetch.
Output
The tool returns the actor's flat JSON rows, one per ad, in snake_case with no nested objects. advertiser_match says how the advertiser page was matched and advertisers_rejected counts the ones the identity gate turned away. coverage_note states what the search could have found, so an empty result is readable. impressions and spend are populated for political and issue ads only. See the Apify Store page for the full output schema.
Example output
{
"degraded": false,
"degradation_reason": null,
"company_domain": "gymshark.com",
"company_name": "Gymshark",
"page_id": "102590181603009",
"page_name": "Gymshark Women",
"advertiser_match": "name_match",
"advertisers_rejected": 9,
"ad_id": "2824771397896004",
"ad_creative_body": "Hol dir die soften, leichten Gymsets fürs Training (und den chaotischen Alltag) ✨",
"ad_creative_link_title": "Everyday Seamless ab 30 € 💸",
"ad_creation_time": "2026-08-21",
"ad_delivery_start_time": "2026-08-21",
"ad_delivery_stop_time": null,
"ad_snapshot_url": "https://www.facebook.com/ads/library/?id=2824771397896004",
"publisher_platforms": "facebook, instagram, audience_network, messenger, threads",
"languages": "de",
"impressions": null,
"spend": null,
"currency": null,
"ads_matched": 10,
"coverage_note": "Searched EU audiences, where the Ad Library covers all ads, plus non EU audiences where it covers only political and issue ads. A commercial advertiser outside the EU is legitimately absent.",
"coverage": 1,
"fetch_status": "ok",
"run_date": "2026-08-23T05:50:09.867Z"
}Features
One flat row per ad, with creative text, headline and delivery dates
Meta's own permanent snapshot URL for each rendered ad
The Meta surfaces an ad ran on, in
publisher_platformsReads Meta's sanctioned Ad Library Graph API and no other route
A coverage note on every row, so an empty result is readable
Advertiser identity gate, with rejected candidates counted
Full actor documentation
This server is a thin client and holds no search logic. For the complete input and output reference, pricing, and run history, see the Apify Store page:
https://apify.com/mambalabs/meta-ad-library-monitor
Mamba Labs GTM Suite
This server is one of the Mamba Labs GTM Suite MCP servers. Every actor in the suite takes a domain or a company and returns one flat row, so they stack in the same Clay table without reshaping anything. The actor behind this server is the Meta Ad Library Monitor, immutable Apify actor ID J1GWlSXfSGU3u8Wng.
Built by Mamba Labs | npm | Apify Store
License
MIT
Built by Mamba Labs. https://apify.com/mambalabs
Available Tools
1 toolfind_meta_adsFind Meta AdsRead-onlyIdempotent
Search the Meta Ad Library for a company's ads through Facebook's sanctioned Graph API and return ONE FLAT ROW PER AD with creative text, headline, delivery dates, the Meta surfaces it ran on and Meta's permanent snapshot URL for the rendered ad. COVERAGE IS NOT UNIVERSAL: the Ad Library holds all ads only in the EU and only political and issue ads elsewhere, so a commercial advertiser outside the EU is legitimately absent and every row carries a coverage note saying what the search could have found. Requires the CALLER's own Meta app access token. Impressions and spend exist for political ads only and arrive as bands, so a null there is not zero spend. Read only; requires an APIFY_TOKEN and consumes Apify credits per call.
| Name | Required | Description | Default |
|---|---|---|---|
| maxAds | No | How many ad rows to return per company. This is a cost dial, not a change of answer: the row always reports how many ads matched before the cap. Sent as a string for Clay compatibility. | |
| ad_type | No | ALL returns every ad the Ad Library holds for those countries. POLITICAL_AND_ISSUE_ADS narrows to the political archive, which is the only archive that carries impressions and spend, and which requires a verified identity on your Meta account. Sent as a string for Clay compatibility. | |
| skipCache | No | When "false" (default) a successful lookup is cached for seven days and reused, which costs you nothing on a repeated run. Set "true" to force a fresh fetch. Sent as a string for Clay compatibility. | |
| media_type | No | Narrow to a creative format. Useful for a creative teardown where you only care about video, and irrelevant for a simple "are they advertising" check. Sent as a string for Clay compatibility. | |
| company_name | No | Strongly recommended here. Meta advertiser search is a fuzzy text search over page names, so the company name is what the identity gate compares a matched page against. Without it the gate falls back to the domain stem, which is weaker. | |
| company_domain | No | Bare company domain, for example gymshark.com. Used to derive the advertiser search term when no company name is given, and used by the identity gate to check that a matched advertiser page really is this company. | |
| metaAccessToken | No | YOUR OWN Meta app access token, free to create at developers.facebook.com. REQUIRED: the Ad Library API is not open. Political and issue ad data additionally requires a verified identity on your Meta account, which is Meta requirement and not ours. Marked secret, so the value never renders on this page. | |
| ad_active_status | No | Whether to return currently running ads, stopped ads, or both. ACTIVE is the default because a currently running ad is the buying signal; ALL is what you want for a creative history or a competitive teardown. Sent as a string for Clay compatibility. | |
| ad_reached_countries | No | Which country audiences to search. This parameter is REQUIRED by Meta and a request without it fails outright. The EU set is where the Ad Library covers ALL ads rather than only political ones, so it is the default. Sent as a string for Clay compatibility. |
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v1.0.1- First observed
find_meta_ads
Related MCP Connectors
Hosted MCP server for Google Ads and LinkedIn Ads analysis.
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
Google Ads MCP server — manage campaigns, keywords, and metrics.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceProduction MCP server for querying the official Meta Ad Library API to search and retrieve ads data without scraping.-
- AlicenseAqualityBmaintenanceMCP server for the Mamba Labs People Finder & Email Verifier actor on Apify. Give it a company domain, name or LinkedIn URL and it returns the people at that company who match your role, seniority and department filters, each as a structured contact record with an optional verified business email.195MIT
- AlicenseAqualityCmaintenanceMCP server for the Mamba Labs Company Contact Details Extractor actor on Apify. Find a company contact page and extract role emails, a phone number and a postal address.127MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for the Mamba Labs GitHub Organization Signal Scanner actor on Apify. Resolve a company domain to its GitHub organization with repo, language and activity signals.127MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mambalabsdev/mcp-meta-ad-library-monitor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server