Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Microsoft Insights MCP Server

Azure Monitor client to create/update/delete Scheduled Query Rules

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-monitor-scheduledqueryrule-api

Environment Variables

MICROSOFT_INSIGHTS_API_KEY

Example: your_microsoft_insights_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-monitor-scheduledqueryrule-api": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-monitor-scheduledqueryrule-api"],
      "env": {
      "MICROSOFT_INSIGHTS_API_KEY": "your_microsoft_insights_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/providers/microsoft.insights/scheduledQueryRules

ScheduledQueryRules_ListBySubscription

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/scheduledQueryRules

ScheduledQueryRules_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/scheduledQueryRules/{ruleName}

ScheduledQueryRules_Get

PUT/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/scheduledQueryRules/{ruleName}

ScheduledQueryRules_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/scheduledQueryRules/{ruleName}

ScheduledQueryRules_Delete

PATCH/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/scheduledQueryRules/{ruleName}

ScheduledQueryRules_Update