Azure Alerts Management Service Resource Provider Claude Desktop Config
Add the Azure Alerts Management Service Resource Provider MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-alertsmanagement-smartdetectoralertrulesapi": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-alertsmanagement-smartdetectoralertrulesapi"
],
"env": {
"AZURE_ALERTS_MANAGEMENT_SERVICE_RESOURCE_PROVIDER_API_KEY": "your_azure_alerts_management_service_resource_provider_api_key"
}
}
}
}Environment Variables
AZURE_ALERTS_MANAGEMENT_SERVICE_RESOURCE_PROVIDER_API_KEYReplace your_azure_alerts_management_service_resource_provider_api_key with your actual azure alerts management service resource provider api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/microsoft.alertsManagement/smartDetectorAlertRulesSmartDetectorAlertRules_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRulesSmartDetectorAlertRules_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}SmartDetectorAlertRules_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}SmartDetectorAlertRules_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}SmartDetectorAlertRules_Delete