Skip to content
MCP-Bridge
Cloud Infrastructure

ManagedNetworkManagementClient MCP Config

The Microsoft Azure Managed Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to programmatically view, control, change, and monitor your entire Azure network centrally and with ease.

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-managednetwork-managednetwork.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-managednetwork-managednetwork": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-managednetwork-managednetwork"],
      "env": {
      "MANAGEDNETWORKMANAGEMENTCLIENT_API_KEY": "your_managednetworkmanagementclient_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-managednetwork-managednetwork.json

Environment Variables

MANAGEDNETWORKMANAGEMENTCLIENT_API_KEY

Replace your_managednetworkmanagementclient_api_key with your actual managednetworkmanagementclient api key

Endpoints

GET/providers/Microsoft.ManagedNetwork/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks

ManagedNetworks_ListBySubscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks

ManagedNetworks_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}

ManagedNetworks_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}

ManagedNetworks_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}

ManagedNetworks_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}

ManagedNetworks_Update

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups

ManagedNetworkGroups_ListByManagedNetwork

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}

ManagedNetworkGroups_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}

ManagedNetworkGroups_CreateOrUpdate