Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Azure Alerts Management Service Resource Provider MCP Server

APIs for Azure Smart Detector Alert Rules CRUD operations.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-alertsmanagement-smartdetectoralertrulesapi

Environment Variables

AZURE_ALERTS_MANAGEMENT_SERVICE_RESOURCE_PROVIDER_API_KEY

Example: your_azure_alerts_management_service_resource_provider_api_key

MCP Server Configuration

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

{
  "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"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/providers/microsoft.alertsManagement/smartDetectorAlertRules

SmartDetectorAlertRules_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules

SmartDetectorAlertRules_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