Azure Alerts Management Service Resource Provider MCP Config
Azure Alerts Management Service provides a single pane of glass of alerts across Azure Monitor.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-alertsmanagement-alertsmanagement.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-alertsmanagement-alertsmanagement.json to fetch programmatically.
{
"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"
}
}
}
}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-alertsmanagement.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
/providers/Microsoft.AlertsManagement/operationsOperations_List
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsAlerts_GetAll
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}Get a specific alert.
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}/changestateAlerts_ChangeState
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}/historyAlerts_GetHistory
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummaryAlerts_GetSummary
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroupsGet all Smart Groups within a specified subscription
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}Get information related to a specific Smart Group.
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}/changeStateSmartGroups_ChangeState
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}/historySmartGroups_GetHistory