Vinkius

Statsig MCP. Manage features and test product rollouts.

Statsig connects feature flagging and experimentation directly to your AI agent. Test product rollouts, manage dynamic configurations, and log custom events—all through natural conversation. Instead of writing code or jumping between dashboards, you ask your agent about a user's gate status or fetch an experiment's JSON settings immediately.

Statsig MCP is compatible with Claude Claude
Statsig MCP is compatible with ChatGPT ChatGPT
Statsig MCP is compatible with Cursor Cursor
Statsig MCP is compatible with Gemini Gemini
Statsig MCP is compatible with Windsurf Windsurf
Statsig MCP is compatible with VS Code VS Code
Statsig MCP is compatible with JetBrains JetBrains
Statsig MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Validate Feature Status

Checks if one or more feature flags are enabled for a specific user.

Manage Experiment Settings

Creates, updates, and deletes feature gates, allowing you to control product access without code changes.

Retrieve Dynamic Configurations

Fetches specific JSON configurations or lists all available dynamic settings for an experiment.

Inspect User Layers

Retrieves parameter values from a user's layer to understand how the feature evaluation works.

Track Usage Metrics

Logs custom events directly for generating analytics and calculating metrics.

Waiting for input…

AI Agent
Statsig

What AI agents can do with Statsig: 12 Tools for Product Experimentation

These tools allow you to manage every part of the product experimentation lifecycle—from creating a flag to logging the final event.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Statsig MCP

Check Gate

Evaluates if one or more feature gates are enabled for a specific user.

Create Dynamic Config

Creates an entirely new dynamic configuration within the Statsig project.

Create Gate

Establishes a brand-new feature gate for use in product rollouts.

Delete Gate

Removes an existing, unused feature gate from the project entirely.

Get Config

Fetches configuration values for a specific dynamic config or experiment type.

Get Dynamic Config

Reads and returns the details of an existing dynamic configuration.

Get Gate

Retrieves all information about a specific, named feature gate.

Get Layer

Fetches parameter values from a user's layer to show how the evaluation works for...

List Dynamic Configs

Provides an index of every dynamic configuration currently set up in your project.

List Gates

Lists all feature gates that exist within the current Statsig project.

Log Event

Logs custom events, allowing you to track specific user actions for analytics...

Update Gate

Modifies the settings or description of an existing feature gate.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Statsig MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Statsig integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Statsig, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Statsig MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Statsig. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

The pain of manually checking feature flags across multiple dashboards

Right now, if you want to know if a new payment method is enabled for your test user, you have to open the Statsig UI. Then, you might need to jump to a different dashboard to view the related dynamic config, and then check another system just to confirm which layer parameters are active. It's a painful sequence of tabs and copy-pasting.

With this MCP, you simply ask your agent about it. You don't click anything. You tell it what user and what feature flag you're checking, and the agent returns the status—true or false—in one simple reply.

Statsig MCP: Instant Feature Flag Status Checks

Manual processes involve writing a small script just to run `check_gate` for every test user. Then, you have to manually read the results and cross-reference them with other internal systems.

Now, your agent handles that entire process. It performs the evaluation logic instantly through natural language conversation. You get immediate answers on feature availability without writing a single line of boilerplate code.

What Statsig MCP does for your AI

Managing feature flags used to mean living in a separate UI for every single check. Now, you can talk to your AI client and have it handle the complexity of product experimentation. Ask your agent if 'dark_mode_v2' is enabled for user 123, or ask it to fetch the configuration values for an active experiment.

You don't need to remember which API key goes where; you just describe what you want done.

This MCP lets developers and PMs verify evaluation logic right from their chat window. Need to create a new feature flag? Just tell your agent, and it handles the setup using its management tools. If you spot an interesting metric during testing, simply ask your agent to log a custom event for real-time analytics.

Because Vinkius hosts this MCP, connecting it is easy—you link once from any compatible client, and suddenly, product experimentation is just another conversation.

Built · Hosted · Managed by Vinkius Statsig MCP - Feature Flag Management for AI Agents
Server ID 019e38f3-2cec-7239-aaa7-da3df1e2b898
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about Statsig MCP

How do I use Statsig MCP to check if a gate is active? +

You ask your agent to run the check_gate tool and provide the specific feature name and user ID. The agent evaluates the flag using the secret key and tells you the status (True/False).

Can I use Statsig MCP to create new features? +

Yes, you can manage your flags directly. Use create_gate or update_gate when you need to establish a feature flag or modify an existing one's settings.

What is the difference between dynamic configs and gates in Statsig MCP? +

Gates control whether a feature can be used at all. Dynamic configs store flexible data, like API keys or UI colors, that the feature uses once it's active.

If I need to track user actions, which tool do I use in Statsig MCP? +

You use log_event. This tool lets you send custom events for analytics. You tell the agent what action happened and when it occurred.

Does Statsig MCP require specific keys to run? +

Yes, the setup requires your Statsig Server Secret Key for evaluation tools (like check_gate) and your Console API Key for management tasks (like create_gate).