Skip to main content
EU Cluster Support: If your Everflow account is hosted in the EU, simply replace https://mcp.eflow.team with https://mcp-eu.eflow.team in any of the configuration examples below.

Prerequisites


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
All clients authenticate with the 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.
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.
The --header value uses Name:Value with no space after the colon. X-Eflow-API-Key: your-network-api-key (with a space) will fail.
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.”
The server also advertises its capabilities to the assistant on connect, so “what can you help me with?” gives a grounded, Everflow-specific answer.

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.