Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

FrontDoorManagementClient MCP Config

Use these APIs to manage Azure Front Door resources through the Azure Resource Manager. You must make sure that requests made to these resources are secure.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/azure-com-frontdoor.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-frontdoor": {
      "url": "https://mcpbridge.org/config/azure-com-frontdoor.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-frontdoor": {
      "url": "https://mcpbridge.org/config/azure-com-frontdoor.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/azure-com-frontdoor.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/azure-com-frontdoor.json

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