ManagedLabsClient MCP Config
The Managed Labs Client.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-labservices-ml.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-labservices-ml.json to fetch programmatically.
{
"mcpServers": {
"azure-com-labservices-ml": {
"command": "npx",
"args": ["-y","@mcp/azure-com-labservices-ml"],
"env": {
"MANAGEDLABSCLIENT_API_KEY": "your_managedlabsclient_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-labservices-ml.jsonEnvironment Variables
MANAGEDLABSCLIENT_API_KEYReplace your_managedlabsclient_api_key with your actual managedlabsclient api key
Endpoints
GET
/providers/Microsoft.LabServices/operationsProviderOperations_List
POST
/providers/Microsoft.LabServices/users/{userName}/getEnvironmentGlobalUsers_GetEnvironment
POST
/providers/Microsoft.LabServices/users/{userName}/getOperationBatchStatusGlobalUsers_GetOperationBatchStatus
POST
/providers/Microsoft.LabServices/users/{userName}/getOperationStatusGlobalUsers_GetOperationStatus
POST
/providers/Microsoft.LabServices/users/{userName}/getPersonalPreferencesGlobalUsers_GetPersonalPreferences
POST
/providers/Microsoft.LabServices/users/{userName}/listEnvironmentsGlobalUsers_ListEnvironments
POST
/providers/Microsoft.LabServices/users/{userName}/listLabsGlobalUsers_ListLabs
POST
/providers/Microsoft.LabServices/users/{userName}/registerGlobalUsers_Register
POST
/providers/Microsoft.LabServices/users/{userName}/resetPasswordGlobalUsers_ResetPassword
POST
/providers/Microsoft.LabServices/users/{userName}/startEnvironmentGlobalUsers_StartEnvironment