MCP server for AI agents - search Meta, Google Ads, LinkedIn & TikTok ad libraries and analyze ad
MCP server for AI agents - search Meta, Google Ads, LinkedIn & TikTok ad libraries and analyze ad creatives with ad_reader. 50 free searches.
Adextract is an MCP (Model Context Protocol) server that gives AI assistants ad intelligence. It searches the ad libraries of Meta (Facebook and Instagram), Google Ads, LinkedIn, and TikTok, and analyzes ad creatives with ad_reader.
Hosted endpoint: https://mcp.adextract.co/mcp
Free tier: 50 free searches. Get an API key at adextract.co.
⭐ If Adextract helps you, star this repo. It helps other AI developers find it.
Also on YouTube.
One MCP server, one API key, four ad libraries. Your AI assistant talks MCP — Adextract does the searching and analyzing.
There is nothing to install locally. Adextract runs as a hosted MCP server, so it works in any MCP-capable client.
ad_reader breaks any ad creative into format, audience, emotion, and archetypes.Connect to the Adextract hosted server:
https://mcp.adextract.co/mcpGet your API key at adextract.co (account → API keys).
Add to ~/.cursor/mcp.json or project .cursor/mcp.json:
{
"mcpServers": {
"ad-extract": {
"url": "https://mcp.adextract.co/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Add to .vscode/mcp.json:
{
"servers": {
"ad-extract": {
"type": "http",
"url": "https://mcp.adextract.co/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}ad-extracthttps://mcp.adextract.co/mcpmcp-remote){
"mcpServers": {
"ad-extract": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.adextract.co/mcp",
"--header",
"Authorization: Bearer ***"
]
}
}
}More clients and config paths: docs/CLIENT_SETUP.md
| Tool | Platform | Description |
|---|---|---|
search_meta_ads | Meta | Search Facebook & Instagram ads |
search_meta_pages | Meta | Discover pages and location IDs |
get_meta_page_info | Meta | Page transparency and metadata |
get_meta_ad_details | Meta | EU/UK ad transparency details |
search_google_ads | Google Ads Transparency Center | |
search_google_ads_advertisers | Advertiser and domain search | |
get_google_ad_details | Creative details | |
get_google_ads_advertiser_info | Advertiser profile from Search ads | |
search_linkedin_ads | LinkedIn Ad Library | |
search_tiktok_ads | TikTok | TikTok Ads Library |
search_tiktok_advertisers | TikTok | TikTok advertiser discovery |
get_tiktok_ad_details | TikTok | Targeting and creative details |
ad_reader | All | Analyze image/video creatives (format, audience, emotion, archetypes) |
Full reference: docs/TOOLS.md
Built-in MCP prompts for common workflows:
adextract_top_ads_for_brandadextract_competitor_benchmarkadextract_channel_strategyadextract_analyze_ad_urladextract_schedule_watchlistResources include agent skill instructions and prompt-pack references (adextract://skill/main, etc.).
| Method | Best for |
|---|---|
| OAuth 2.0 | Claude Web and OAuth-capable connectors |
| Bearer API key | Cursor, VS Code, Claude Desktop, mcp-remote |
Discovery endpoints:
https://mcp.adextract.co/.well-known/oauth-protected-resourcehttps://mcp.adextract.co/.well-known/oauth-authorization-server/oauthServer card (registry / client discovery):
https://mcp.adextract.co/.well-known/mcp.jsonShow me the latest Nike ads on Facebook in the US.
→ search_meta_ads({ q: "nike", country: "US", active_status: "active" })
Find Google ads for tesla.com from the last 30 days.
→ search_google_ads({ domain: "tesla.com", time_period: "last_30_days" })
Analyze this ad creative URL with ad_reader.
→ ad_reader({ url: "https://..." })Adextract is a hosted MCP server that lets AI assistants search the public ad libraries of Meta, Google Ads, LinkedIn, and TikTok, and analyze ad creatives. It works with Claude, Cursor, VS Code, and any MCP-capable client.
Meta Ad Library (Facebook and Instagram), Google Ads Transparency Center, LinkedIn Ad Library, and TikTok Ads Library.
Sign up at adextract.co, then go to account → API keys. The key is shown once at creation.
Yes. New accounts get 50 free searches. Paid plans are available at adextract.co.
ad_reader do?It analyzes any public image or video ad creative and returns structured JSON: format, target audience, emotion (Plutchik/VAD), archetypes, and industry/brand.
No. Adextract is a hosted server. You only add a config entry to your client.
Yes. Claude Web and other OAuth-capable connectors can sign in directly, with no API key in the URL. Other clients use a Bearer API key.
Each ad platform has its own library, API, and access rules. Adextract gives one MCP interface across all four, plus creative analysis, without writing platform-specific code.
| Doc | Purpose |
|---|---|
| docs/CLIENT_SETUP.md | Per-client configuration |
| docs/TOOLS.md | Tools, prompts, resources |
| docs/TROUBLESHOOTING.md | Common errors and fixes |
| REGISTRY_CHECKLIST.md | Pre-submission checklist |
| SECURITY.md | Security policy |
| SUPPORT.md | How to get help |
https://mcp.adextract.co/mcpFollow us for ad intelligence tips, MCP updates, and what your competitors are running.
Built with ❤️ by Adextract
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add ad-extract --transport http https://mcp.adextract.co/mcp{
"mcpServers": {
"ad-extract": {
"url": "https://mcp.adextract.co/mcp",
"headers": {
"Authorization": ""
}
}
}
}code --add-mcp '{"name":"ad-extract","url":"https://mcp.adextract.co/mcp","headers":{"Authorization":""}}'Runs as a hosted service. Your client connects over the network and nothing is installed locally.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/adextract-mcp-server to learn what the "Adextract MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server doesn't publish a machine-readable tool manifest, and it doesn't expose a public endpoint we could ask. Connect the server locally to see what it exposes.
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Connect LLMs and AI agents to Auth0 Management APIs via an MCP server. Use natural-language commands
MCP server to provide Figma layout information to AI coding agents like Cursor
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "adextract-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Developer Tools
Connect LLMs and AI agents to Auth0 Management APIs via an MCP server. Use natural-language commands
Developer Tools
MCP server to provide Figma layout information to AI coding agents like Cursor
Developer Tools
One email a week. New agents, MCP servers and skills, and what is actually getting traction.