AgentcyAlpha

Set up n8n

Open-source workflow automation platform. Connect Agentcy via the MCP Client Tool node so your n8n AI agents can query marketing data as part of automated workflows.

SETUP
6 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open your n8n instance and create or edit a workflow

  3. 03

    Add an AI Agent node with an MCP Client Tool sub-node

  4. 04

    Set the endpoint URL to https://data.goagentcy.com/mcp

  5. 05

    Add Authorization header with your Bearer API key

  6. 06

    The agent auto-discovers Agentcy tools

CONFIG

path: Workflow → MCP Client Tool node → SSE Endpoint

config
# n8n MCP Client Tool Configuration
# n8n connects to MCP servers via Streamable HTTP.

# In your n8n workflow:
# 1. Add an "AI Agent" node
# 2. Add an "MCP Client Tool" sub-node as a tool
# 3. Set the endpoint URL to:
#    https://data.goagentcy.com/mcp
# 4. Configure authentication headers:
#    Authorization: Bearer YOUR_AGENTCY_API_KEY
# 5. The agent auto-discovers all Agentcy tools
Last verified: March 5, 2026Official docs
TIPS

n8n has three MCP nodes: MCP Client Tool (for AI agents), MCP Client (for regular workflows), and MCP Server Trigger (to expose n8n as an MCP server). n8n Cloud connects via Streamable HTTP only — stdio requires self-hosted n8n with local MCP servers.

EXAMPLE QUERIES
4 SAMPLES

Pull GA4 traffic data every Monday and send a Slack summary

Monitor Search Console rankings and alert on drops

Auto-generate weekly marketing reports from live data

Trigger ad spend alerts when ROAS drops below target

v1.0Need help?