Prerequisites
- A Network API key with access to your network. See Authentication.
Connect your client
Each setup takes under 5 minutes. Depending on where your account is hosted, choose the appropriate server URL:- US-Hosted Accounts:
https://mcp.eflow.team - EU-Hosted Accounts:
https://mcp-eu.eflow.team
X-Eflow-API-Key header — the config format varies by client, and some clients like Claude.ai web don’t support API-key headers at all.
If you’re unsure where to start, use Claude Desktop — it has the most straightforward setup and the best out-of-the-box MCP experience.
- Claude Desktop
- Claude Code
- Claude.ai
- Cursor
- Gemini CLI
- VS Code
1
Open your Claude Desktop config file
macOS
Windows
2
Add the Everflow server to the mcpServers block
Claude Desktop currently requires the
mcp-remote stdio bridge to connect to remote MCP servers. The npx -y prefix auto-installs the package on first launch — no separate install step is needed. For the latest on native remote MCP support in Claude Desktop, see Anthropic’s changelog.3
Save the file and restart Claude Desktop
Quit and reopen the app so it picks up the new MCP server.
4
Test the connection
Open a new conversation. You should see an Everflow tools indicator in the input area. Ask:
“What is my network’s name and default currency?”
Verify the connection
Once connected in any client, run this prompt to confirm everything is working:“Call get_account_info and tell me my network name, default timezone, and default currency.”A successful response confirms your API key is valid, your network has MCP access enabled, and the MCP server is reachable.
First questions to try
Not sure where to start? Ask in plain language — a few examples:- “How did my top offers perform last week?”
- “Why was transaction
<id>rejected?” - “Which partners have the highest conversion rate but low volume?”
- “Is offer
<id>pacing toward its cap?” - “Show revenue by partner for this month.”
Debug with MCP Inspector
If a client isn’t connecting or tools aren’t appearing, the MCP Inspector lets you test the server directly — independent of any AI client config.1
Run the inspector
No install required:
2
Configure the connection in the inspector UI
3
Connect and call a test tool
Click Connect, then call
get_account_info from the Tools tab. A valid response confirms the server is reachable and your key is accepted. If this works but your AI client still can’t connect, the issue is in your client config, not the server.Troubleshooting
What’s next
Prompt Library
Ready-to-use prompts for reporting, partner health checks, and traffic investigation.
Agentic Examples
End-to-end multi-step workflow traces showing exactly what the agent does.
