ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Unleash with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage feature flags, strategies, and environments via Unleash. evaluate toggles, list projects, and monitor metrics directly from your AI agent.

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 · 11 capabilities

The complete Unleash capability set.

These are the exact actions your AI can choose when you ask it to work with Unleash.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Unleash.

  1. 01

    List project features

    Fetches features for a given project ID. List all feature flags in a specific project

  2. 02

    List projects

    Fetches all projects configured in Unleash. List all Unleash projects

  3. 03

    List segments

    Fetches all segments configured in Unleash. List all Unleash segments

  4. 04

    List environments

    Fetches all environments configured in Unleash. List all Unleash environments

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Unleash.

  1. 05

    Get client features

    Fetch all feature flags and strategies for server-side evaluation

  2. 06

    Get frontend features

    Optionally provide context like userId or properties. Fetch enabled feature flags for a specific Unleash Context

  3. 07

    List users

    Fetches all users configured in Unleash. List all Unleash users

  4. 08

    Register client

    Register a new backend SDK instance

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Unleash.

  1. 09

    Report client metrics

    Report flag usage metrics from a backend SDK

  2. 10

    Report frontend metrics

    Report flag usage metrics from a frontend SDK

  3. 11

    Register frontend

    Register a new frontend SDK instance

Observed, not estimated

899ms average. Fast in production.

Unleash is checked daily against the live service.

Daily averagePeak 1056ms
Aug 20Today
Fastest day
753ms
Slowest day
1056ms
14-day trend
Slowing+6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 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 Unleash, so you can see the experience inside your AI.

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

Unleash Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_D9thr7rSK8ANvNy5GINLhbWdWBWkiOVYfkGJb9oC/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 — Unleash capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "unleash-feature-toggles-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_D9thr7rSK8ANvNy5GINLhbWdWBWkiOVYfkGJb9oC/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 Unleash owners ask.

  • 01

    Can I evaluate feature flags for a specific user ID?

    Yes. Use the get_frontend_features capability and provide the userId. The agent will return the enabled flags based on the Unleash context for that specific user.

  • 02

    How do I see all feature flags associated with a specific project?

    You can use the list_project_features capability by providing the projectId. This will list all toggles, their types, and current statuses within that project.

  • 03

    Does this server support listing segments and environments?

    Yes, the server includes list_segments and list_environments capabilities, allowing you to audit your Unleash configuration and targeting rules easily.