Facebook Ads Library MCP Server
Related Servers
Alternatives to Facebook Ads Library MCP Server
- AlicenseAqualityCmaintenanceThis MCP server searches Google's public ads database and uses AI to analyze ad images/videos, with intelligent caching for performance.72 npm11MIT
- AlicenseAqualityCmaintenanceSearch and analyze TikTok's public ad library, including ad creatives, video scene-by-scene insights, and advertiser comparisons.71 npm2MIT
- AlicenseAqualityCmaintenanceEnables searching and analyzing LinkedIn's public ad library for any company, including ad creatives, targeting, and competitive insights. Supports image and video analysis, company comparisons, and detailed ad lookups via natural language.72 npm2MIT
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables searching and scraping the public Facebook Ad Library to extract structured ad data such as advertiser, copy, landing URLs, and CTAs for competitive research, all without an account or API token.MIT
- AlicenseNot gradedqualityDmaintenanceEnables advanced competitive intelligence and market analysis on Facebook ads, with tools for search, creative analysis, performance prediction, and monitoring.MIT
- AlicenseNot gradedqualityCmaintenanceEnables competitive intelligence, market analysis, and advertising insights by providing 15+ advanced tools to search, analyze, monitor, and predict Facebook ad performance.256MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to browse and query Facebook Ads data including ad accounts, campaigns, ad sets, and performance insights via natural language.1 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables users to search the Google Ads Transparency Center for company ads, inspect ad details and variations, analyze images and videos, and compare competitor advertising strategies.2 npmMIT
- FlicenseNot gradedqualityDmaintenanceSearches and analyzes competitor ads and content across Meta, Google, Instagram, TikTok, and YouTube with AI-powered creative analysis and cross-platform brand discovery.1-
TDQS
Scored across 8 tools
Most tools have clear, distinct purposes: platform ID lookup, ad retrieval, image analysis, and cache management are well-separated. The only overlap is between analyze_ad_video and analyze_ad_videos_batch, where the batch variant explicitly handles multiple videos, reducing confusion.
Naming consistently uses snake_case with verb_noun structure (get_, analyze_, search_, cleanup_). Minor inconsistency exists between cache-related names: get_cache_stats, search_cached_media, cleanup_media_cache use different noun forms, but overall the pattern is predictable.
With 8 tools, the set is well-scoped for the server's purpose of browsing and analyzing Facebook Ad Library content while managing local cache. Each tool serves a distinct function, and the count feels neither sparse nor bloated.
The surface covers the core workflow: find platform ID, retrieve ads, analyze images and videos, and manage cache lifecycle. Minor gaps exist like no direct tool for ad text extraction or insights, but the provided tools are sufficient for the stated analysis and caching focus.