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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open your n8n instance and create or edit a workflow
- 03
Add an AI Agent node with an MCP Client Tool sub-node
- 04
Set the endpoint URL to https://data.goagentcy.com/mcp
- 05
Add Authorization header with your Bearer API key
- 06
The agent auto-discovers Agentcy tools
path: Workflow → MCP Client Tool node → SSE Endpoint
# 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 toolsn8n 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.
“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”