ContainerServiceClient MCP Config
The Container Service Client.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-containerservices-managedclusters.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-containerservices-managedclusters.json to fetch programmatically.
{
"mcpServers": {
"azure-com-containerservices-managedclusters": {
"command": "npx",
"args": ["-y","@mcp/azure-com-containerservices-managedclusters"],
"env": {
"CONTAINERSERVICECLIENT_API_KEY": "your_containerserviceclient_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-containerservices-managedclusters.jsonEnvironment Variables
CONTAINERSERVICECLIENT_API_KEYReplace your_containerserviceclient_api_key with your actual containerserviceclient api key
Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClustersGets a list of managed clusters in the specified subscription.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClustersLists managed clusters in the specified subscription and resource group.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}Gets a managed cluster.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}Creates or updates a managed cluster.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}Deletes a managed cluster.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}Gets access profile of a managed cluster.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredentialGets an access profile of a managed cluster.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/defaultGets upgrade profile for a managed cluster.