Prerequisites
- A Network API key with access to your network. See Authentication.
- MCP access enabled for your network (see the Overview for server URL, transport, and availability details).
Connect your client
Each setup takes under 5 minutes. All clients connect to the same server URL (https://mcp.eflow.team) using the same X-Eflow-API-Key header — only the config file format varies.
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
- Cursor
- Gemini CLI
- VS Code
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.
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.Configure the connection in the inspector UI
| Field | Value |
|---|---|
| Transport | Streamable HTTP |
| URL | https://mcp.eflow.team |
| Header name | X-Eflow-API-Key |
| Header value | your-network-api-key |
Troubleshooting
| Symptom | Likely cause | Fix |
|---|---|---|
| Connection refused or timeout | MCP not enabled for your network | Email support@everflow.io to request access |
401 Unauthorized | Invalid or missing API key | Verify the key in Control Center → Security |
403 Forbidden | Key is not a Network key | Affiliate and advertiser keys are not accepted |
| Tools not appearing in client | Config file syntax error | Validate your JSON — trailing commas are invalid |
| Partial data returned | Limited affiliate scope on your key | Employees with scoped access only see their assigned affiliates |
