Skip to content
MCP-Bridge
Developer ToolsAuto-generated

StorageManagementClient MCP Server

The Admin Storage Management Client.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-azsadmin-blobservices

Environment Variables

STORAGEMANAGEMENTCLIENT_API_KEY

Example: your_storagemanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-azsadmin-blobservices": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-azsadmin-blobservices"],
      "env": {
      "STORAGEMANAGEMENTCLIENT_API_KEY": "your_storagemanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage.Admin/farms/{farmId}/blobservices/{serviceType}

BlobServices_Get

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage.Admin/farms/{farmId}/blobservices/{serviceType}/metricdefinitions

BlobServices_ListMetricDefinitions

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage.Admin/farms/{farmId}/blobservices/{serviceType}/metrics

BlobServices_ListMetrics