PrivateDnsManagementClient MCP Config
The Private DNS Management Client.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-privatedns.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-privatedns.json to fetch programmatically.
{
"mcpServers": {
"azure-com-privatedns": {
"command": "npx",
"args": ["-y","@mcp/azure-com-privatedns"],
"env": {
"PRIVATEDNSMANAGEMENTCLIENT_API_KEY": "your_privatednsmanagementclient_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-privatedns.jsonEnvironment Variables
PRIVATEDNSMANAGEMENTCLIENT_API_KEYReplace your_privatednsmanagementclient_api_key with your actual privatednsmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZonesPrivateZones_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZonesPrivateZones_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}PrivateZones_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}PrivateZones_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}PrivateZones_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}PrivateZones_Update
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/ALLRecordSets_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinksVirtualNetworkLinks_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}VirtualNetworkLinks_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}VirtualNetworkLinks_CreateOrUpdate