86 available actions

What your AI agent can do in Statsig MCP

Statsig MCP exposes experiments, feature gates, dynamic configs, layers, metrics, segments, reviews, audit logs, and observability workflows. This page lists every available action. Your agent only receives the actions and permissions required for the role you approve.

Common starting points

  • SearchSearch the Statsig MCP data source and return relevant results.
  • Get audit logsList audit logs for this Statsig project.
  • Create autotuneCreate an Autotune (multi-armed bandit) experiment that automatically shifts traffic toward the best-performing variant.
  • Create autotune reviewOpen a review proposing a change to an autotune experiment.
  • Edit autotune reviewEdit an in-flight autotune review's metadata — description and/or requested reviewers.
  • Edit dynamic config reviewEdit an in-flight dynamic config review's metadata (description, requested reviewers) and/or its proposed .

Browse all 86 actions by capability

Open a capability to see every supported action and its description.

Find & reviewLook up and review existing recordsView 42 actionsHide actions
  • FetchFetch the full document for a search result id.
  • Get audit logsList audit logs for this Statsig project.
  • Get autotune eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this autotune experiment.
  • Get autotune review by idGet a single review for an autotune experiment by its review ID, including its status, proposed change type, author, and requested reviewers.
  • Get dynamic config details by idGet the details (including rules, return values, and more) for a Dynamic Config (static, targetable JSON) in the Statsig console.
  • Get dynamic config eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this dynamic config.
  • Get dynamic config review by idGet a single review for a dynamic config by its review ID, including its status, proposed change, author, and requested reviewers.
  • Get dynamic config version historyList historical versions of a Dynamic Config (static, targetable JSON object) to reconstruct a timeline of how it changed — rules, return values, defaults, and metadata…
  • Get experiment details by idGet details including parameters (return values), groups, status & more of an experiment in Statsig.
  • Get experiment eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this experiment (A/B test).
  • Get experiment metric dimension resultsGet topline and dimensional breakdown results for one specific experiment metric.
  • Get experiment overall resultsGet overall pulse results for an experiment across all pulse metrics.
  • Get experiment review by idGet a single review for an experiment (A/B test) by its review ID, including its status, proposed change type, author, and requested reviewers.
  • Get experiment version historyList historical versions of an experiment (AB Test) to reconstruct a timeline of how it changed — groups, allocation, status, parameters, and metadata across edits.
  • Get gate details by idGet all details about a gate (feature flag) like its rules, idType, and more, from the Statsig Console.
  • Get gate eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this gate (feature flag).
  • Get gate resultsGet the metric results for a given gate and rule in the gate
  • Get gate review by idGet a single review for a gate (feature flag) by its review ID, including its status, proposed change, author, and requested reviewers.
  • Get gate version historyList historical versions of a gate (feature flag) to reconstruct a timeline of how it changed — rules, IDtype, enabled state, and metadata across edits.
  • Get layer details by idGet all details about a layer, including its parameters and metadata, from the Statsig Console.
  • Get layer experimentsList the experiments in a layer, including each experiment's allocation and groups within the layer.
  • Get layer overridesGet the conditional and ID overrides configured for a layer in the Statsig Console.
  • Get list of autotune reviewsList the reviews for an autotune experiment, newest first.
  • Get list of dynamic config reviewsList the reviews for a dynamic config, newest first.
  • Get list of dynamic configsList all Dynamic Configs (static, targetable JSON objects) in this Statsig project.
  • Get list of experiment reviewsList the reviews for an experiment (A/B test), newest first.
  • Get list of experimentsList all experiments (AB Tests) in this Statsig project.
  • Get list of gate reviewsList the reviews for a gate (feature flag), newest first.
  • Get list of gatesList all gates (feature flags) in this Statsig project.
  • Get list of layersList all layers in this Statsig project.
  • Get list of metricsList all metrics in this Statsig project.
  • Get list of metric sourcesList all metric sources in this Statsig project.
  • Get list of param storesList param stores in this Statsig project.
  • Get list of segmentsList all segments in this Statsig project.
  • Get list of tagsList all tags in this Statsig project, returning each tag's id and name.
  • Get metric definition by idGet the full definition for a metric in Statsig, including its type, source, and configuration details.
  • Get param store details by idGet a param store by name, including its description, typed parameters, and metadata.
  • Get segment by idGet all details about a segment in the Statsig Console.
  • Get tool schemaGet the full input schema, description, and annotations for any Statsig MCP tool by name — including tools not shown in the default tool list (find them with…
  • Query logs explorerFetch log lines from Statsig Logs Explorer (MCP equivalent of ).
  • SearchSearch the Statsig MCP data source and return relevant results.
  • Search toolsSearch the full catalog of Statsig MCP tools by keyword.
Create & communicateCreate records or send supported messagesView 11 actionsHide actions
  • Create autotuneCreate an Autotune (multi-armed bandit) experiment that automatically shifts traffic toward the best-performing variant.
  • Create autotune reviewOpen a review proposing a change to an autotune experiment.
  • Create dynamic configCreate a new Dynamic Config (static, targetable JSON object) in the Statsig console, including targeting rules, its ID (how we'll refer to it in-code) and its IDtype…
  • Create dynamic config reviewOpen a review proposing a change to a dynamic config.
  • Create experimentCreate an experiment, including its ID (which is how we refer to it in-code), its groups (test/control, and return values) and the ID type it should randomize users on.
  • Create experiment reviewOpen a review proposing a change to an experiment (A/B test).
  • Create gateCreate a new gate (feature flag), including its rules (who should pass it) its ID (how we'll refer to it in-code) and its IDtype, which it'll randomize users on.
  • Create gate reviewOpen a review proposing a change to a gate (feature flag).
  • Create layerCreate a new layer, including its name, ID type, and optional target apps or team ownership.
  • Create param storeCreate a new Param Store (a reusable, named collection of typed parameters) in this Statsig project.
  • Create segmentCreate a new segment, including its name, type, optional ID, ID type, and rules for rule-based segments.
Update & manageChange and manage existing recordsView 12 actionsHide actions
  • Edit autotune reviewEdit an in-flight autotune review's metadata — description and/or requested reviewers.
  • Edit dynamic config reviewEdit an in-flight dynamic config review's metadata (description, requested reviewers) and/or its proposed .
  • Edit experiment reviewEdit an in-flight experiment (A/B test) review's metadata — description and/or requested reviewers.
  • Edit gate reviewEdit an in-flight gate (feature flag) review's metadata (description, requested reviewers) and/or its proposed .
  • Start experiment code cleanupStart code cleanup for a stale experiment by name, which creates a PR to remove the experiment from your codebase.
  • Start gate code cleanupStart code cleanup for a gate by name, which creates a PR to remove the gate from your codebase.
  • Update dynamic config entirelyFully update a dynamic config, replacing everything the dynamic config currently has on the Statsig console with the data included in this POST request.
  • Update experiment entirelyFully update an experiment, replacing everything the experiment currently has on the Statsig console with the data included in this POST request.
  • Update gate entirelyFully update a gate, replacing everything the gate currently has on the Statsig console with the data included in this POST request.
  • Update layer entirelyFully update a layer, replacing everything the layer currently has on the Statsig console with the data included in this POST request.
  • Update param storeUpdate an existing Param Store by name.
  • Update segmentUpdate a Statsig segment using the appropriate segment endpoint.
Remove & cancelRemove records or cancel supported workView 6 actionsHide actions
  • Cancel autotune reviewCancel (withdraw) an in-flight review of an autotune experiment.
  • Cancel dynamic config reviewCancel (withdraw) an in-flight review of a dynamic config.
  • Cancel experiment reviewCancel (withdraw) an in-flight review of an experiment (A/B test).
  • Cancel gate reviewCancel (withdraw) an in-flight review of a gate (feature flag).
  • Delete experimentDelete an experiment (A/B test) by ID.
  • Delete param storeDelete a Param Store by name.
Other actionsSpecialist and administrative actions.View 15 actionsHide actions
  • Approve autotune reviewApprove an in-flight review of an autotune experiment.
  • Approve dynamic config reviewApprove an in-flight review of a dynamic config.
  • Approve experiment reviewApprove an in-flight review of an experiment (A/B test).
  • Approve gate reviewApprove an in-flight review of a gate (feature flag).
  • Cluster log patternsCluster similar log lines into templates (same as ).
  • Commit autotune reviewCommit a review of an autotune experiment, APPLYING its proposed change to the live autotune.
  • Commit dynamic config reviewCommit a review of a dynamic config, APPLYING its proposed change to the live config.
  • Commit experiment reviewCommit a review of an experiment (A/B test), APPLYING its proposed change to the live experiment.
  • Commit gate reviewCommit a review of a gate (feature flag), APPLYING its proposed change to the live gate.
  • GetexperimentsummarychartsGet Experiment Summary charts and underlying data.
  • Invoke toolExecute any Statsig MCP tool by name with arguments — including tools not shown in the default tool list.
  • Reject autotune reviewReject an in-flight review of an autotune experiment.
  • Reject dynamic config reviewReject an in-flight review of a dynamic config.
  • Reject experiment reviewReject an in-flight review of an experiment (A/B test).
  • Reject gate reviewReject an in-flight review of a gate (feature flag).

Connection record

A connection you can control.

Sign-in
OAuth sign-in
Setup
Sign in with your own Statsig MCP account. Access is limited to the work agreed for the role.
Boundaries
Only the approved role and actions.
Off switch
Revoke the connection from your account.

FAQ

Before you connect Statsig MCP

How does the agent connect to Statsig MCP?
You sign in with your own Statsig MCP account. Permissions are limited to what the agent needs, the connection is health-checked, and you can revoke access from Statsig MCP at any time.
What can the agent actually do in Statsig MCP?
The page above lists the 86 actions currently available through the Statsig MCP connection. The role determines which of those actions the agent may use, and write access is only enabled when the workflow needs it.
Is Statsig MCP included in my plan?
Connections are priced per tool on top of the base plan. Some are included and some are premium. See pricing for how connection charges work.
How long until Statsig MCP is ready?
Timing depends on the sign-in method, permissions and workflow being connected. We confirm the scope and setup plan before enabling the connection.

Bring the workflow together

Ready to put Statsig MCP to work?

Start with the responsibility you want off your plate. We’ll map the connection and the boundaries around it.

All product names, logos, and brands are property of their respective owners and are used for identification only. ZeroToClaw is not affiliated with or endorsed by Statsig MCP.