Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

NetworkManagementClient MCP Server

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.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-network-privatelinkservice

Environment Variables

NETWORKMANAGEMENTCLIENT_API_KEY

Example: your_networkmanagementclient_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-network-privatelinkservice": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-network-privatelinkservice"],
      "env": {
      "NETWORKMANAGEMENTCLIENT_API_KEY": "your_networkmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices

PrivateLinkServices_ListAutoApprovedPrivateLinkServices

POST/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility

PrivateLinkServices_CheckPrivateLinkServiceVisibility

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

PrivateLinkServices_ListBySubscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices

PrivateLinkServices_ListAutoApprovedPrivateLinkServicesByResourceGroup

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility

PrivateLinkServices_CheckPrivateLinkServiceVisibilityByResourceGroup

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

PrivateLinkServices_List

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

PrivateLinkServices_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}

PrivateLinkServices_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}

PrivateLinkServices_Delete

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}

PrivateLinkServices_UpdatePrivateEndpointConnection