The supported path is the Eppo REST API. Standard auth via API key. The endpoints cover experiment definitions, assignment configs, results, and metric definitions, so the agent can read and write the platform from outside an MCP runtime.
Teams that want agent-driven Eppo work today can build a small MCP adapter on top of the REST API. The Anthropic MCP SDK plus 200 lines of tool wrappers covers the most common operations (list experiments, get results, create experiment, update assignment). It is not a small lift, and it locks the team into maintaining the adapter, but it is a viable path while the first-party MCP catches up.
For most teams the right call is to use the REST API directly from CI and scripts and to wait for the first-party MCP for agent workflows.