WebApplicationFirewallManagement MCP Config
APIs to manage web application firewall rules
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-frontdoor-webapplicationfirewall.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-frontdoor-webapplicationfirewall.json to fetch programmatically.
{
"mcpServers": {
"azure-com-frontdoor-webapplicationfirewall": {
"command": "npx",
"args": ["-y","@mcp/azure-com-frontdoor-webapplicationfirewall"],
"env": {
"WEBAPPLICATIONFIREWALLMANAGEMENT_API_KEY": "your_webapplicationfirewallmanagement_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-frontdoor-webapplicationfirewall.jsonEnvironment Variables
WEBAPPLICATIONFIREWALLMANAGEMENT_API_KEYReplace your_webapplicationfirewallmanagement_api_key with your actual webapplicationfirewallmanagement api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPoliciesPolicies_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