{
  "name": "Generate AI reports for Meta Ads campaigns with Claude & Pipeboard MCP via Slack",
  "nodes": [
    {
      "id": "09791f8a-c3f0-43d7-9293-4ed0e5616fe0",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        176,
        400
      ]
    },
    {
      "id": "e4e1cdd0-e05d-4f27-ae68-6bcec4a23135",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -240,
        176
      ]
    },
    {
      "id": "94fbf180-4b88-4768-9102-510908d474b7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1072,
        48
      ],
      "parameters": {
        "width": 336,
        "height": 400,
        "content": "### Generate AI reports for Meta Ads campaigns with Claude and MCP via Slack\n\n- Pulls performance **data from multiple Meta Ads accounts** for a specified time period (last 7, 14, or 30 days)\n- Uses C"
      }
    },
    {
      "id": "0f73a3fe-b090-4d97-b943-4f2320c83fd2",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -688,
        176
      ]
    },
    {
      "id": "446532ae-4457-4ddf-900d-49c5673a1655",
      "name": "Accounts to be Analyzed",
      "type": "n8n-nodes-base.set",
      "position": [
        -464,
        176
      ]
    },
    {
      "id": "32a94ff5-b1d4-4ec0-88fb-2df74ea731cb",
      "name": "Pipeboard Meta Ads MCP",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        352,
        400
      ]
    },
    {
      "id": "1dd57e99-9f84-4f27-bcbc-90179ccc47cc",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        560,
        176
      ]
    },
    {
      "id": "bd862bcb-ce9c-4536-a803-7dc3ae88b2a0",
      "name": "Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        176
      ]
    },
    {
      "id": "075e9dcb-fad5-4fe9-879d-de9e21e41d3e",
      "name": "Analysis Period",
      "type": "n8n-nodes-base.set",
      "position": [
        -16,
        176
      ]
    },
    {
      "id": "71597be8-ca3e-43ac-a779-6354c5bd95d6",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        336
      ],
      "parameters": {
        "width": 256,
        "height": 240,
        "content": "Set the account ids to be analyzed. \n\nThe format must be `\"act_<numbers>\"`, surounded by [ and ] and separated by commas `,`. Example:\n\n[\"act_123\", \"act_234\"]\n\nGet your account ID numbers from https:/"
      }
    },
    {
      "id": "58c37f9e-9ef9-458f-8de1-90241957db05",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 256,
        "height": null,
        "content": "Set an API key for Anthropic.\n\nGet it from https://console.anthropic.com/settings/keys\n"
      }
    },
    {
      "id": "9830e093-c0a8-4fa9-b60a-a10b86c0a785",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        464,
        368
      ],
      "parameters": {
        "width": 256,
        "height": 192,
        "content": "Create an account on https://pipeboard.co and obtain an API key from https://pipeboard.co/api-keys\n\nAdd it to the URL, such as https://mcp.pipeboard.co/meta-ads-mcp?token=YOUR_TOKEN"
      }
    },
    {
      "id": "c1aea691-ea71-4cbd-b243-5ad44a86e461",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "Configure the Slack node to set a destination workspace and channel"
      }
    }
  ],
  "connections": {
    "Agent": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Analysis Period",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analysis Period": {
      "main": [
        [
          {
            "node": "Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Accounts to be Analyzed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Pipeboard Meta Ads MCP": {
      "ai_tool": [
        [
          {
            "node": "Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Accounts to be Analyzed": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}