Cloud InfrastructureAuto-generated
AuthorizationManagementClient MCP Server
Role based access control provides you a way to apply granular level policy administration down to individual resources or resource groups. These operations enable you to get deny assignments. A deny assignment describes the set of actions on resources that are denied for Azure Active Directory user
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-authorization-authorization-denyassignmentgetcalls
Environment Variables
AUTHORIZATIONMANAGEMENTCLIENT_API_KEYExample: your_authorizationmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-authorization-authorization-denyassignmentgetcalls": {
"command": "npx",
"args": ["-y","@mcp/azure-com-authorization-authorization-denyassignmentgetcalls"],
"env": {
"AUTHORIZATIONMANAGEMENTCLIENT_API_KEY": "your_authorizationmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_ListForResourceGroup
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_ListForResource
GET
/{denyAssignmentId}DenyAssignments_GetById
GET
/{scope}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_ListForScope
GET
/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}DenyAssignments_Get