Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Security Center MCP Server

API spec for Microsoft.Security (Azure Security Center) resource provider

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-security-informationprotectionpolicies

Environment Variables

SECURITY_CENTER_API_KEY

Example: your_security_center_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-security-informationprotectionpolicies": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-security-informationprotectionpolicies"],
      "env": {
      "SECURITY_CENTER_API_KEY": "your_security_center_api_key"
}
    }
  }
}

Endpoints

GET/{scope}/providers/Microsoft.Security/informationProtectionPolicies

InformationProtectionPolicies_List

GET/{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}

InformationProtectionPolicies_Get

PUT/{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}

InformationProtectionPolicies_CreateOrUpdate