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-subassessments
Environment Variables
SECURITY_CENTER_API_KEYExample: your_security_center_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-security-subassessments": {
"command": "npx",
"args": ["-y","@mcp/azure-com-security-subassessments"],
"env": {
"SECURITY_CENTER_API_KEY": "your_security_center_api_key"
}
}
}
}Endpoints
GET
/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessmentsSubAssessments_List
GET
/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments/{subAssessmentName}SubAssessments_Get
GET
/{scope}/providers/Microsoft.Security/subAssessmentsSubAssessments_ListAll