ManagementLockClient MCP Config
ManagementLockClient API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-resources-locks.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-resources-locks.json to fetch programmatically.
{
"mcpServers": {
"azure-com-resources-locks": {
"command": "npx",
"args": ["-y","@mcp/azure-com-resources-locks"],
"env": {
"MANAGEMENTLOCKCLIENT_API_KEY": "your_managementlockclient_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-resources-locks.jsonEnvironment Variables
MANAGEMENTLOCKCLIENT_API_KEYReplace your_managementlockclient_api_key with your actual managementlockclient api key
Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locksManagementLocks_ListAtSubscriptionLevel
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}ManagementLocks_Get
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}ManagementLocks_CreateOrUpdateAtSubscriptionLevel
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}ManagementLocks_DeleteAtSubscriptionLevel
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locksManagementLocks_ListAtResourceGroupLevel
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}ManagementLocks_GetAtResourceGroupLevel
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}ManagementLocks_CreateOrUpdateAtResourceGroupLevel
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}ManagementLocks_DeleteAtResourceGroupLevel
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locksManagementLocks_ListAtResourceLevel
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}ManagementLocks_CreateOrUpdateAtResourceLevel