Skip to content
MCP-Bridge
Data & Analytics

DataBoxEdgeManagementClient MCP Config

DataBoxEdgeManagementClient API

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-edgegateway.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-edgegateway": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-edgegateway"],
      "env": {
      "DATABOXEDGEMANAGEMENTCLIENT_API_KEY": "your_databoxedgemanagementclient_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-edgegateway.json

Environment Variables

DATABOXEDGEMANAGEMENTCLIENT_API_KEY

Replace your_databoxedgemanagementclient_api_key with your actual databoxedgemanagementclient api key

Endpoints

GET/providers/Microsoft.DataBoxEdge/operations

List all the supported operations.

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices

Devices_ListBySubscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices

Devices_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}/alerts

Alerts_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}/bandwidthSchedules

BandwidthSchedules_ListByDataBoxEdgeDevice