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-application.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-servicefabric-application.json to fetch programmatically.
{
"mcpServers": {
"azure-com-servicefabric-application": {
"command": "npx",
"args": ["-y","@mcp/azure-com-servicefabric-application"],
"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-application.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}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypesGets the list of application type name resources created in the specified Service Fabric cluster resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}Gets a Service Fabric application type name resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}Creates or updates a Service Fabric application type name resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}Deletes a Service Fabric application type name resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versionsGets the list of application type version resources created in the specified Service Fabric application type name resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}Gets a Service Fabric application type version resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}Creates or updates a Service Fabric application type version resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}Deletes a Service Fabric application type version resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationsGets the list of application resources created in the specified Service Fabric cluster resource.