Documentation Index
Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
Use this file to discover all available pages before exploring further.
MCP must be enabled for your network before any integration will work. Email support@everflow.io to request access.
Slack
The fastest way to query Everflow from Slack is through Claude for Work (Anthropic’s Teams or Enterprise plan), which adds Claude directly to your Slack workspace. Once Everflow MCP is connected to your Claude.ai account, Claude can query your network data from any Slack conversation.Connect Everflow MCP to Claude.ai
In Claude.ai, go to Settings → Integrations and add a new MCP server:
| Field | Value |
|---|---|
| Server URL | https://mcp.eflow.team |
| Header name | X-Eflow-API-Key |
| Header value | your-network-api-key |
Install the Claude app in your Slack workspace
Go to claude.ai/integrations and connect your Slack workspace. Once installed, Claude appears as a bot you can @mention in any channel or DM.
Claude can only access data your API key has permission to see. Use a Read Only key scoped to the data you want Claude to surface in Slack. See Permissions.
This integration requires a Claude for Teams or Enterprise plan. If you haven’t set up Claude for Work yet, connect the MCP server first at claude.ai/settings/integrations, then follow Anthropic’s guide to add Claude to Slack.
Zapier
Use Zapier to build automated workflows that query Everflow via AI and post results to Slack, email, Google Sheets, or anywhere else. This works with both the Claude AI action in Zapier and Zapier’s native MCP support.Daily performance summary to Slack
A common workflow: schedule a daily summary of the previous day’s performance and post it to your team’s Slack channel.Create a new Zap with a Schedule trigger
Set the trigger to Schedule by Zapier, configured to run every day at your preferred time (e.g. 9:00 AM).
Fraud alert workflow
Trigger an AI investigation when a conversion comes in above a certain payout threshold.Set a webhook trigger
Use Webhooks by Zapier as the trigger. Configure your Everflow network to fire a postback to the Zap’s webhook URL on high-value conversions.
n8n
n8n is a self-hosted workflow automation tool popular in the performance marketing and agency space. Its native MCP Client node connects directly to the Everflow MCP server, making it straightforward to build automated reporting and alerting pipelines.Add an MCP Client node to your workflow
In your n8n canvas, add an MCP Client node. Configure it with the Everflow server details:
| Field | Value |
|---|---|
| Server URL | https://mcp.eflow.team |
| Authentication | Header |
| Header name | X-Eflow-API-Key |
| Header value | your-network-api-key |
Choose a tool and pass parameters
Select the Everflow tool to call (e.g.
run_performance_report) and configure the input parameters. n8n will discover available tools automatically from the MCP server.Raycast
Raycast is a launcher and productivity tool popular with operators and power users. Its built-in AI supports MCP, letting you query Everflow from your desktop without switching to a browser or opening the portal.Add the Everflow server
Click Add Server and enter:
| Field | Value |
|---|---|
| Name | Everflow |
| URL | https://mcp.eflow.team |
| Header | X-Eflow-API-Key: your-network-api-key |
Microsoft Copilot Studio
For teams on the Microsoft 365 stack, Copilot Studio lets you build a custom Copilot agent that surfaces Everflow data inside Teams, Outlook, and other Microsoft surfaces. See Microsoft’s setup guide for the full walkthrough on adding an MCP server to an agent.Create a new agent in Copilot Studio
Go to copilotstudio.microsoft.com and create a new agent. Give it a name like “Everflow Assistant.”
Add the Everflow MCP server as a tool
Under Actions → Add an action → Model Context Protocol, add:
| Field | Value |
|---|---|
| Server URL | https://mcp.eflow.team |
| Header | X-Eflow-API-Key: your-network-api-key |
Microsoft Copilot Studio requires a Power Platform license. Check with your Microsoft administrator if you’re unsure whether your organization has access.
