Configure MCP server with Scrape Meta Ads Using Search Terms
Access the Scrape Meta Ads Using Search Terms action from AI tools via MCP. Your AI assistant can search the Meta Ad Library by keywords on demand.
MCP server configuration
Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):
json
{
"mcpServers": {
"syncgtm": {
"type": "http",
"url": "https://api.syncgtm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Example prompt
“Search Meta's Ad Library for ads about 'sales automation CRM'. Show me the advertisers and their messaging.”
Example response
json
{
"ads_found": 35,
"ads": [
{
"advertiser_name": "SalesTech Pro",
"ad_copy": "Automate your entire sales workflow. Close 3x more deals with AI-powered CRM...",
"cta": "Sign Up Free",
"platform": "facebook,instagram"
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →