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.jsonConfiguration 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
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.jsonEnvironment Variables
AUTHORIZATIONMANAGEMENTCLIENT_API_KEYReplace your_authorizationmanagementclient_api_key with your actual authorizationmanagementclient api key
Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_List
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_ListForResourceGroup
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_ListForResource
/{denyAssignmentId}DenyAssignments_GetById
/{scope}/providers/Microsoft.Authorization/denyAssignmentsDenyAssignments_ListForScope
/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}DenyAssignments_Get