Skip to content
Cloud InfrastructureAuto-generatedScore: 34

Security Center MCP Server

The Microsoft Security Center API, exposed as the Microsoft.

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 Pricings_List, Pricings_GetSubscriptionPricing, Pricings_UpdateSubscriptionPricing, 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-pricings. This integration is sourced from the auto Security Center OpenAPI specification (v2017-08-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
v2017-08-01-preview
Install Command
npx -y @mcp/azure-com-security-pricings

Environment Variables

SECURITY_CENTER_API_KEY

Example: your_security_center_api_key

Top Endpoints

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

Pricings_List

GET
/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}

Pricings_GetSubscriptionPricing

PUT
/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}

Pricings_UpdateSubscriptionPricing

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

Pricings_ListByResourceGroup

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

Pricings_GetResourceGroupPricing

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 Microsoft Security Center API, exposed as the Microsoft.Security resource provider, is the programmatic gateway for managing the foundational security configurations and pricing tiers for Azure resources. This API enables administrators and developers to dynamically query, configure, and audit the security plans applied across their Azure subscriptions and, more granularly, within specific resource groups. Its core capabilities are centered on the "pricings" endpoint, which controls the activation of Microsoft Defender for Cloud plans for different resource types (such as virtual machines, SQL databases, storage accounts, and containers). By setting these pricing tiers to "Standard," organizations can enable advanced threat protection, security posture management, and regulatory compliance features. The API provides a RESTful interface for both broad, subscription-level management and precise, resource-group-scoped control, making it essential for enterprises that need to programmatically enforce security policies, automate cost control for security services, or implement infrastructure-as-code patterns for their cloud security governance.
🤖AI Agent Value
Exposing this API via the Model Context Protocol (MCP) to an AI coding assistant like Claude Desktop, Cursor, or Cline creates a powerful bridge between natural language intent and direct cloud security management. The primary value lies in the AI's ability to perform complex, context-aware operations that traditionally require deep knowledge of Azure Resource Manager (ARM) templates, PowerShell, or the Azure CLI. Instead of manually scripting a query to list which Defender plans are active, a developer can simply instruct the AI agent to "audit and list all enabled security plans for my subscription." The AI can translate this into the precise API call (GET .../pricings), interpret the JSON response, and present a human-readable summary. This transforms the AI from a code suggestion tool into an operational agent capable of direct, real-time interaction with the cloud environment, drastically reducing the cognitive load and operational friction associated with cloud security configuration.
💬Example Workflows
Practical workflows for a developer using an MCP-connected Security Center server are numerous and highly dynamic. For instance, a developer could instruct the AI: "For the subscription 'prod-env-01', disable the standard pricing plan for the 'Arm' resource type and enable it for 'AppServices'." The AI agent would orchestrate the necessary GET to discover current state, then issue the appropriate PUT requests to update the pricing configurations, effectively automating a cost and security trade-off adjustment. Another powerful example is compliance automation: "Query all resource groups in subscription 'finance-123' and ensure the 'SqlServers' pricing plan is set to Standard in each. Update any that are not." This task, which would involve scripting a loop across ARM API calls, becomes a single, declarative command for the AI, which would handle the discovery, comparison, and conditional updates. The AI can also be used for diagnostic tasks, such as "Compare the security pricing configuration between our 'staging' and 'production' subscriptions and report any discrepancies," leveraging its ability to make parallel calls and synthesize the results.
🛡️Security & Auth
Critical authentication and security considerations are paramount, as this API grants control over a key component of an organization's security posture. While the reference specification may note "None" for the basic description, production use absolutely requires robust authentication. All requests must be authenticated using Azure Active Directory (Azure AD) OAuth 2.0 bearer tokens. The developer setting up the MCP server must configure it with service principal credentials (client ID and secret) or leverage managed identity for seamless, certificate-based authentication. The principle of least privilege must be rigorously applied; the service principal should be assigned a custom RBAC role with only the necessary permissions, such as Microsoft.Security/pricings/read and Microsoft.Security/pricings/write, scoped to the specific subscription or resource groups it needs to manage. Furthermore, advanced security should be layered on using Azure AD Conditional Access policies and Azure Policy to audit or restrict these API actions, ensuring that even the AI agent's capabilities are governed by organizational compliance rules. The MCP server configuration should securely store all secrets in a managed vault or encrypted configuration, never in plain text.

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 →