Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

FeatureClient MCP Server

Azure Feature Exposure Control (AFEC) provides a mechanism for the resource providers to control feature exposure to users. Resource providers typically use this mechanism to provide public/private preview for new features prior to making them generally available. Users need to explicitly register f

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-resources-features

Environment Variables

FEATURECLIENT_API_KEY

Example: your_featureclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-resources-features": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-resources-features"],
      "env": {
      "FEATURECLIENT_API_KEY": "your_featureclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.Features/operations

ListOperations

GET/subscriptions/{subscriptionId}/providers/Microsoft.Features/features

Features_ListAll

GET/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features

Features_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}

Features_Get

POST/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/register

Features_Register