You can now create and manage Parameter Stores directly through the Statsig MCP.
Three new tools are available on api.statsig.com/v1/mcp:
Create_Param_Store
Update_Param_Store
Delete_Param_Store
Now, you can create a store, define its parameters, and point them at a gate or experiment without leaving your agent flow, making end-to-end feature provisioning possible for the first time.
If you have the Statsig MCP set up, try a prompt like:
"Using the Statsig MCP, create a Parameter Store called checkout-config and add a static boolean parameter "express_checkout_enabled" set to true.
Learn more in the docs: Statsig MCP Overview.