Developer ToolsAuto-generated
ContainerServiceClient MCP Server
The Container Service Client.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-containerservice-location
Environment Variables
CONTAINERSERVICECLIENT_API_KEYExample: your_containerserviceclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-containerservice-location": {
"command": "npx",
"args": ["-y","@mcp/azure-com-containerservice-location"],
"env": {
"CONTAINERSERVICECLIENT_API_KEY": "your_containerserviceclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/orchestratorsGets a list of supported orchestrators in the specified subscription.