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