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-natgateway
Environment Variables
NETWORKMANAGEMENTCLIENT_API_KEYExample: your_networkmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-network-natgateway": {
"command": "npx",
"args": ["-y","@mcp/azure-com-network-natgateway"],
"env": {
"NETWORKMANAGEMENTCLIENT_API_KEY": "your_networkmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/natGatewaysNatGateways_ListAll
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/natGatewaysNatGateways_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/natGateways/{natGatewayName}NatGateways_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/natGateways/{natGatewayName}NatGateways_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/natGateways/{natGatewayName}NatGateways_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/natGateways/{natGatewayName}NatGateways_UpdateTags