Skip to content
Cloud InfrastructureAuto-generatedScore: 28

Security Center MCP Server

The Security Center API, provided by Microsoft, serves as the programmatic backbone for Azure Security Center, the cloud-native security management and threat protection service within the Microsoft Azure 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 3 API endpoints as callable tools, such as AutoProvisioningSettings_List, AutoProvisioningSettings_Get, AutoProvisioningSettings_Create. 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-autoprovisioningsettings. This integration is sourced from the auto Security Center OpenAPI specification (v2017-08-01-preview) and has a quality score of 28/99 (fair documentation coverage).

3Endpointstools mapped
NoneAuthopen access
28/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
3 operations
Transport
STDIO
Spec Version
v2017-08-01-preview
Install Command
npx -y @mcp/azure-com-security-autoprovisioningsettings

Environment Variables

SECURITY_CENTER_API_KEY

Example: your_security_center_api_key

Top Endpoints

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

AutoProvisioningSettings_List

GET
/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName}

AutoProvisioningSettings_Get

PUT
/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName}

AutoProvisioningSettings_Create

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, serves as the programmatic backbone for Azure Security Center, the cloud-native security management and threat protection service within the Microsoft Azure ecosystem. Its core capability is to manage and query the configuration of auto-provisioning settings for a given Azure subscription. Auto-provisioning is a critical feature that allows Azure Security Center to automatically install the Log Analytics agent (OMS agent) or Azure Monitor Agent on existing and new virtual machines, thereby extending security monitoring capabilities across hybrid and multi-cloud workloads without manual intervention. This API enables administrators and DevOps engineers to programmatically audit the current state of these settings, retrieve specific configuration details, and update them to ensure consistent security posture across their environment. Typical enterprise use cases include automating compliance checks, enforcing standard security policies during infrastructure deployment, integrating security configuration management into CI/CD pipelines, and maintaining visibility over security agent deployment status for audit and governance requirements.
🤖AI Agent Value
When this API is exposed as a set of tools via the Model Context Protocol (MCP) to an AI coding assistant, it transforms from a set of static endpoints into a dynamic, interactive security configuration manager. The value lies in the AI's ability to understand natural language instructions and translate them into precise API interactions, dramatically lowering the barrier to managing complex security settings. For instance, instead of a developer having to remember the exact endpoint structure, parameters, and JSON payloads, they can simply instruct the AI agent with a request like, "Check the auto-provisioning status for the production subscription." The AI agent, leveraging the MCP server, would then formulate and execute the appropriate GET request and present the information in a human-readable format. This turns the AI assistant into a knowledgeable security operations copilot, capable of real-time query, explanation, and configuration, significantly accelerating troubleshooting, onboarding, and policy enforcement tasks for developers who may not be security specialists.
💬Example Workflows
A developer or security analyst can instruct the AI agent to perform a variety of dynamic tasks using this MCP server. For example, a command such as, "Query all auto-provisioning settings across our subscriptions and identify any where the agent is disabled," would prompt the AI to iterate through relevant subscriptions using the list endpoint, analyze the responses, and report on non-compliant configurations. Another powerful workflow is initiated with an instruction like, "Enable the auto-provisioning of the Log Analytics agent on the 'staging' subscription to ensure new VMs are monitored." The AI agent would interpret this as a need to update a specific setting, prepare the appropriate PUT request payload with the correct agent type, and execute the configuration change, providing confirmation of the action. This enables rapid, conversational automation of tasks that would otherwise require writing scripts or navigating the Azure portal manually, embedding security configuration directly into the developer's workflow.
🛡️Security & Auth
Critical authentication and security best practices are paramount when deploying this MCP server. Although the API specification may note "None" for authentication, this is a technical descriptor for the endpoint definition itself; in practice, all requests to the Azure Resource Manager (ARM) endpoints that host these Security Center APIs must be authenticated and authorized via Azure Active Directory (AD). The MCP server implementation must securely handle OAuth 2.0 tokens, ensuring they are obtained with the minimal necessary permissions—adhering to the principle of least privilege. The recommended role for interacting with these specific auto-provisioning settings is "Security Admin" or a custom role with the "Microsoft.Security/autoProvisioningSettings/write" and "Microsoft.Security/autoProvisioningSettings/read" permissions scoped at the subscription level. Developers must ensure the MCP server is deployed in a trusted environment, secrets (like client IDs or certificates) are managed securely (e.g., via Azure Key Vault), and all interactions are logged for audit purposes. Furthermore, the server should implement rigorous input validation to prevent misuse and be configured to operate only within the security boundaries of the designated Azure subscriptions.

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 →