Skip to content
MCP-Bridge
AI & ML

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

ML_TEAM_ACCOUNT_MANAGEMENT_CLIENT_API_KEY

Replace your_ml_team_account_management_client_api_key with your actual ml team account management client api key

Endpoints

GET/providers/Microsoft.MachineLearningExperimentation/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts

Accounts_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts

Accounts_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}

Accounts_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}

Accounts_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}

Accounts_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}

Accounts_Update

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces

Workspaces_ListByAccounts

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}

Workspaces_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}

Workspaces_CreateOrUpdate