A Model Context Protocol (MCP) server for accessing Meta (Facebook) Ads insights data with built-in support for joining with HubSpot deal data.
Features
Fetch ad insights with flexible filtering and breakdowns
Campaign and ad set management
Mobile placement tracking for revenue attribution
Prepare ads data for joining with HubSpot deals
Configurable access tokens via MCP configuration
Server Config
{
"mcpServers": {
"meta-ads-insights": {
"command": "node",
"args": [
"/absolute/path/to/your/project/dist/index.js"
],
"env": {
"META_ACCESS_TOKEN": "your_meta_access_token_here",
"META_AD_ACCOUNT_ID": "your_ad_account_id_without_act_prefix",
"META_API_VERSION": "v19.0"
}
}
}
}