NetworkResourceProviderClient MCP Config
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.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-network.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-network.json to fetch programmatically.
{
"mcpServers": {
"azure-com-network": {
"command": "npx",
"args": ["-y","@mcp/azure-com-network"],
"env": {
"NETWORKRESOURCEPROVIDERCLIENT_API_KEY": "your_networkresourceproviderclient_api_key"
}
}
}
}How to Use
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.jsonEnvironment Variables
NETWORKRESOURCEPROVIDERCLIENT_API_KEYReplace your_networkresourceproviderclient_api_key with your actual networkresourceproviderclient api key
Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewaysApplicationGateways_ListAll
/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCircuitsExpressRouteCircuits_ListAll
/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProvidersExpressRouteServiceProviders_List
/subscriptions/{subscriptionId}/providers/Microsoft.Network/loadBalancersLoadBalancers_ListAll
/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailabilityCheckDnsNameAvailability
/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usagesUsages_List
/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfacesNetworkInterfaces_ListAll
/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkSecurityGroupsNetworkSecurityGroups_ListAll
/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddressesPublicIpAddresses_ListAll
/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTablesRouteTables_ListAll