Facebook Ads
JSON →MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
Install
npx -y @smithery/cli Tools · 17
- list_ad_accounts Lists ad accounts linked to the token.
- get_details_of_ad_account Retrieves details for a specific ad account.
- get_campaign_by_id Retrieves details for a specific campaign.
- get_adset_by_id Retrieves details for a specific ad set.
- get_ad_by_id Retrieves details for a specific ad.
- get_ad_creative_by_id Retrieves details for a specific ad creative.
- get_adsets_by_ids Retrieves details for multiple ad sets by their IDs.
- get_campaigns_by_adaccount Retrieves campaigns within an ad account.
- get_adsets_by_adaccount Retrieves ad sets within an ad account.
- get_ads_by_adaccount Retrieves ads within an ad account.
- get_adsets_by_campaign Retrieves ad sets within a campaign.
- get_ads_by_campaign Retrieves ads within a campaign.
- get_ads_by_adset Retrieves ads within an ad set.
- get_ad_creatives_by_ad_id Retrieves creatives associated with an ad.
- get_adaccount_insights Retrieves performance insights for an ad account.
- get_campaign_insights Retrieves performance insights for a campaign.
- get_adset_insights Retrieves performance insights for an ad set.
Environment variables
YOUR_META_ACCESS_TOKEN
Links
★ 327 GitHub stars