ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Feature Flag Rollout Calculator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Calculate deterministic user assignment, rollout projections, and statistical sample sizes for feature flags.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Feature Flag Rollout Calculator capability set.

These are the exact actions your AI can choose when you ask it to work with Feature Flag Rollout Calculator.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Feature Flag Rollout Calculator.

  1. 01

    Analyze cohort overlap

    Estimates the potential intersection of two different feature flag populations

  2. 02

    Calculate statistical thresholds

    Determines the required number of users needed in a treatment group to detect a metric regression

  3. 03

    Get user assignment

    Determines whether a specific user is included in a feature flag's current rollout percentage

  4. 04

    Project rollout impact

    Predicts the number of users affected at each stage of a predefined deployment schedule

Observed, not estimated

617ms average. Fast in production.

Feature Flag Rollout Calculator is checked daily against the live service.

Daily averagePeak 732ms
Aug 20Today
Fastest day
501ms
Slowest day
732ms
14-day trend
Slowing+20%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Feature Flag Rollout Calculator, so you can see the experience inside your AI.

It does not authenticate your account with Feature Flag Rollout Calculator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Feature Flag Rollout Calculator Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_lSCWqvwFeIxZT5aRq7pxIFPfRB4jVj5nQX8h1rfL/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Feature Flag Rollout Calculator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "feature-flag-rollout-calculator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lSCWqvwFeIxZT5aRq7pxIFPfRB4jVj5nQX8h1rfL/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Feature Flag Rollout Calculator owners ask.

  • 01

    How does the user assignment work?

    The get_user_assignment capability uses consistent hashing of the User ID and Feature Key to ensure that a user's assignment remains deterministic at any given rollout percentage.

  • 02

    Can I use this for A/B testing?

    Yes. You can use calculate_statistical_thresholds to determine the necessary sample size to detect a specific Minimum Detectable Effect (MDE) with your desired confidence level.

  • 03

    How do I estimate the impact of a multi-stage rollout?

    Use project_rollout_impact by providing your total population size and a schedule of percentages to see both active and incremental user counts at each stage.