NetworkManagementClient MCP Config
The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-network-azurefirewall.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-network-azurefirewall.json to fetch programmatically.
{
"mcpServers": {
"azure-com-network-azurefirewall": {
"command": "npx",
"args": ["-y","@mcp/azure-com-network-azurefirewall"],
"env": {
"NETWORKMANAGEMENTCLIENT_API_KEY": "your_networkmanagementclient_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-network-azurefirewall.jsonEnvironment Variables
NETWORKMANAGEMENTCLIENT_API_KEYReplace your_networkmanagementclient_api_key with your actual networkmanagementclient api key
Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewallsAzureFirewalls_ListAll
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewallsAzureFirewalls_List
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}AzureFirewalls_Get
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}AzureFirewalls_CreateOrUpdate
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}AzureFirewalls_Delete