Connections & Capabilities
Connects To
Capabilities
Quickstart
Config
{
"mcpServers": {
"meta-ads-remote": {
"url": "https://mcp.pipeboard.co/meta-ads-mcp"
}
}
}Exposed MCP Tools (9)
mcp_meta_ads_get_ad_accountsRetrieves a list of ad accounts accessible to a specified user.
Read-only operation; no modification of data.
mcp_meta_ads_get_account_infoProvides detailed information about a specific ad account.
Read-only operation; no modification of data.
mcp_meta_ads_get_account_pagesLists pages associated with a Meta Ads account.
Read-only operation; no modification of data.
mcp_meta_ads_get_campaignsRetrieves campaigns for a Meta Ads account, with optional filtering.
Read-only operation; no modification of data.
mcp_meta_ads_get_campaign_detailsProvides detailed information about a specific campaign.
Read-only operation; no modification of data.
mcp_meta_ads_create_campaignCreates a new advertising campaign in a Meta Ads account.
Creates new campaigns, but requires confirmation.
mcp_meta_ads_get_adsetsRetrieves ad sets for a Meta Ads account, optionally filtered by campaign.
Read-only operation; no modification of data.
mcp_meta_ads_get_adset_detailsProvides detailed information about a specific ad set.
Read-only operation; no modification of data.
mcp_meta_ads_create_adsetCreates a new ad set within a Meta Ads campaign.
Creates new ad sets, but requires confirmation.
Safety Assessment
This MCP provides both read and write access to Meta Ads accounts. While changes require explicit confirmation, the potential for unintended modifications to live campaigns necessitates careful usage. Using the remote MCP service is recommended for enhanced security and ease of use.
- Requires explicit confirmation for campaign changes.
- OAuth authentication provides a degree of security.
- Primarily interacts with Meta Ads API, limiting system-level access.
- Offers read-only tools for safe data retrieval.
- Write operations can modify live ad campaigns.
- Potential for unintended budget allocation or campaign adjustments.
- Relies on the security of the Meta Ads API and user's Meta account.
- Improper configuration can lead to unexpected ad spend.
- Access token management is crucial to prevent unauthorized access.
