ML Team Account Management Client MCP Config
These APIs allow end users to operate on Azure Machine Learning Team Account resources. They support CRUD operations for Azure Machine Learning Team Accounts.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-machinelearningexperimentation-machinelearningexperimentation.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-machinelearningexperimentation-machinelearningexperimentation.json to fetch programmatically.
{
"mcpServers": {
"azure-com-machinelearningexperimentation-machinelearningexperimentation": {
"command": "npx",
"args": ["-y","@mcp/azure-com-machinelearningexperimentation-machinelearningexperimentation"],
"env": {
"ML_TEAM_ACCOUNT_MANAGEMENT_CLIENT_API_KEY": "your_ml_team_account_management_client_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-machinelearningexperimentation-machinelearningexperimentation.jsonEnvironment Variables
ML_TEAM_ACCOUNT_MANAGEMENT_CLIENT_API_KEYReplace your_ml_team_account_management_client_api_key with your actual ml team account management client api key
Endpoints
/providers/Microsoft.MachineLearningExperimentation/operationsOperations_List
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accountsAccounts_List
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accountsAccounts_ListByResourceGroup
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}Accounts_Get
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}Accounts_CreateOrUpdate
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}Accounts_Delete
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}Accounts_Update
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspacesWorkspaces_ListByAccounts
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}Workspaces_Get
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}Workspaces_CreateOrUpdate