MCP server exposing 5 tools for facebook_ads.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/facebook_ads/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
fb_list_ad_accounts — List all Facebook ad accounts you have access to. Returns account IDs, names, and status.fb_list_campaigns — List campaigns in a Facebook ad account (e.g., account_id: '123456789'). Returns campaign names, IDs, status, and objectives.fb_get_campaign — Get detailed campaign info: name, budget, status, schedule, and targeting. Requires account_id and campaign_id.fb_campaign_insights — Get campaign performance metrics: impressions, clicks, spend, CTR, CPC, conversions, ROAS. Requires account_id and campaign_id.fb_list_adsets — List ad sets in a campaign (e.g., account_id: '123456789', campaign_id: '987654321'). Returns names, IDs, status, budgets, and targeting.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/facebook_ads/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io