Skip to content
MCP-Bridge
Cloud Infrastructure

Azure Alerts Management Service Resource Provider MCP Config

APIs for Azure Smart Detector Alert Rules CRUD operations.

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-alertsmanagement-smartdetectoralertrulesapi.json

Configuration JSON

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

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

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-alertsmanagement-smartdetectoralertrulesapi.json

Environment Variables

AZURE_ALERTS_MANAGEMENT_SERVICE_RESOURCE_PROVIDER_API_KEY

Replace 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/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