Cloud InfrastructureAuto-generated
Azure Monitor Private Link Scopes MCP Server
Azure Monitor API reference for Private Links Scopes management.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-monitor-privatelinkscopes-api
Environment Variables
AZURE_MONITOR_PRIVATE_LINK_SCOPES_API_KEYExample: your_azure_monitor_private_link_scopes_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"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"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/microsoft.insights/privateLinkScopesPrivateLinkScopes_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnectionsPrivateEndpointConnections_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}/privateLinkResourcesPrivateLinkResources_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}/scopedResourcesPrivateLinkScopedResources_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