Skip to content
MCP-Bridge
Cloud Infrastructure

Azure Monitor Private Link Scopes MCP Config

Azure Monitor API reference for Private Links Scopes management.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-monitor-privatelinkscopes-api.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-monitor-privatelinkscopes-api.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-monitor-privatelinkscopes-api": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-monitor-privatelinkscopes-api"],
      "env": {
      "AZURE_MONITOR_PRIVATE_LINK_SCOPES_API_KEY": "your_azure_monitor_private_link_scopes_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-monitor-privatelinkscopes-api.json

Environment Variables

AZURE_MONITOR_PRIVATE_LINK_SCOPES_API_KEY

Replace your_azure_monitor_private_link_scopes_api_key with your actual azure monitor private link scopes api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/microsoft.insights/privateLinkScopes

PrivateLinkScopes_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections

PrivateEndpointConnections_ListByPrivateLinkScope

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}

PrivateEndpointConnections_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}

PrivateEndpointConnections_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}

PrivateEndpointConnections_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateLinkResources

PrivateLinkResources_ListByPrivateLinkScope

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}

PrivateLinkResources_Get

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources

PrivateLinkScopedResources_ListByPrivateLinkScope

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}

PrivateLinkScopedResources_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}

PrivateLinkScopedResources_CreateOrUpdate