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.jsonConfiguration 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
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.jsonEnvironment 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