Data & AnalyticsAuto-generated
DataBoxEdgeManagementClient MCP Server
DataBoxEdgeManagementClient API
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-databoxedge
Environment Variables
DATABOXEDGEMANAGEMENTCLIENT_API_KEYExample: your_databoxedgemanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-databoxedge": {
"command": "npx",
"args": ["-y","@mcp/azure-com-databoxedge"],
"env": {
"DATABOXEDGEMANAGEMENTCLIENT_API_KEY": "your_databoxedgemanagementclient_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.DataBoxEdge/operationsList all the supported operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevicesDevices_ListBySubscription
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevicesDevices_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}Devices_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}Devices_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}Devices_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}Devices_Update
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/alertsAlerts_ListByDataBoxEdgeDevice
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/alerts/{name}Gets an alert by name.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/bandwidthSchedulesBandwidthSchedules_ListByDataBoxEdgeDevice