Overview
The Everflow MCP Server lets an AI assistant query your Everflow network data in plain English. Instead of writing scripts against the REST API or clicking through reports, you connect an AI client once and just ask. Try “Which partners went quiet this month?”, “How did my top offers perform last week?”, or “Why was this transaction rejected?” The assistant pulls the answer straight from your account.
MCP stands for Model Context Protocol, an open standard that lets AI clients like Claude, Cursor, and Gemini CLI talk to external data sources through a common set of tools. The Everflow MCP Server is the bridge between those clients and your network. It is the same data you see in Core Platform, available to your AI assistant as read-only tools.
What it is (and what it isn’t)
Three things are worth knowing before you connect:
403 Forbidden error. It is not a partner- or advertiser-facing tool.The AI assistant can only see what your API key is allowed to see. The same permission boundaries that apply in the portal apply here.
Before you start: get your Network API key
MCP uses your existing Network API key. That is the same credential used for REST API calls, sent in the X-Eflow-API-Key header. There is no separate MCP login or OAuth step.
You create and manage Network API keys in

Made your key and saved it somewhere safe? You are good to go. If you could not even find the option to create one, that just means you need a permission turned on.
A few good habits with your key: everyone on your team gets their own, you keep it local (your app config or a local file, never a shared doc or repo), and you treat it like a password. It is read-only, so the blast radius is small. Guard it anyway.
For querying, a Read Only key covers every MCP tool. Enable the sections you want the assistant to reach. For example, Reporting for performance data, Partner for affiliate profiles, and Offer → Manage for offer details. Tools your key can’t access are simply hidden from the assistant.
Connect your AI client
Point your AI client at the Everflow MCP Server and pass your Network API key in the X-Eflow-API-Key header. Choose the server URL that matches where your account is hosted:
https://mcp.eflow.teamhttps://mcp-eu.eflow.teamX-Eflow-API-Key: your-network-api-keyThe Everflow MCP Server works with Claude Desktop, Claude Code, Cursor, Gemini CLI, and VS Code (Copilot). Here’s the one-line setup for Claude Code to get you started:
Using a different app? Any MCP-ready client connects the same way. One thing to know first:
Once connected, confirm it’s working by asking your assistant: “Call get_account_info and tell me my network name, timezone, and default currency.” A clean answer means your key is valid and the server is reachable. Step-by-step setup for every supported client lives in the MCP developer docs.
See it in action
Here are two everyday questions and the kind of answer MCP gives back. You ask in plain language; the assistant queries your network and formats the result however you like: a Slack digest, a spreadsheet-style table, or just a written summary.
Example 1: Find dormant partners and post them to Slack
The assistant lists your active partners, pulls a 30-day performance report, finds the ones with no activity, and hands back a digest ready to drop into Slack:
Example 2: Month-to-date revenue by partner, as a table
The assistant runs a performance report grouped by partner, computes the month-over-month change, and returns a spreadsheet-ready table:
Because the assistant shows which tools it called, you can always see exactly where a number came from. You can also ask a follow-up like “drill into the cashback partner’s top offers” without starting over.
Ready-to-run recipes in the AI Playbook
The fastest way to get value from MCP is to start from a proven prompt. The Everflow AI Playbook is a library of real questions partner-marketing teams ask every week, each with a copy-paste prompt you can run in Claude, ChatGPT, or Gemini. Every recipe carries a Run in AI · MCP option. It pastes the one-time MCP setup block plus the prompt, so the assistant queries your data through MCP with no code.
The server also ships with a few built-in prompts you can call by name in your AI client: offer-launch-readiness, partner-health-check, revenue-analysis, and troubleshoot-click. Each links into the AI Playbook, where you can grab the full version.
A few recipes to try first:
Ask away and explore as much as you want. Here is why that is always safe:
Full setup, tools & limits
This article is a quick orientation: what MCP is, why it’s useful, and how to get connected. For everything else, head to the developer docs:
Related help desk articles
Want to go a level deeper? These help too.