Cloud InfrastructureAuto-generated
Azure Alerts Management Service Resource Provider MCP Server
Azure Alerts Management Service provides a single pane of glass of alerts across Azure Monitor.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-alertsmanagement-alertsmanagement
Environment Variables
AZURE_ALERTS_MANAGEMENT_SERVICE_RESOURCE_PROVIDER_API_KEYExample: 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-alertsmanagement": {
"command": "npx",
"args": ["-y","@mcp/azure-com-alertsmanagement-alertsmanagement"],
"env": {
"AZURE_ALERTS_MANAGEMENT_SERVICE_RESOURCE_PROVIDER_API_KEY": "your_azure_alerts_management_service_resource_provider_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.AlertsManagement/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsAlerts_GetAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}Get a specific alert.
POST
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}/changestateAlerts_ChangeState
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}/historyAlerts_GetHistory
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummaryAlerts_GetSummary
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroupsGet all Smart Groups within a specified subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}Get information related to a specific Smart Group.
POST
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}/changeStateSmartGroups_ChangeState
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}/historySmartGroups_GetHistory