Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

ServiceFabricManagementClient MCP Server

Azure Service Fabric Resource Provider API Client

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-servicefabric-cluster

Environment Variables

SERVICEFABRICMANAGEMENTCLIENT_API_KEY

Example: your_servicefabricmanagementclient_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-servicefabric-cluster": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-servicefabric-cluster"],
      "env": {
      "SERVICEFABRICMANAGEMENTCLIENT_API_KEY": "your_servicefabricmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.ServiceFabric/operations

Lists all of the available Service Fabric resource provider API operations.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters

Gets the list of Service Fabric cluster resources created in the specified subscription.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions

Gets the list of Service Fabric cluster code versions available for the specified location.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}

Gets information about a Service Fabric cluster code version available in the specified location.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions

Gets the list of Service Fabric cluster code versions available for the specified environment.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}

Gets information about a Service Fabric cluster code version available for the specified environment.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}

Gets a Service Fabric cluster resource.

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}

Creates or updates a Service Fabric cluster resource.

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}

Deletes a Service Fabric cluster resource.

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}

Updates the configuration of a Service Fabric cluster resource.