Skip to content
Cloud InfrastructureAuto-generatedScore: 34

CdnManagementClient MCP Server

The CdnManagementClient API, provided by Microsoft Azure, is a comprehensive set of RESTful endpoints designed for the programmatic management of Azure Content Delivery Network (CDN) resources through the Azure Resource Manager (ARM) framework.

Quick Start Summary

The CdnManagementClient MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the CdnManagementClient API through natural language. It exposes 10 API endpoints as callable tools, such as Check the availability of a resource name without creating the resource. This is needed for resources where name is globally unique, such as a CDN endpoint., Lists all of the available CDN REST API operations., Lists the CDN profiles within an Azure subscription., 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-cdn. This integration is sourced from the auto CdnManagementClient OpenAPI specification (v2015-06-01) and has a quality score of 34/99 (fair documentation coverage).

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

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2015-06-01
Install Command
npx -y @mcp/azure-com-cdn

Environment Variables

CDNMANAGEMENTCLIENT_API_KEY

Example: your_cdnmanagementclient_api_key

Top Endpoints

POST
/providers/Microsoft.Cdn/checkNameAvailability

Check the availability of a resource name without creating the resource. This is needed for resources where name is globally unique, such as a CDN endpoint.

GET
/providers/Microsoft.Cdn/operations

Lists all of the available CDN REST API operations.

GET
/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/profiles

Lists the CDN profiles within an Azure subscription.

GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles

Lists the CDN profiles within a resource group.

GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}

Gets a CDN profile with the specified parameters.

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 CdnManagementClient API, provided by Microsoft Azure, is a comprehensive set of RESTful endpoints designed for the programmatic management of Azure Content Delivery Network (CDN) resources through the Azure Resource Manager (ARM) framework. Its core capabilities center on the full lifecycle management of CDN profiles and their associated endpoints. A developer can use these APIs to verify the global availability of a CDN profile name, enumerate existing profiles within a subscription or specific resource group, and perform granular create, read, update, and delete (CRUD) operations on individual CDN profiles. Furthermore, it allows for the inspection of endpoints within a profile, which are the specific Azure-hosted servers that cache and serve content. Typical enterprise use cases include automating the provisioning of new CDN infrastructure for global applications, dynamically scaling or modifying caching rules in response to traffic patterns, and integrating CDN configuration management directly into CI/CD pipelines for consistent and repeatable deployments across development, staging, and production environments.
🤖AI Agent Value
When this API suite is exposed as a set of tools via the Model Context Protocol (MCP) to an AI coding assistant, it transforms the AI from a code generator into an active infrastructure management agent. The value lies in bridging the gap between high-level developer intent and complex, multi-step cloud infrastructure operations. Instead of manually writing ARM templates, PowerShell scripts, or navigating the Azure Portal, a developer can engage in a natural language dialogue to achieve their goals. The AI can leverage these MCP tools to directly query the current state of CDN configurations, validate naming schemes against global uniqueness, and execute precise modifications. This integration accelerates development cycles, reduces the cognitive load of remembering specific API schemas and ARM resource structures, and minimizes human error in performing routine or critical infrastructure updates, particularly when rapid changes are needed to address performance issues or content updates.
💬Example Workflows
Practical workflows enabled by this MCP integration are powerful and dynamic. For instance, a developer could instruct the AI agent to "list all CDN profiles in my 'MediaProduction' resource group and report which ones have endpoints configured for video streaming." The AI would use the appropriate GET endpoints to fetch and analyze this information. More complex automation is possible with commands like, "Create a new CDN profile named 'global-video-cdn-v2' in the 'MediaProduction' resource group using the 'Standard_Vodafone' SKU, then immediately add a new endpoint to it that caches content from the origin server at 'https://media-backend.example.com/videos' with a 24-hour cache expiration." The AI would chain together the POST request for name validation, the PUT request for profile creation, and a subsequent request to create the endpoint. It could also perform maintenance tasks, such as "Update the origin timeout setting for all endpoints under the 'production-cdn' profile to 10 seconds," by first listing the endpoints and then applying a PATCH request to each one.
🛡️Security & Auth
Crucially, while the CdnManagementClient API endpoints themselves may not handle authentication directly in this listed format, all operations are fundamentally secured through Azure's authentication and authorization infrastructure. The MCP server configuration must be established to use Azure Active Directory (Azure AD) identity, typically via a service principal or managed identity. Security best practices dictate strict adherence to the principle of least privilege: the identity assigned to the AI assistant should be granted only the specific Role-Based Access Control (RBAC) permissions necessary for its intended tasks, such as 'CDN Profile Reader' for monitoring or 'CDN Profile Contributor' for management, scoped to the minimum required resource groups. Developers must ensure that authentication secrets, like client certificates or secrets for a service principal, are managed securely outside of source code, preferably using Azure Key Vault or equivalent secure secret management, and that all communication with the Azure API endpoints is conducted over HTTPS to protect data in transit.

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 →