adextract
Search and analyze Facebook ads via Meta Ad Library.
Search and analyze ads on Google Ads Transparency Center, including advertiser and domain search.
Search and analyze Instagram ads via Meta Ad Library.
Access Meta's ad library to search and analyze Facebook and Instagram ads.
Search and analyze ads on TikTok Ad Library, discover advertisers, and get ad details.
Adextract MCP Server
Connect AI assistants to Adextract — search ad libraries across Meta, Google Ads, LinkedIn, and TikTok, plus creative analysis with ad_reader.
Hosted endpoint: https://mcp.adextract.co/mcp
Installation
Hosted MCP (recommended)
Connect to the Adextract hosted server:
https://mcp.adextract.co/mcpGet your API key at adextract.co (account → API keys).
Cursor
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"
}
}
}
}VS Code
Add to .vscode/mcp.json:
{
"servers": {
"ad-extract": {
"type": "http",
"url": "https://mcp.adextract.co/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Claude Web (OAuth)
Open Claude → Settings → Connectors → Add custom connector
Name:
ad-extractURL:
https://mcp.adextract.co/mcpSign in and approve when prompted — no API key in the URL.
Claude Desktop (mcp-remote)
{
"mcpServers": {
"ad-extract": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.adextract.co/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}More clients and config paths: docs/CLIENT_SETUP.md
Related MCP server: Ad Library MCP
Available Tools
Tool | Platform | Description |
| Meta | Search Facebook & Instagram ads |
| Meta | Discover pages and location IDs |
| Meta | Page transparency and metadata |
| Meta | EU/UK ad transparency details |
| Google Ads Transparency Center | |
| Advertiser and domain search | |
| Creative details | |
| Advertiser profile from Search ads | |
| LinkedIn Ad Library | |
| TikTok | TikTok Ads Library |
| TikTok | TikTok advertiser discovery |
| TikTok | Targeting and creative details |
| All | Analyze image/video creatives (format, audience, emotion, archetypes) |
Full reference: docs/TOOLS.md
Prompts & Resources
Built-in MCP prompts for common workflows:
adextract_top_ads_for_brandadextract_competitor_benchmarkadextract_channel_strategyadextract_analyze_ad_urladextract_schedule_watchlist
Resources include agent skill instructions and prompt-pack references (adextract://skill/main, etc.).
Authentication
Method | Best for |
OAuth 2.0 | Claude Web and OAuth-capable connectors |
Bearer API key | Cursor, VS Code, Claude Desktop, |
Discovery endpoints:
https://mcp.adextract.co/.well-known/oauth-protected-resourcehttps://mcp.adextract.co/.well-known/oauth-authorization-server/oauth
Server card (registry / client discovery):
https://mcp.adextract.co/.well-known/mcp.json
Example prompts
Show 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://..." })Documentation
Doc | Purpose |
Per-client configuration | |
Tools, prompts, resources | |
Common errors and fixes | |
Pre-submission checklist | |
Security policy | |
How to get help |
Links
Website: adextract.co
MCP endpoint:
https://mcp.adextract.co/mcpRepository: github.com/ad-vertly/adextract-mcp-server
Built with ❤️ by Adextract
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for AI agents to manage ad campaigns across Google, Meta, LinkedIn, Microsoft, Reddit, TikTok, and moreLast updated212314MIT
- Flicense-qualityCmaintenanceSearches and analyzes competitor ads and content across Meta, Google, Instagram, TikTok, and YouTube with AI-powered creative analysis and cross-platform brand discovery.Last updated1
- FlicenseAqualityBmaintenanceAn MCP (Model Context Protocol) server that gives AI agents live, structured ad intelligence across Facebook, Google, and Instagram — data that no base model can produce from training alone. Powered by Apify actors. Works with any MCP-compatible client: Cursor, Claude, etc.Last updated11

Adology AIofficial
Alicense-qualityAmaintenancePerplexity for social: ask what competitors are running across social and get answers grounded in real ad and creative data, not guesses.Last updated2Apache 2.0
Related MCP Connectors
Create, launch & analyze ad campaigns, spy on competitors - Google, Meta, TikTok, LinkedIn & more.
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
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/ad-vertly/adextract-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server