Skip to content
MCP-Bridge
AI & MLAuto-generated

WebApplicationFirewallManagement MCP Server

APIs to manage web application firewall rules

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-frontdoor-webapplicationfirewall

Environment Variables

WEBAPPLICATIONFIREWALLMANAGEMENT_API_KEY

Example: your_webapplicationfirewallmanagement_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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

Endpoints

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

Policies_List

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

Policies_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}

Policies_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}

Policies_Delete