Skip to content
MCP-Bridge
Cloud Infrastructure

AuthorizationManagementClient MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-authorization-authorization-denyassignmentgetcalls.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-authorization-authorization-denyassignmentgetcalls.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-authorization-authorization-denyassignmentgetcalls": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-authorization-authorization-denyassignmentgetcalls"],
      "env": {
      "AUTHORIZATIONMANAGEMENTCLIENT_API_KEY": "your_authorizationmanagementclient_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-authorization-authorization-denyassignmentgetcalls.json

Environment Variables

AUTHORIZATIONMANAGEMENTCLIENT_API_KEY

Replace your_authorizationmanagementclient_api_key with your actual authorizationmanagementclient api key

Endpoints

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

DenyAssignments_List

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

DenyAssignments_ListForResourceGroup

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

DenyAssignments_ListForResource

GET/{denyAssignmentId}

DenyAssignments_GetById

GET/{scope}/providers/Microsoft.Authorization/denyAssignments

DenyAssignments_ListForScope

GET/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}

DenyAssignments_Get