ServiceFabricManagementClient MCP Config
Azure Service Fabric Resource Provider API Client
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-servicefabric-cluster.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-servicefabric-cluster.json to fetch programmatically.
{
"mcpServers": {
"azure-com-servicefabric-cluster": {
"command": "npx",
"args": ["-y","@mcp/azure-com-servicefabric-cluster"],
"env": {
"SERVICEFABRICMANAGEMENTCLIENT_API_KEY": "your_servicefabricmanagementclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-servicefabric-cluster.jsonEnvironment Variables
SERVICEFABRICMANAGEMENTCLIENT_API_KEYReplace your_servicefabricmanagementclient_api_key with your actual servicefabricmanagementclient api key
Endpoints
/providers/Microsoft.ServiceFabric/operationsLists all of the available Service Fabric resource provider API operations.
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clustersGets the list of Service Fabric cluster resources created in the specified subscription.
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersionsGets the list of Service Fabric cluster code versions available for the specified location.
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}Gets information about a Service Fabric cluster code version available in the specified location.
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersionsGets the list of Service Fabric cluster code versions available for the specified environment.
/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.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}Gets a Service Fabric cluster resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}Creates or updates a Service Fabric cluster resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}Deletes a Service Fabric cluster resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}Updates the configuration of a Service Fabric cluster resource.