Skip to content
MCP-Bridge
Cloud Infrastructure

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-networkwatcher.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-network-networkwatcher.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-network-networkwatcher": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-network-networkwatcher"],
      "env": {
      "NETWORKMANAGEMENTCLIENT_API_KEY": "your_networkmanagementclient_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://mcp-bridge.pages.dev/config/azure-com-network-networkwatcher.json

Environment Variables

NETWORKMANAGEMENTCLIENT_API_KEY

Replace your_networkmanagementclient_api_key with your actual networkmanagementclient api key

Endpoints

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

NetworkWatchers_ListAll

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

NetworkWatchers_List

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

NetworkWatchers_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}

NetworkWatchers_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}

NetworkWatchers_Delete

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/configureFlowLog

NetworkWatchers_SetFlowLogConfiguration

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/ipFlowVerify

NetworkWatchers_VerifyIPFlow

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/nextHop

NetworkWatchers_GetNextHop

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/packetCaptures

PacketCaptures_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/packetCaptures/{packetCaptureName}

PacketCaptures_Get