Labsco
MCP SERVER · OFFICIAL PROJECT

Optimizely Experimentation

by Optimizely

Eight tools across querying experiment results, searching SDK docs, and managing experiment entities.

Feature Flags & Experimentation
Summary
Schema discovery before query is the pattern again, and generating SDK code is the half that saves real time.

The tedious part of experimentation is not reading results, it is wiring the flag into the application correctly. Having the SDK documentation searchable and the integration code generated from the actual flag definition removes the step where someone copies an example and changes the wrong identifier. exp_get_schemas is the familiar and necessary companion to a query tool.

What it is

Optimizely's endpoint for their experimentation platform, served through Opal. Eight tools in three groups: query, implementation and management.

What you get
  • exp_get_schemas and exp_execute_query — discover what is queryable, then query it
  • Experiment result summaries and top-experiment reports
  • Feature Experimentation SDK documentation search, and generating SDK integration code
  • Entity lifecycle management and templates; listing projects, flags and experiments
Requirements

An Opti ID account with Opal enabled, authorised in the browser on first tool call. Permissions follow the account.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen