Skip to content
MCP-Bridge
Cloud Infrastructure

Security Insights MCP Config

API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-securityinsights-securityinsights.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-securityinsights-securityinsights": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-securityinsights-securityinsights"],
      "env": {
      "SECURITY_INSIGHTS_API_KEY": "your_security_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-securityinsights-securityinsights.json

Environment Variables

SECURITY_INSIGHTS_API_KEY

Replace your_security_insights_api_key with your actual security insights api key

Endpoints

GET/providers/Microsoft.SecurityInsights/operations

Operations_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/aggregations/{aggregationsName}

CasesAggregations_Get

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRuleTemplates

AlertRuleTemplates_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRuleTemplates/{alertRuleTemplateId}

AlertRuleTemplates_Get

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules

AlertRules_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}

AlertRules_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}

AlertRules_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}

AlertRules_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions

Actions_ListByAlertRule

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{operationalInsightsResourceProvider}/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}

AlertRules_GetAction