Skip to content
MCP-Bridge
Cloud Infrastructure

Microsoft Insights MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-monitor-scheduledqueryrule-api.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-monitor-scheduledqueryrule-api.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-monitor-scheduledqueryrule-api.json

Environment Variables

MICROSOFT_INSIGHTS_API_KEY

Replace your_microsoft_insights_api_key with your actual 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