Skip to content
MCP-Bridge
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 manage role definitions and role assignments. A role definition describes the set of actions that can be performed on resources.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-authorization

Environment Variables

AUTHORIZATIONMANAGEMENTCLIENT_API_KEY

Example: your_authorizationmanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-authorization": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-authorization"],
      "env": {
      "AUTHORIZATIONMANAGEMENTCLIENT_API_KEY": "your_authorizationmanagementclient_api_key"
}
    }
  }
}

Endpoints

POST/providers/Microsoft.Authorization/elevateAccess

ElevateAccess_Post

GET/providers/Microsoft.Authorization/providerOperations

ProviderOperationsMetadata_List

GET/providers/Microsoft.Authorization/providerOperations/{resourceProviderNamespace}

ProviderOperationsMetadata_Get

GET/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleAssignments

RoleAssignments_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/roleAssignments

RoleAssignments_ListForResourceGroup

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Authorization/permissions

Permissions_ListForResourceGroup

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/permissions

Permissions_ListForResource

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/roleAssignments

RoleAssignments_ListForResource

GET/{roleAssignmentId}

RoleAssignments_GetById

PUT/{roleAssignmentId}

RoleAssignments_CreateById