Skip to content
Cloud InfrastructureAuto-generatedScore: 34

Security Center MCP Server

The Security Center API, provided by Microsoft as part of its Azure cloud platform, serves as the foundational interface for managing and orchestrating security automation within the Microsoft Defender for Cloud ecosystem.

Quick Start Summary

The Security Center MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the Security Center API through natural language. It exposes 6 API endpoints as callable tools, such as Automations_List, Automations_ListByResourceGroup, Automations_Get, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/azure-com-security-automations. This integration is sourced from the auto Security Center OpenAPI specification (v2019-01-01-preview) and has a quality score of 34/99 (fair documentation coverage).

6Endpointstools mapped
NoneAuthopen access
34/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
6 operations
Transport
STDIO
Spec Version
v2019-01-01-preview
Install Command
npx -y @mcp/azure-com-security-automations

Environment Variables

SECURITY_CENTER_API_KEY

Example: your_security_center_api_key

Top Endpoints

GET
/subscriptions/{subscriptionId}/providers/Microsoft.Security/automations

Automations_List

GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations

Automations_ListByResourceGroup

GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}

Automations_Get

PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}

Automations_CreateOrUpdate

DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}

Automations_Delete

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
The Security Center API, provided by Microsoft as part of its Azure cloud platform, serves as the foundational interface for managing and orchestrating security automation within the Microsoft Defender for Cloud ecosystem. Its core capability is to programmatically control "Automation Rules," which are predefined response actions triggered automatically by security alerts, recommendations, or other events detected across an organization's Azure resources. For enterprise security operations (SecOps) and DevOps teams, this API enables the codification of incident response playbooks, ensuring consistent, rapid, and scalable remediation of threats—for example, automatically isolating a compromised virtual machine, rotating credentials, or triggering a remediation deployment when a critical vulnerability is identified. It transforms reactive security procedures into automated, auditable workflows integrated directly into cloud infrastructure management.
🤖AI Agent Value
Exposing this API as a set of tools via the Model Context Protocol (MCP) to an AI coding assistant unlocks significant efficiency and intelligence in cloud security management. Instead of manually writing infrastructure-as-code templates or navigating the Azure Portal, a developer or security engineer can engage in natural language conversation with an AI agent to perform complex automation lifecycle management. The AI can interpret high-level security policy intent and translate it directly into the appropriate API calls, effectively acting as an expert pair programmer for cloud security. This integration allows the AI to serve as a knowledgeable intermediary, reducing the learning curve for complex API schemas, minimizing configuration errors, and accelerating the implementation of security governance through automation.
💬Example Workflows
In a practical workflow, a developer could instruct an MCP-connected AI agent with tasks such as, "List all existing security automations in subscription X to audit our current automated response coverage," to which the agent would use the GET endpoints to retrieve and summarize the configurations. Further, a command like, "Create a new automation named 'Critical-VM-Isolation' in resource group 'SecOps-RG' that triggers on critical alerts and calls an Azure Function to isolate the affected VM," would prompt the AI to construct the necessary JSON payload and execute the PUT endpoint. The agent could also be directed to "Validate the configuration of my staging automation before deploying it to production," using the POST /validate endpoint to check for errors without applying changes. This dynamic capability allows for iterative development, testing, and deployment of security automation policies through conversational interaction.
🛡️Security & Auth
Critical to the use of this API is its authentication requirement, which mandates valid Azure Active Directory (Azure AD) tokens. Although the API specification itself does not define the authentication flow, developers must implement proper OAuth 2.0 bearer token acquisition within their MCP server integration. Adherence to the principle of least privilege is paramount; the service principal or user account utilized must be granted the specific Azure RBAC role "Security Admin" or "Contributor" at the appropriate scope (subscription or resource group), and no broader permissions. Configuration must also ensure that tokens are never exposed in logs, are securely managed, and that the MCP server endpoint itself is protected. Best practices include using managed identities where possible, implementing token caching, and rigorously validating all inputs to the automation creation and update endpoints to prevent injection attacks or misconfiguration that could inadvertently disable security monitoring.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →