Skip to content
MCP-Bridge
Cloud Infrastructure

FrontDoorManagementClient Claude Desktop Config

Add the FrontDoorManagementClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-frontdoor": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-frontdoor"
      ],
      "env": {
        "FRONTDOORMANAGEMENTCLIENT_API_KEY": "your_frontdoormanagementclient_api_key"
      }
    }
  }
}

Environment Variables

FRONTDOORMANAGEMENTCLIENT_API_KEY

Replace your_frontdoormanagementclient_api_key with your actual frontdoormanagementclient api key

Endpoints

POST/providers/Microsoft.Network/checkFrontDoorNameAvailability

CheckFrontDoorNameAvailability

POST/subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailability

CheckFrontDoorNameAvailabilityWithSubscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.Network/frontDoors

FrontDoors_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors

FrontDoors_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}

FrontDoors_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}

FrontDoors_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}

FrontDoors_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints

FrontendEndpoints_ListByFrontDoor

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}

FrontendEndpoints_Get

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}/disableHttps

FrontendEndpoints_DisableHttps