Cloud InfrastructureAuto-generated
NetworkResourceProviderClient MCP Server
The Windows Azure Network management API provides a RESTful set of web services that interact with Windows Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Windows Azure Networks service.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-network
Environment Variables
NETWORKRESOURCEPROVIDERCLIENT_API_KEYExample: your_networkresourceproviderclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-network": {
"command": "npx",
"args": ["-y","@mcp/azure-com-network"],
"env": {
"NETWORKRESOURCEPROVIDERCLIENT_API_KEY": "your_networkresourceproviderclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewaysApplicationGateways_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCircuitsExpressRouteCircuits_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProvidersExpressRouteServiceProviders_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/loadBalancersLoadBalancers_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailabilityCheckDnsNameAvailability
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usagesUsages_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfacesNetworkInterfaces_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkSecurityGroupsNetworkSecurityGroups_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddressesPublicIpAddresses_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTablesRouteTables_ListAll